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 bbbc4e2c1d6..f7472d91451 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 route list -g group --profile-name profile --endpoint-name endpoint1 + az afd rule condition list -g group --rule-set-name ruleSetName --profile-name profile --name rule1 """ _aaz_info = {