Skip to content

Commit 4fd5458

Browse files
committed
Fix command to match example
1 parent 65ea0ad commit 4fd5458

File tree

1 file changed

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

1 file changed

+1
-1
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
@@ -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,www.contoso1.com] --content-paths '/scripts/*'
21+
az afd endpoint purge -g group --profile-name profile --domains www.contoso.com --content-paths '/scripts/*'
2222
"""
2323

2424
_aaz_info = {

0 commit comments

Comments
 (0)