{AKS} Correct indefinite article in Azure Dev Spaces docstring - #33885
Conversation
The ads_use_dev_spaces parameter docs said "a Azure Dev Spaces controller". Use "an Azure" to match standard article usage. Fixes Azure#27937
|
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 a minor grammar issue in the ACS aks_use_dev_spaces command docstring to use the correct indefinite article before “Azure”, improving the CLI help text and addressing issue #27937.
Changes:
- Changed “a Azure Dev Spaces controller” to “an Azure Dev Spaces controller” in the
aks_use_dev_spacesdocstring.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
ACS |
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. |
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
FumingZhang can we please get your review on this PR. Thanks! |
sure, approved |
|
🔔 Routing this PR to @Azure/act-observability-squad. |
🤖 PR Validation — ️✔️ All clear
Summary
Updates the
ads_use_dev_spacesdocstring in ACScustom.pyfrom "a Azure Dev Spaces controller" to "an Azure Dev Spaces controller".Related to #27937
Test plan