Custom Fields removed from FeatureFlagConfigurationSetting #34545
Labels
App Configuration
Azure.ApplicationModel.Configuration
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Describe the bug
When I make get/list configuration request to Azrue App Configuration any "custom" fields in FeatureFlagConfigurationSetting are ignored/removed.
To Reproduce
Steps to reproduce the behavior:
beta = client.get_configuration_setting(key=".appconfig.featureflag/Beta")
If you look in the value of the feature flag all of the custom fields are missing.
Expected behavior
The SDK shouldn't remove customer data. The DotNet and Java SDKs support this.
NOTE: You are also removing some known fields like description.
Link to the currently GAed Schema: https://github.com/Azure/AppConfiguration/blob/main/docs/FeatureManagement/FeatureFlag.v1.1.0.schema.json
The text was updated successfully, but these errors were encountered: