-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{ARM} Remove duplicate help messages #27836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.