Fix typo in az quota command group short-summary - #10144
Conversation
Change "Manag" to "Manage" in the short-summary shown for the quota command group.
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
Updates the quota Azure CLI extension to correct a typo in the az quota command group short-summary shown in --help, and releases the change as a patch version.
Changes:
- Fix command group docstring typo (“Manag” → “Manage”) for
az quotahelp output. - Bump the quota extension version from
1.0.0to1.0.1. - Add a
1.0.1entry toHISTORY.rstdocumenting the fix.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/quota/setup.py | Bumps extension package version to 1.0.1. |
| src/quota/HISTORY.rst | Adds release notes entry for 1.0.1 describing the typo fix. |
| src/quota/azext_quota/aaz/latest/quota/__cmd_group.py | Fixes the command group short-summary typo used by az quota --help. |
|
quota |
|
@microsoft-github-policy-service agree |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 10144 in repo Azure/azure-cli-extensions |
|
GitHub Actions |
|
GitHub Actions |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
🤖 PR Validation — ️✔️ All clear
Summary
ManagtoManagein theaz quotacommand group docstring so--helpshows the correct short-summary.Fixes Azure/azure-cli#30269
Related command
az quota --helpGeneral Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install azdevrequired)For new extensions:
Test plan
src/quota/azext_quota/aaz/latest/quota/__cmd_group.pydocstring reads "Manage quota for Azure resource providers."az quota --helpshort-summary no longer shows "Manag".