File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99# pylint: disable=too-many-lines
1010
1111from knack .help_files import helps # pylint: disable=unused-import
12+
13+ helps ['nginx deployment waf-policy create' ] = """
14+ type: command
15+ short-summary: Create a WAF policy for an nginx deployment.
16+ examples:
17+ - name: Create a default WAF policy
18+ text: az nginx deployment waf-policy create --name mypolicyname --deployment-name mydeploymentname --resource-group myresourcegroupname --filepath /path/to/my/policy.json --content mycontentfileinbase64encoding
19+ """
20+
21+ helps ['nginx deployment waf-policy update' ] = """
22+ type: command
23+ short-summary: Update a WAF policy for an nginx deployment.
24+ examples:
25+ - name: Update a default WAF policy
26+ text: az nginx deployment waf-policy update --name mypolicyname --deployment-name mydeploymentname --resource-group myresourcegroupname --filepath /path/to/my/policy.json --content mycontentfileinbase64encoding
27+ """
You can’t perform that action at this time.
0 commit comments