App Configuration SDK can't create Feature Flag #31326
Labels
App Configuration
Azure.ApplicationModel.Configuration
Client
This issue points to a problem in the data-plane of the library.
Describe the bug
creating a feature flag results in an invalid feature flag.
To Reproduce
feature_flag = return FeatureFlagConfigurationSetting(feature_id="Alpha", enabled=True)
client.set_configuration_setting(feature_flag)
This results in a feature flag without a name. This can be easily seen in the portal as the feature flag will have a red x, and will have a message saying "Some of your feature flags are not valid. Please navigate to Advanced Edit for more details."
Expected behavior
Create a valid feature flag
The text was updated successfully, but these errors were encountered: