Skip to content

Commit ff4c1e2

Browse files
committed
update command example
1 parent 5ca3645 commit ff4c1e2

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/application_gateway/waf_policy/managed_rule/exception

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/application_gateway/waf_policy/managed_rule/exception/_add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Add(AAZCommand):
1818
"""Allows traffic that met configured criteria to skip the configured managed rules.
1919
2020
:example: Add and exception rule to the WAF policy managed rules.
21-
az network application-gateway waf-policy managed-rule exception add -g myResourceGroup --policy-name myWAF --match-variable "RequestURI" --value-operator Contains --values "health" "default.aspx" "account/images"
21+
az network application-gateway waf-policy managed-rule exception add -g myResourceGroup --policy-name myWAF --match-variable "RequestURI" --value-operator Contains --values "health" "default.aspx" "account/images" --rule-sets [0].rule-set-type=OWASP [0].rule-set-version=3.2
2222
"""
2323

2424
_aaz_info = {

0 commit comments

Comments
 (0)