We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
az afd rule condition list
1 parent ce0125d commit 9e84175Copy full SHA for 9e84175
1 file changed
src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/rule/_list.py
@@ -18,7 +18,7 @@ class List(AAZCommand):
18
"""List all of the existing delivery rules within a rule set.
19
20
:example: List all the routes within the specified endpoint.
21
- 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
22
"""
23
24
_aaz_info = {
0 commit comments