Contact Us 1-800-596-4880

Upgrading and Migrating Azure Key Vault Properties Provider to Version 2.0 - Mule 4

Upgrade Azure Key Vault Properties Provider to version 2.0.0.

Supported Upgrade Paths

From Version To Version

1.0.1

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:

  1. In Anypoint Studio, create a Mule project.

  2. In Mule Palette, click Search in Exchange.

  3. In Add Dependencies to Project, enter azure key vault properties provider in the search field.

  4. In Available modules, select Azure Key Vault Properties Provider and click Add.

  5. Click Finish.

  6. Verify that the Azure Key Vault Properties Provider mule4-azure-key-vault-properties-provider version is 2.0.0 in the pom.xml file in the Mule project.

Verify the Upgrade

After you install the latest version of the properties provider, verify the upgrade:

  1. In Studio, verify that there are no errors in the Problems or Console views.

  2. Verify that there are no problems in the project pom.xml file.

  3. 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.

View on GitHub