Skip to content

Commit cb9542b

Browse files
author
Jingnan
committed
clean spam message
1 parent 46fc028 commit cb9542b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/endpoint/_purge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
7373
_args_schema.domains = AAZListArg(
7474
options=["--domains"],
7575
arg_group="Contents",
76-
help="List of domains. Example: \"[www.contoso.com,www.contoso1.com]\"",
76+
help="List of domains. Example: \"www.contoso.com, www.contoso1.com\"",
7777
)
7878

7979
content_paths = cls._args_schema.content_paths

src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/origin/_create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Create(AAZCommand):
1818
"""Create a new origin within the specified origin group.
1919
2020
:example: Create an regular origin
21-
az afd origin create -g group --host-name example.contoso.com --profile-name profile --origin-group-name originGroup --origin-name origin1 --origin-host-header example.contoso.com --priority 1 --weight 500 --enabled-state Enabled --http-port 80 --https-port 443 - name: Create a private link origin
21+
az afd origin create -g group --host-name example.contoso.com --profile-name profile --origin-group-name originGroup --origin-name origin1 --origin-host-header example.contoso.com --priority 1 --weight 500 --enabled-state Enabled --http-port 80 --https-port 443
2222
2323
:example: Create a private link origin
2424
az afd origin create -g group --host-name example.contoso.com --profile-name profile --origin-group-name originGroup --origin-name origin1 --origin-host-header example.contoso.com --priority 1 --weight 500 --enabled-state Enabled --http-port 80 --https-port 443 --private-link-resource /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group/providers/Microsoft.Storage/storageAccounts/plstest --private-link-location EastUS --private-link-request-message 'Please approve this request' --private-link-sub-resource-type table

src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/rule/_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class List(AAZCommand):
1818
"""List all of the existing delivery rules within a rule set.
1919
2020
:example: List all the routes within the specified endpoint.
21-
az afd rule condition list -g group --rule-set-name ruleSetName --profile-name profile --name rule1
21+
az afd route list -g group --profile-name profile --endpoint-name endpoint1
2222
"""
2323

2424
_aaz_info = {

0 commit comments

Comments
 (0)