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

Value is not accepted when using az appconfig feature set --requirement-type #30619

Open
george-lamprinos opened this issue Jan 7, 2025 · 2 comments
Labels
App Configuration Auto-Assign Auto assign by bot bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. Service Attention This issue is responsible by Azure service team.

Comments

@george-lamprinos
Copy link

george-lamprinos commented Jan 7, 2025

Describe the bug

When creating a feature in App Configuration using azure cli, and specifying the requirement-type parameter, the generated feature flag is invalid because the requirement-type is using an invalid value ('all/any' instead of 'All/Any').

Related command

az appconfig feature set --description "MyDescription"
--requirement-type all --feature MyFlag
--name MyAppConfig `
--yes

Errors

The command succeeds, but the feature flag is invalid when viewing it in Azure Portal.

Image

Issue script & Debug output

Expected behavior

A feature flag is being created that is valid, and uses the correct value for requirement type.

Environment Summary

{
"azure-cli": "2.67.0",
"azure-cli-core": "2.67.0",
"azure-cli-telemetry": "1.1.0"
}

Additional context

No response

@george-lamprinos george-lamprinos added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Jan 7, 2025
@yonzhan
Copy link
Collaborator

yonzhan commented Jan 7, 2025

Thank you for opening this issue, we will look into it.

@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. Auto-Assign Auto assign by bot App Configuration Service Attention This issue is responsible by Azure service team. labels Jan 7, 2025
Copy link
Contributor

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @shenmuxiaosen, @avanigupta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Configuration Auto-Assign Auto assign by bot bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

2 participants