Azure / azure-cli

Azure Command-Line Interface
MIT License
3.94k stars 2.92k forks source link

Add support for az network application-gateway waf-policy Bot 1.1 ruleset #29158

Open Shawnli222 opened 2 months ago

Shawnli222 commented 2 months ago

Describe the bug

Add support for az network application-gateway waf-policy Bot 1.1 ruleset

similar to this PR: https://github.com/Azure/azure-cli/issues/26888

Related command

az network application-gateway waf-policy managed-rule rule-set update --policy-name <> --resource-group <> --type 'Microsoft_BotManagerRuleSet' --version '1.1'

az network application-gateway waf-policy managed-rule rule-set add --policy-name <> --resource-group <> --type 'Microsoft_BotManagerRuleSet' --version '1.1'

Errors

Add 1.1 as an allowed input

Issue script & Debug output

Add 1.1 as an allowed input

Expected behavior

Add 1.1 as an allowed input

Environment Summary

na

Additional context

No response

yonzhan commented 2 months ago

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