-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Preconditions
- No need to upgrade Python SDK or the Python SDK is ready.
Related command
az network application-gateway waf-policy managed-rule rule-set update --policy-name <> --resource-group <> --type 'Microsoft_DefaultRuleSet' --version '2.2'
az network application-gateway waf-policy managed-rule rule-set add --policy-name <> --resource-group <> --type 'Microsoft_DefaultRuleSet' --version '2.2'
Resource Provider
Microsoft.Network/applicationGateways
Description of Feature or Work Requested
Add support for az network application-gateway waf-policy Microsoft_DefaultRuleSet 2.2 ruleset
Ref issue: link.
Ref PR: link.
Minimum API Version Required
N/A
Swagger PR link / SDK link
N/A
Request Example
No response
Target Date
2025-08-20
PM Contact
yuvalpery
Engineer Contact
yoavmalichi
Additional context
The rulesets versions shouldn't be validated against a schema of values.
In Az PowerShell it forwards the request to the backend and worst case returns an error from the backend.
Removing the schema validation will save a new issue for each newly released ruleset version.