azure-appconfiguration_1.10.0b1
Pre-release
Pre-release
1.10.0b1 (2026-08-19)
Features Added
- Added
FeatureFlagClient(sync and async) for managing feature flags through a dedicated endpoint (requires API version2026-05-01-previewor later):- Exposes
set_feature_flag(),get_feature_flag(),list_feature_flags(),delete_feature_flag(),add_feature_flag(),list_feature_flag_revisions(), andlist_labels(). FeatureFlagClientis available fromazure.appconfiguration(sync) andazure.appconfiguration.aio(async).- Added the
FeatureFlagmodel along withFeatureFlagConditions,FeatureFilter,FeatureFlagVariantDefinition,FeatureFlagAllocation,FeatureFlagTelemetryConfiguration,PercentileAllocation,UserAllocation, andGroupAllocation, plus theRequirementTypeandStatusOverrideenums. FeatureFlagClient.list_labels()always lists feature-flag labels, whileAzureAppConfigurationClient.list_labels()always lists key-value labels.
- Exposes
Other Changes
- Updated the default service API version to
2026-05-01-preview.