From 03236db9799bd4e14755417c9f2f5eea3b41f3d8 Mon Sep 17 00:00:00 2001 From: Jingnan Xu Date: Tue, 4 Mar 2025 11:47:51 +1100 Subject: [PATCH] fix example issue --- .../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 = {