Skip to content

Commit 975e5e6

Browse files
Ptnan7Jingnan Xu
and
Jingnan Xu
authored
change docs (#30933)
Co-authored-by: Jingnan Xu <[email protected]>
1 parent 1c20fa6 commit 975e5e6

File tree

1 file changed

+2
-2
lines changed
  • src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/endpoint

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Purge(AAZCommand):
1818
"""Removes a content from AzureFrontDoor.
1919
2020
:example: Remove all cached contents under directory "/script" for domain www.contoso.com
21-
az afd endpoint purge -g group --profile-name profile --domains www.contoso.com --content-paths '/scripts/*'
21+
az afd endpoint purge -g group --profile-name profile --domains [www.contoso.com,www.contoso1.com] --content-paths '/scripts/*'
2222
"""
2323

2424
_aaz_info = {
@@ -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

0 commit comments

Comments
 (0)