Skip to content

Fix azmcp deploy plan get docs to match POCO options - #3275

Draft
Connie Yau (conniey) with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-workspace-folder-documentation
Draft

Fix azmcp deploy plan get docs to match POCO options#3275
Connie Yau (conniey) with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-workspace-folder-documentation

Conversation

Copilot AI commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

azmcp-commands.md still documented --workspace-folder for azmcp deploy plan get, but PR #3143 removed WorkspaceFolder from tools/Azure.Mcp.Tools.Deploy/src/Options/Plan/GetOptions.cs.

Changes

  • Removed --workspace-folder from the azmcp deploy plan get usage block.
  • Bracketed --target-app-service, --provisioning-tool, and --source-type as optional — ProjectName is the only required property in GetOptions.cs; the rest carry DefaultValues.
  • Left azmcp deploy app logs get --workspace-folder untouched; that option still exists in LogsGetOptions.cs.
azmcp deploy plan get --project-name <project-name> \
                      [--target-app-service <target-app-service>] \
                      [--provisioning-tool <provisioning-tool>] \
                      [--source-type <source-type>] \
                      [--iac-options <iac-options>] \
                      [--deploy-option <deploy-option>] \
                      [--resource-group <resource-group>] \
                      [--subscription <subscription>]

Invoking Livetests

Copilot submitted PRs are not trustworthy by default. Users with write access to the repo need to validate the contents of this PR before leaving a comment with the text /azp run mcp - pullrequest - live. This will trigger the necessary livetest workflows to complete required validation.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
There may be pipelines that require an authorized user to comment /azp run to run.

Co-authored-by: conniey <10136526+conniey@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix documentation for azmcp deploy plan get command Fix azmcp deploy plan get docs to match POCO options Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Doc Gap] azmcp deploy plan get — --workspace-folder removed from code but still documented in azmcp-commands.md

3 participants