Fix typo in az quota command group short-summary - #10144
Fix typo in az quota command group short-summary#10144Hashim Khan (Hashim1999164) wants to merge 3 commits into
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). |
|
Looked at Azure Pipelines build 335678. The azdev linter and style jobs did not fail on quota lint or flake8. They exited because GitHub Actions I merged current |
|
Merged the latest main so this branch is no longer behind. The earlier Azure Pipelines linter/style failures looked like they came from extra files vs origin/main (including src/index.json), not from the quota typo itself. GitHub Actions azdev-linter and azdev-style already passed. Could a maintainer run /azp run when convenient so those pipeline checks refresh? |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Live test skipped⏭️ Skipping the live test for this revision because no new test file was added ( The live-test pipeline runs only the test files a PR changes, so there is nothing to execute for this commit. This is informational — a regression test is encouraged where it makes sense, but not required. If a test file is added in a later commit, the live test will run automatically. |
🤖 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".