1.9.0 (2026-06-18)
Features Added
- Added
check_configuration_settings()method to efficiently check for configuration changes using HEAD requests, returning only headers (ETags) without response bodies. list_configuration_settings()andcheck_configuration_settings()now returnConfigurationSettingPaged(sync) /ConfigurationSettingPagedAsync(async) to expose theby_page(match_conditions=...)API and per-pageetagattribute for change detection.ConfigurationSettingPagedandConfigurationSettingPagedAsyncare now publicly exported fromazure.appconfiguration.- Added a
descriptionproperty toConfigurationSettingandSecretReferenceConfigurationSettingrepresenting the description of the key-value (requires API version2026-04-01or later). - Added a
descriptionproperty and adescriptionkeyword argument toConfigurationSnapshot, and adescriptionkeyword argument tobegin_create_snapshot()for both sync and async clients (requires API version2026-04-01or later).