Skip to content

Commit

Permalink
{Docs} Fix query syntax for az provider list command (#22632)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanBodnya authored Jun 28, 2022
1 parent 56aef2b commit 11eacf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/resource/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -2130,7 +2130,7 @@
examples:
- name: Display all resource types for the network resource provider.
text: >
az provider list --query [?namespace=='Microsoft.Network'].resourceTypes[].resourceType
az provider list --query "[?namespace=='Microsoft.Network'].resourceTypes[].resourceType"
"""

helps['provider permission'] = """
Expand Down

0 comments on commit 11eacf0

Please sign in to comment.