Skip to content

Conversation

@vcolin7
Copy link
Contributor

@vcolin7 vcolin7 commented Dec 12, 2025

What does this PR do?

Increment the project version and updates CHANGELOGs for the Azure MCP Server after the 2.0.0-beta.8 release.

GitHub issue number?

N/A

Pre-merge Checklist

  • Required for All PRs
    • Read contribution guidelines
    • PR title clearly describes the change
    • Commit history is clean with descriptive messages (cleanup guide)
    • Added comprehensive tests for new/modified functionality
    • Updated servers/Azure.Mcp.Server/CHANGELOG.md and/or servers/Fabric.Mcp.Server/CHANGELOG.md for product changes (features, bug fixes, UI/UX, updated dependencies)
  • For MCP tool changes:
    • One tool per PR: This PR adds or modifies only one MCP tool for faster review cycles
    • Updated servers/Azure.Mcp.Server/README.md and/or servers/Fabric.Mcp.Server/README.md documentation
    • Validate README.md changes using script at eng/scripts/Process-PackageReadMe.ps1. See Package README
    • Updated command list in /servers/Azure.Mcp.Server/docs/azmcp-commands.md and/or /docs/fabric-commands.md
    • Run .\eng\scripts\Update-AzCommandsMetadata.ps1 to update tool metadata in azmcp-commands.md (required for CI)
    • For new or modified tool descriptions, ran ToolDescriptionEvaluator and obtained a score of 0.4 or more and a top 3 ranking for all related test prompts
    • For tools with new names, including new tools or renamed tools, update consolidated-tools.json
    • For new tools associated with Azure services or publicly available tools/APIs/products, add URL to documentation in the PR description
  • Extra steps for Azure MCP Server tool changes:
    • Updated test prompts in /servers/Azure.Mcp.Server/docs/e2eTestPrompts.md
    • 👉 For Community (non-Microsoft team member) PRs:
      • Security review: Reviewed code for security vulnerabilities, malicious code, or suspicious activities before running tests (crypto mining, spam, data exfiltration, etc.)
      • Manual tests run: added comment /azp run mcp - pullrequest - live to run Live Test Pipeline

Copilot AI review requested due to automatic review settings December 12, 2025 06:41
@vcolin7 vcolin7 requested review from a team as code owners December 12, 2025 06:41
@vcolin7 vcolin7 requested a review from JasonYeMSFT December 12, 2025 06:41
@vcolin7 vcolin7 self-assigned this Dec 12, 2025
@vcolin7 vcolin7 enabled auto-merge (squash) December 12, 2025 06:41
@vcolin7 vcolin7 moved this from Untriaged to Not Started in Azure MCP Server Dec 12, 2025
@vcolin7 vcolin7 moved this from Not Started to In Progress in Azure MCP Server Dec 12, 2025
@vcolin7 vcolin7 added this to the 2025-12 milestone Dec 12, 2025
@vcolin7 vcolin7 added documentation Improvements or additions to documentation server-Azure.Mcp Azure.Mcp.Server labels Dec 12, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs the standard post-release version increment from 2.0.0-beta.8 to 2.0.0-beta.9, updating both the project version and CHANGELOG files to prepare for the next development cycle.

Key Changes:

  • Incremented version from 2.0.0-beta.8 to 2.0.0-beta.9 in the project file
  • Created new "Unreleased" section for version 2.0.0-beta.9 in the main CHANGELOG
  • Added release entry for 2.0.0-beta.8 with the fix that was included in that release
  • Added corresponding vscode extension CHANGELOG entry for version 2.0.8

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
servers/Azure.Mcp.Server/src/Azure.Mcp.Server.csproj Updated version from 2.0.0-beta.8 to 2.0.0-beta.9
servers/Azure.Mcp.Server/CHANGELOG.md Created new unreleased section for 2.0.0-beta.9 and moved the Best Practices tool fix to the released 2.0.0-beta.8 section
servers/Azure.Mcp.Server/vscode/CHANGELOG.md Added version 2.0.8 entry documenting the Best Practices tool fix

@vcolin7 vcolin7 merged commit e9c7333 into main Dec 18, 2025
29 checks passed
@vcolin7 vcolin7 deleted the increment-versions-after-2.0.0-beta.8 branch December 18, 2025 18:11
@github-project-automation github-project-automation bot moved this from In Progress to Done in Azure MCP Server Dec 18, 2025
ankushbindlish2 added a commit that referenced this pull request Dec 19, 2025
* Fix versions in Fabric changelog and add debug text to script (#1391)

* Remove unnecessary build targets and resources (#1375)

* Move azure icon to images folder
* Remove duplicate resources and unnecessary build targets
* Remove unnecessary reference to eng/dnx from pack-nuget

* Prevent HashTable.Count from affecting result count check (#1397)

* Migrate Authorization to recordings (#1399)

* Fix execution of parallel testclasses within testassembly (#1393)

* assets.json longer optional
* changes to prevent multiple proxy instances from restoring simultaneously

* Fabric MCP: Add OneLake namespace to VSCode options (#1398)

* Fabric MCP: Add OneLake namespace to VSCode options

* Update descriptions

* Increment versions and update CHANGELOGs after release (#1371)

Updated CHANGELOGs and project version after release

* Migrate `marketplace` to recordings (#1396)

* simplify the client creation a bit, remove unnecessary test parts, as the newing that is being exercised in the construction of the test isn't actually used for anything. the product commands ARE though

* Migrate AKS to recordings (#1384)

* Migrate AKS to recordings

* Fix linting, synchronize starting proxy

* Revert lock change

---------

Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>

* Migrate Function App to recordings (#1410)

---------

Co-authored-by: Patrick Hallisey <[email protected]>
Co-authored-by: Alan Zimmer <[email protected]>
Co-authored-by: Scott Beddall <[email protected]>
Co-authored-by: Amos Hersch <[email protected]>
Co-authored-by: vcolin7 <[email protected]>
Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>
ankushbindlish2 added a commit that referenced this pull request Dec 19, 2025
* Fix versions in Fabric changelog and add debug text to script (#1391)

* Remove unnecessary build targets and resources (#1375)

* Move azure icon to images folder
* Remove duplicate resources and unnecessary build targets
* Remove unnecessary reference to eng/dnx from pack-nuget

* Prevent HashTable.Count from affecting result count check (#1397)

* Migrate Authorization to recordings (#1399)

* Fix execution of parallel testclasses within testassembly (#1393)

* assets.json longer optional
* changes to prevent multiple proxy instances from restoring simultaneously

* Fabric MCP: Add OneLake namespace to VSCode options (#1398)

* Fabric MCP: Add OneLake namespace to VSCode options

* Update descriptions

* Increment versions and update CHANGELOGs after release (#1371)

Updated CHANGELOGs and project version after release

* Migrate `marketplace` to recordings (#1396)

* simplify the client creation a bit, remove unnecessary test parts, as the newing that is being exercised in the construction of the test isn't actually used for anything. the product commands ARE though

* Migrate AKS to recordings (#1384)

* Migrate AKS to recordings

* Fix linting, synchronize starting proxy

* Revert lock change

---------

Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>

* Migrate Function App to recordings (#1410)

---------

Co-authored-by: Patrick Hallisey <[email protected]>
Co-authored-by: Alan Zimmer <[email protected]>
Co-authored-by: Scott Beddall <[email protected]>
Co-authored-by: Amos Hersch <[email protected]>
Co-authored-by: vcolin7 <[email protected]>
Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>
ankushbindlish2 added a commit that referenced this pull request Dec 19, 2025
* Fix versions in Fabric changelog and add debug text to script (#1391)

* Remove unnecessary build targets and resources (#1375)

* Move azure icon to images folder
* Remove duplicate resources and unnecessary build targets
* Remove unnecessary reference to eng/dnx from pack-nuget

* Prevent HashTable.Count from affecting result count check (#1397)

* Migrate Authorization to recordings (#1399)

* Fix execution of parallel testclasses within testassembly (#1393)

* assets.json longer optional
* changes to prevent multiple proxy instances from restoring simultaneously

* Fabric MCP: Add OneLake namespace to VSCode options (#1398)

* Fabric MCP: Add OneLake namespace to VSCode options

* Update descriptions

* Increment versions and update CHANGELOGs after release (#1371)

Updated CHANGELOGs and project version after release

* Migrate `marketplace` to recordings (#1396)

* simplify the client creation a bit, remove unnecessary test parts, as the newing that is being exercised in the construction of the test isn't actually used for anything. the product commands ARE though

* Migrate AKS to recordings (#1384)

* Migrate AKS to recordings

* Fix linting, synchronize starting proxy

* Revert lock change

---------

Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>

* Migrate Function App to recordings (#1410)

---------

Co-authored-by: Patrick Hallisey <[email protected]>
Co-authored-by: Alan Zimmer <[email protected]>
Co-authored-by: Scott Beddall <[email protected]>
Co-authored-by: Amos Hersch <[email protected]>
Co-authored-by: vcolin7 <[email protected]>
Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation server-Azure.Mcp Azure.Mcp.Server

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants