{ARM} Remove duplicate help messages#27836
Conversation
🔄AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
Resource remove duplication |
|
azure-cli/src/azure-cli/azure/cli/command_modules/resource/_help.py Lines 147 to 150 in e485117 azure-cli/src/azure-cli/azure/cli/command_modules/resource/_help.py Lines 157 to 160 in e485117 The |
|
One more duplicate azure-cli/src/azure-cli/azure/cli/command_modules/resource/_help.py Lines 2733 to 2737 in e485117 |
| type: command | ||
| short-summary: List all management groups. | ||
| long-summary: List of all management groups in the current tenant. | ||
| short-summary: List of all management groups in the current tenant. |
There was a problem hiding this comment.
list is transitive, per https://www.collinsdictionary.com/dictionary/english/list
| short-summary: List of all management groups in the current tenant. | |
| short-summary: List all management groups in the current tenant. |
There was a problem hiding this comment.
it may be misused as a noun
…g/azure-cli into jins-delete-description
Related command
az account management-group create/update/delete/list/showaz account management-group subscription add/show/removeaz account management-group tenant-backfill get/startaz account management-group entities listaz account management-group subscription show-sub-under-mgaz account management-group check-name-availabilityaz account management-group hierarchy-settings create/update/list/deleteDescription
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.