Skip to content
Merged
Changes from all commits
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
23 changes: 3 additions & 20 deletions src/azure-cli/azure/cli/command_modules/resource/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
helps['account management-group tenant-backfill get'] = """
type: command
short-summary: Get the backfill status for a tenant.
long-summary: Get the backfill status for a tenant.
examples:
- name: Get the backfill status for a tenant.
text: >
Expand All @@ -80,7 +79,6 @@
helps['account management-group tenant-backfill start'] = """
type: command
short-summary: Start backfilling subscriptions for a tenant.
long-summary: Start backfilling subscriptions for a tenant.
examples:
- name: Start backfilling subscriptions for a tenant.
text: >
Expand All @@ -90,7 +88,6 @@
helps['account management-group check-name-availability'] = """
type: command
short-summary: Check if a Management Group Name is Valid.
long-summary: Check if a Management Group Name is Valid.
parameters:
- name: --name -n
type: string
Expand All @@ -104,7 +101,6 @@
helps['account management-group create'] = """
type: command
short-summary: Create a new management group.
long-summary: Create a new management group.
parameters:
- name: --name -n
type: string
Expand Down Expand Up @@ -133,7 +129,6 @@
helps['account management-group delete'] = """
type: command
short-summary: Delete an existing management group.
long-summary: Delete an existing management group.
parameters:
- name: --name -n
type: string
Expand All @@ -146,8 +141,7 @@

helps['account management-group list'] = """
type: command
short-summary: List all management groups.
long-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 All @@ -156,8 +150,7 @@

helps['account management-group show'] = """
type: command
short-summary: Get a specific management group.
long-summary: Get the details of the management group.
short-summary: Get the details of the management group.
parameters:
- name: --name -n
type: string
Expand Down Expand Up @@ -188,7 +181,6 @@
helps['account management-group subscription add'] = """
type: command
short-summary: Add a subscription to a management group.
long-summary: Add a subscription to a management group.
parameters:
- name: --name -n
type: string
Expand All @@ -205,7 +197,6 @@
helps['account management-group subscription show'] = """
type: command
short-summary: Show the details of a subscription under a known management group.
long-summary: Show the details of a subscription under a known management group.
parameters:
- name: --name -n
type: string
Expand All @@ -222,7 +213,6 @@
helps['account management-group subscription show-sub-under-mg'] = """
type: command
short-summary: Get the subscription under a management group.
long-summary: Get the subscription under a management group.
parameters:
- name: --name -n
type: string
Expand All @@ -241,7 +231,6 @@
helps['account management-group entities list'] = """
type: command
short-summary: List all entities for the authenticated user.
long-summary: List all entities for the authenticated user.
examples:
- name: List all entities for the authenticated user.
text: >
Expand All @@ -251,7 +240,6 @@
helps['account management-group subscription remove'] = """
type: command
short-summary: Remove an existing subscription from a management group.
long-summary: Remove an existing subscription from a management group.
parameters:
- name: --name -n
type: string
Expand All @@ -268,7 +256,6 @@
helps['account management-group update'] = """
type: command
short-summary: Update an existing management group.
long-summary: Update an existing management group.
parameters:
- name: --name -n
type: string
Expand Down Expand Up @@ -299,7 +286,6 @@
helps['account management-group hierarchy-settings create'] = """
type: command
short-summary: Create hierarchy settings defined at the Management Group level.
long-summary: Create hierarchy settings defined at the Management Group level.
parameters:
- name: --name -n
type: string
Expand Down Expand Up @@ -328,7 +314,6 @@
helps['account management-group hierarchy-settings list'] = """
type: command
short-summary: Get all the hierarchy settings defined at the Management Group level.
long-summary: Get all the hierarchy settings defined at the Management Group level.
parameters:
- name: --name -n
type: string
Expand All @@ -342,7 +327,6 @@
helps['account management-group hierarchy-settings delete'] = """
type: command
short-summary: Delete the hierarchy settings defined at the Management Group level.
long-summary: Delete the hierarchy settings defined at the Management Group level.
parameters:
- name: --name -n
type: string
Expand All @@ -356,7 +340,6 @@
helps['account management-group hierarchy-settings update'] = """
type: command
short-summary: Update the hierarchy settings defined at the Management Group level.
long-summary: Update the hierarchy settings defined at the Management Group level.
parameters:
- name: --name -n
type: string
Expand Down Expand Up @@ -2734,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