github Azure/azure-sdk-for-net Azure.Data.AppConfiguration_1.2.1

latest releases: Azure.ResourceManager.ComputeSchedule_1.0.0-beta.1, Azure.Communication.Email_1.1.0-beta.2, Azure.Identity_1.12.1...
12 months ago

1.2.1 (2023-09-13)

Bugs Fixed

  • FeatureFlagConfigurationSetting and SecretReferenceConfigurationSetting will now retain custom attributes in the setting value. Previously, only attributes that were defined in the associated JSON schema were allowed and unknown attributes were discarded.

  • Added the ability to create FeatureFlagConfigurationSetting and SecretReferenceConfigurationSetting instances with an ETag, matching ConfigurationSetting. This allows all setting types to use the GetConfigurationSettingAsync overload that accepts onlyIfUnchanged. Previously, this was not possible for specialized settings types.

  • Added the ability to create FeatureFlagConfigurationSetting and SecretReferenceConfigurationSetting instances for testing purposes using the ConfigurationModelFactory. It was previously not possible to populate service-owned fields when testing.

  • Marked a constructor overload of ConfigurationSetting that was intended for testing purposes as non-visible, as the ConfigurationModelFactory should instead be used.

  • Fixed a bug where a disposed content stream was used to attempt deserialization in some scenarios, such as using a custom HttpMessageHandler that returns StringContent.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.