Skip to content

azure-appconfiguration_1.6.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 10 Apr 00:19
b2bdeb8

1.6.0 (2024-04-09)

Features Added

  • Exposed send_request() method in each client to send custom requests using the client's existing pipeline.
  • Supported to get page ETag while iterating list_configuration_setting() result by page.

Bugs Fixed

  • Fixed a bug in consuming "etag" value in sync operation set_configuration_setting().
  • Changed invalid default value None to False for property enabled in FeatureFlagConfigurationSetting.
  • Fixed the issue that description, display_name and other customer fields are missing when de/serializing FeatureFlagConfigurationSetting objects.