1.0.1
Upgrading and Migrating Azure Key Vault Properties Provider to Version 2.0
Upgrade Azure Key Vault Properties Provider to version 2.0.0.
Supported Upgrade Paths
From Version | To Version |
---|---|
2.0.0 |
Changes in This Release
This release contains the following changes:
-
Added Uri Override field to specify the URI for a key vault located outside Azure Commercial Cloud.
-
Azure Key Vault Properties Provider now supports Azure Default Credential. You can specify your authentication credentials via environment variables.
-
The properties provider changed its internal package name.
Upgrade Prerequisites
Before you perform the upgrade, you must complete the following:
-
Create a backup of your files, data, and configurations in case you need to restore to them.
Upgrade Steps
Follow these steps to perform the upgrade:
-
In Anypoint Studio, create a Mule project.
-
In Mule Palette, click Search in Exchange.
-
In Add Dependencies to Project, enter
azure key vault properties provider
in the search field. -
In Available modules, select Azure Key Vault Properties Provider and click Add.
-
Click Finish.
-
Verify that the Azure Key Vault Properties Provider
mule4-azure-key-vault-properties-provider
version is 2.0.0 in thepom.xml
file in the Mule project.
Verify the Upgrade
After you install the latest version of the properties provider, verify the upgrade:
-
In Studio, verify that there are no errors in the Problems or Console views.
-
Verify that there are no problems in the project
pom.xml
file. -
Test the connection to verify that the operations work.
Reverting the Upgrade
If you need to revert to the previous version of Azure Key Vault Properties Provider, go to Anypoint Studio and in the project’s pom.xml
file, change the mule4-azure-key-vault-properties-provider
dependency version 2.0.0 to the previous version.