File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 short-summary: Command to create an Nginx Deployment WAF Policy.
1616 examples:
1717 - name: Create a WAF policy for a Nginx deployment
18- - text: az nginx deployment waf-policy create --name mypolicyname --deployment-name mydeploymentname --resource-group myresourcegroupname --filepath /path/to/my/policy.json --content mycontentfileinbase64encoding
18+ text: az nginx deployment waf-policy create --name mypolicyname --deployment-name mydeploymentname --resource-group myresourcegroupname --filepath /path/to/my/policy.json --content mycontentfileinbase64encoding
1919"""
2020
2121helps ['nginx deployment waf-policy update' ] = """
2222 type: command
2323 short-summary: Command to update an Nginx Deployment WAF Policy.
2424 examples:
2525 - name: Update a WAF policy for a Nginx deployment
26- - text: az nginx deployment waf-policy update --name mypolicyname --deployment-name mydeploymentname --resource-group myresourcegroupname --filepath /path/to/my/policy.json --content mycontentfileinbase64encoding
26+ text: az nginx deployment waf-policy update --name mypolicyname --deployment-name mydeploymentname --resource-group myresourcegroupname --filepath /path/to/my/policy.json --content mycontentfileinbase64encoding
2727"""
You can’t perform that action at this time.
0 commit comments