docs: clarify Foundry resource group constraint - #3192
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
|
Thank you for your contribution @lntutor! We will review the pull request and get back to you soon. |
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure MCP Server command reference to document the foundryextensions resource get parameter constraint introduced in prior code changes, and clarifies what metadata the command returns so users/agents don’t hit an unexpected runtime validation error.
Changes:
- Document that
--resource-groupis required when--resource-nameis specified forazmcp foundryextensions resource get. - Refine the command’s one-line summary to emphasize it returns Foundry resource metadata (e.g., endpoint/SKU/location).
|
Current head 52b549e is mergeable, and the only visible blocker I can see as of August 1, 2026 is the Azure Pipelines |
What does this PR do?
Clarifies that
--resource-groupis required when--resource-nameis passed toazmcp foundryextensions resource get. It also updates the command summary to describe the returned resource metadata.Closes #2978
GitHub issue number?
#2978
Validation
dotnet build servers/Azure.Mcp.Server/dotnet build tools/Azure.Mcp.Tools.FoundryExtensions/src/dotnet test tools/Azure.Mcp.Tools.FoundryExtensions/tests/Azure.Mcp.Tools.FoundryExtensions.Tests/ --filter "TestType!=Live"(80 passed)git diff --checkThe PowerShell spelling wrapper could not run because
pwshis unavailable locally; the direct Node fallback is also blocked by a broken local Homebrewsimdjsonlinkage.Pre-merge Checklist
servers/Azure.Mcp.Server/docs/azmcp-commands.md