File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414type: command
1515short-summary: Command to create an Nginx Deployment WAF Policy.
1616examples:
17- - 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
17+ - 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
1919"""
2020
2121helps ['nginx deployment waf-policy update' ] = """
2222type: command
2323short-summary: Command to update an Nginx Deployment WAF Policy.
2424examples:
25- - 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
25+ - 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
2727"""
You can’t perform that action at this time.
0 commit comments