Skip to content

Commit 9e84175

Browse files
Ptnan7Jingnan Xu
andauthored
{AFD} Fix az afd rule condition list example issue (#30934)
Co-authored-by: Jingnan Xu <jingnanxu@microsoft.com>
1 parent ce0125d commit 9e84175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/rule

src/azure-cli/azure/cli/command_modules/cdn/aaz/latest/afd/rule/_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class List(AAZCommand):
1818
"""List all of the existing delivery rules within a rule set.
1919
2020
:example: List all the routes within the specified endpoint.
21-
az afd route list -g group --profile-name profile --endpoint-name endpoint1
21+
az afd rule condition list -g group --rule-set-name ruleSetName --profile-name profile --name rule1
2222
"""
2323

2424
_aaz_info = {

0 commit comments

Comments
 (0)