Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update _help.py
  • Loading branch information
Jing-song committed Nov 14, 2023
commit f457a1786dfbccde00274e62d2125ac72137f6dd
4 changes: 2 additions & 2 deletions src/azure-cli/azure/cli/command_modules/resource/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@

helps['account management-group list'] = """
type: command
short-summary: List of all management groups in the current tenant.
short-summary: List all management groups in the current tenant.
examples:
- name: List all management groups
text: >
Expand Down Expand Up @@ -2717,7 +2717,7 @@
type: group
short-summary: Bicep CLI command group.
long-summary: |
Bicep CLI command group. There are two configurations that can be set for the command group, including bicep.check_version and bicep.use_binary_from_path:
There are two configurations that can be set for the command group, including bicep.check_version and bicep.use_binary_from_path:

[1] az config set bicep.check_version=True/False
Turn on/off Bicep CLI version check when executing az bicep commands.
Expand Down