diff --git a/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/endpoint/_purge.py b/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/endpoint/_purge.py index 366f0b4fc2b..785461035db 100644 --- a/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/endpoint/_purge.py +++ b/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/endpoint/_purge.py @@ -73,7 +73,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _args_schema.domains = AAZListArg( options=["--domains"], arg_group="Contents", - help="List of domains. Example: \"[www.contoso.com,www.contoso1.com]\"", + help="List of domains. Example: \"www.contoso.com, www.contoso1.com\"", ) content_paths = cls._args_schema.content_paths diff --git a/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/origin/_create.py b/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/origin/_create.py index 83860a2edb8..5f1b4bfa332 100644 --- a/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/origin/_create.py +++ b/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/origin/_create.py @@ -18,7 +18,7 @@ class Create(AAZCommand): """Create a new origin within the specified origin group. :example: Create an regular origin - 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 + 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 :example: Create a private link origin 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 diff --git a/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/origin_group/_create.py b/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/origin_group/_create.py index 9cdd7700df9..fe5c560bcf9 100644 --- a/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/origin_group/_create.py +++ b/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/origin_group/_create.py @@ -18,7 +18,7 @@ class Create(AAZCommand): """Create a new origin group within the specified profile. :example: Creates a new origin group within the specified profile. - az afd origin-group create -g group --origin-group-name og1 --profile-name profile --probe-request-type GET --probe-protocol Http --probe-interval-in-seconds 120 --probe-path /test1/azure.txt --sample-size 4 --successful-samples-required 3 --additional-latency-in-milliseconds 50 + az afd origin-group create -g group --origin-group-name og1 --profile-name profile --probe-request-type GET --probe-protocol Http --probe-interval-in-seconds 120 --probe-path /test1/azure.txt --sample-size 4 --successful-samples-required 3 --additional-latency-in-milliseconds 50 --enable-health-probe true """ _aaz_info = { diff --git a/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/rule/_list.py b/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/rule/_list.py index f7472d91451..bbbc4e2c1d6 100644 --- a/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/rule/_list.py +++ b/src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/rule/_list.py @@ -18,7 +18,7 @@ class List(AAZCommand): """List all of the existing delivery rules within a rule set. :example: List all the routes within the specified endpoint. - az afd rule condition list -g group --rule-set-name ruleSetName --profile-name profile --name rule1 + az afd route list -g group --profile-name profile --endpoint-name endpoint1 """ _aaz_info = {