From 9e8417563984e4677fcf7478c18724a6a4369f10 Mon Sep 17 00:00:00 2001 From: Ptnan7 <148527582+Ptnan7@users.noreply.github.com> Date: Thu, 6 Mar 2025 09:56:48 +1100 Subject: [PATCH] {AFD} Fix `az afd rule condition list` example issue (#30934) Co-authored-by: Jingnan Xu --- .../azure/cli/command_modules/cdn/aaz/latest/afd/rule/_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {