Prepare for Fabric MCP Server 1.2.0 release#3007
Merged
Merged
Conversation
Compile changelog entries into the 1.2.0 section, set the release date, and sync the VS Code extension changelog.
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the Microsoft Fabric MCP Server 1.2.0 release by compiling the pending changelog entries into the main server changelog and syncing the same notes into the VS Code extension changelog, then removing the now-consumed entry YAML files.
Changes:
- Finalized
servers/Fabric.Mcp.Server/CHANGELOG.mdfor the 1.2.0 release by setting the release date and compiling entries into the 1.2.0 section. - Synced the 1.2.0 notes into
servers/Fabric.Mcp.Server/vscode/CHANGELOG.md. - Removed the compiled
servers/Fabric.Mcp.Server/changelog-entries/*.yamlfiles.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| servers/Fabric.Mcp.Server/vscode/CHANGELOG.md | Adds the 1.2.0 entry for the VS Code extension release notes. |
| servers/Fabric.Mcp.Server/CHANGELOG.md | Finalizes the 1.2.0 release notes and release date for the server changelog. |
| servers/Fabric.Mcp.Server/changelog-entries/1783507618310.yaml | Removes compiled changelog entry after inclusion in 1.2.0 notes. |
| servers/Fabric.Mcp.Server/changelog-entries/1782300000000.yaml | Removes compiled changelog entry after inclusion in 1.2.0 notes. |
| servers/Fabric.Mcp.Server/changelog-entries/1780766915548.yaml | Removes compiled changelog entry after inclusion in 1.2.0 notes. |
| servers/Fabric.Mcp.Server/changelog-entries/1778530268679.yaml | Removes compiled changelog entry after inclusion in 1.2.0 notes. |
| servers/Fabric.Mcp.Server/changelog-entries/1778530260238.yaml | Removes compiled changelog entry after inclusion in 1.2.0 notes. |
AmosHersch
requested review from
JasonYeMSFT,
KarishmaGhiya,
RickWinter,
anannya03,
sandeep-sen,
tmeschter and
xirzec
July 8, 2026 13:00
KupoCat
approved these changes
Jul 8, 2026
AmosHersch
force-pushed
the
amhersch/fabric-mcp-server-1.2.0
branch
from
July 8, 2026 13:05
b62d32e to
9e6b3e3
Compare
KupoCat
approved these changes
Jul 8, 2026
Contributor
Author
|
@microsoft-github-policy-service rerun |
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?
Prepares the Microsoft Fabric MCP Server 1.2.0 release.
## 1.2.0section ofservers/Fabric.Mcp.Server/CHANGELOG.mdand sets the release date.servers/Fabric.Mcp.Server/vscode/CHANGELOG.md).changelog-entries/*.yamlfiles.The
<Version>inFabric.Mcp.Server.csprojis already1.2.0(set by the post-1.1.0 version increment), so no version bump is needed.Release-prep-only change — no product code or tools were modified.
GitHub issue number?
N/A
Pre-merge Checklist
Invoking Livetests
Copilot submitted PRs are not trustworthy by default. Users with
writeaccess 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.