docs: refresh Azure MCP global option descriptions - #3385
Open
Donna Gan (bleakbelladonnals) wants to merge 1 commit into
Open
docs: refresh Azure MCP global option descriptions#3385Donna Gan (bleakbelladonnals) wants to merge 1 commit into
Donna Gan (bleakbelladonnals) wants to merge 1 commit into
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
|
Thank you for your contribution Donna Gan (@bleakbelladonnals)! We will review the pull request and get back to you soon. |
Copilot started reviewing on behalf of
Donna Gan (bleakbelladonnals)
August 26, 2026 19:18
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Azure MCP CLI documentation to bring the Global Options table in azmcp-commands.md back in sync with the shared option descriptions used across Azure MCP commands.
Changes:
- Refreshes
--subscriptionand--tenantdescriptions to match the current shared option wording and option name. - Synchronizes retry option descriptions for
--retry-max-retries,--retry-delay, and--retry-modewithRetryPolicyOptions.
Suppressed comments (2)
servers/Azure.Mcp.Server/docs/azmcp-commands.md:17
- The
--retry-max-delaydescription here doesn't match the shared retry option description (RetryPolicyOptionsuses "Maximum delay in seconds, regardless of the retry strategy."). Since this PR aims to synchronize the global options table with the shared descriptions, this row should be updated too.
| `--retry-max-delay` | No | 10 | Maximum delay between retries (seconds) |
servers/Azure.Mcp.Server/docs/azmcp-commands.md:19
- The
--retry-network-timeoutrow is close, but the shared option description is "Network operation timeout in seconds." Aligning the wording keeps this table consistent with the source descriptions.
| `--retry-network-timeout` | No | 100 | Network operation timeout (seconds) |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| |-----------|----------|---------|-------------| | ||
| | `--subscription` | No | Environment variable `AZURE_SUBSCRIPTION_ID` | Azure subscription ID for target resources | | ||
| | `--tenant-id` | No | - | Azure tenant ID for authentication | | ||
| | `--subscription` | No | Environment variable `AZURE_SUBSCRIPTION_ID` | The Azure subscription GUID identifier or display name. If not specified, the Azure CLI profile default subscription or `AZURE_SUBSCRIPTION_ID` environment variable will be used. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Refreshes the Azure MCP global options table so it matches the current shared option descriptions:
--subscriptionaccepts a GUID or display name and explains its fallback behavior--tenant-idto--tenantRetryPolicyOptionsThis is a documentation-only change; it does not change command behavior or tool metadata.
GitHub issue number?
Fixes #3224
Validation
git diff --checknpx --yes cspell@^10.0.0 lint --config .vscode/cspell.json servers/Azure.Mcp.Server/docs/azmcp-commands.mdThe PowerShell metadata script was not run because no generated tool metadata or tool implementation changed.
Pre-merge checklist