Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR prepares the 0.8.0 release by updating version numbers, changelog documentation, and re-enabling previously disabled Key Vault commands for getting keys and secrets.
- Updates project version from 0.7.1 to 0.8.0
- Re-enables
azmcp keyvault get keyandazmcp keyvault get secretcommands - Updates changelog and documentation with release notes for version 0.8.0
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Azure.Mcp.Server.csproj | Updates project version to 0.8.0 |
| KeyVaultSetup.cs | Re-enables key and secret get commands by uncommenting registration |
| KeyVaultCommandTests.cs | Re-enables previously skipped tests for key and secret get functionality |
| CHANGELOG.md | Updates changelog with 0.8.0 release notes and feature descriptions |
| eng/vscode/CHANGELOG.md | Updates VS Code extension changelog for 0.8.0 release |
| eng/dnx/nuspec/README.md | Updates version reference in NuGet installation example |
| docs/e2eTestPrompts.md | Adds test prompts for re-enabled key and secret get commands |
| docs/azmcp-commands.md | Updates command documentation with re-enabled commands and reorganizes SQL command sections |
joshfree
approved these changes
Sep 18, 2025
xiangyan99
approved these changes
Sep 18, 2025
xiangyan99
approved these changes
Sep 18, 2025
colbytimm
pushed a commit
to colbytimm/microsoft-mcp
that referenced
this pull request
Sep 27, 2025
* Re-enabled Key Vault commands `get key` and `get secret`. * Updated CHANGELOGs and markdown files * Updated CHANGELOGs with PR number for KV entry * Disabled secret live test until we fix base test class to handle "secret" commands * Updated CHANGELOGs.
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?
Updates documentation ahead of the new release, as well as the project version (to
0.8.0).Also re-enables the
azmcp keyvault get keyandazmcp keyvault get secretcommands.GitHub issue number?
N/A
Pre-merge Checklist
servers/Azure.Mcp.Server/CHANGELOG.mdand/orservers/Fabric.Mcp.Server/CHANGELOG.mdfor product changes (features, bug fixes, UI/UX, updated dependencies)servers/Azure.Mcp.Server/README.mdand/orservers/Fabric.Mcp.Server/README.mddocumentation/docs/azmcp-commands.mdand/or/docs/fabric-commands.mdToolDescriptionEvaluatorand obtained a score of0.4or more and a top 3 ranking for all related test prompts/docs/e2eTestPrompts.mdcrypto mining, spam, data exfiltration, etc.)/azp run mcp - pullrequest - liveto run Live Test Pipeline