Skip to content

azure-appconfiguration_1.3.0

Choose a tag to compare

@azure-sdk azure-sdk released this 11 Nov 01:27
66ea54c

1.3.0 (2021-11-10)

Bugs Fixed

  • Fix the issue that data was persisted according to an incorrect schema/in an incorrect format (#20518)

    SecretReferenceConfigurationSetting in 1.2.0 used "secret_uri" rather than "uri" as the schema keywords which
    broken inter-operation of SecretReferenceConfigurationSetting between SDK and the portal.

    Please:

    • Use 1.3.0+ for any SecretReferenceConfigurationSetting uses.
    • Call a get method for existing SecretReferenceConfigurationSettings and set them back to correct the format.