Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Configuration SDK can't create Feature Flag #31326

Closed
mrm9084 opened this issue Jul 26, 2023 · 0 comments · Fixed by #31415
Closed

App Configuration SDK can't create Feature Flag #31326

mrm9084 opened this issue Jul 26, 2023 · 0 comments · Fixed by #31415
Assignees
Labels
App Configuration Azure.ApplicationModel.Configuration Client This issue points to a problem in the data-plane of the library.

Comments

@mrm9084
Copy link
Member

mrm9084 commented Jul 26, 2023

  • azure-appconfiguration:
  • 1.4.0:
  • Windows 11:
  • 3.10.9:

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

@github-actions github-actions bot added App Configuration Azure.ApplicationModel.Configuration Client This issue points to a problem in the data-plane of the library. needs-team-triage This issue needs the team to triage. labels Jul 26, 2023
@xiangyan99 xiangyan99 removed the needs-team-triage This issue needs the team to triage. label Jul 26, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Oct 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
App Configuration Azure.ApplicationModel.Configuration Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants