azure-appconfiguration_1.3.0
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)
SecretReferenceConfigurationSettingin 1.2.0 used "secret_uri" rather than "uri" as the schema keywords which
broken inter-operation ofSecretReferenceConfigurationSettingbetween SDK and the portal.Please:
- Use 1.3.0+ for any
SecretReferenceConfigurationSettinguses. - Call a get method for existing
SecretReferenceConfigurationSettings and set them back to correct the format.
- Use 1.3.0+ for any