Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 197c043

Browse files
authored
Prepare 0.5.4 release (#900)
* Updated CHANGELOGs ahead of the `0.5.4` release. * Update CHANGELOG.md * Update CHANGELOG.md
1 parent 3c5b99b commit 197c043

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
The Azure MCP Server updates automatically by default whenever a new release comes out 🚀. We ship updates twice a week on Tuesdays and Thursdays 😊
44

5-
## 0.5.4 (Unreleased)
6-
7-
### Features Added
8-
9-
### Breaking Changes
5+
## 0.5.4 (2025-08-07)
106

117
### Bugs Fixed
128

@@ -16,9 +12,9 @@ The Azure MCP Server updates automatically by default whenever a new release com
1612
### Other Changes
1713

1814
- Improved Azure MCP display name in VS Code from 'azure-mcp-server-ext' to 'Azure MCP' for better user experience in the Configure Tools interface. [[#871](https://github.com/Azure/azure-mcp/issues/871), [#876](https://github.com/Azure/azure-mcp/pull/876)]
19-
- Updated the descriptions of Azure AI Search `CommandGroup`s to improve their usage by Agents. [[#874](https://github.com/Azure/azure-mcp/pull/874)]
20-
- Updated the root Storage `CommandGroup` description to improve their usage by Agents. [#879](https://github.com/Azure/azure-mcp/pull/879)
21-
- Docs fix: remove duplicate Storage datalake command
15+
- Updated the description of the following `CommandGroup`s to improve their tool usage by Agents:
16+
- Azure AI Search [[#874](https://github.com/Azure/azure-mcp/pull/874)]
17+
- Storage [#879](https://github.com/Azure/azure-mcp/pull/879)
2218

2319
## 0.5.3 (2025-08-05)
2420

eng/vscode/CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11

22
# Release History
33

4-
## 0.5.4 - Unreleased
5-
6-
### Added
4+
## 0.5.4 - 2025-08-07
75

86
### Changed
7+
98
- Improved Azure MCP display name in VS Code from 'azure-mcp-server-ext' to 'Azure MCP' for better user experience in the Configure Tools interface. [[#871](https://github.com/Azure/azure-mcp/issues/871), [#876](https://github.com/Azure/azure-mcp/pull/876)]
9+
- Updated the description of the following `CommandGroup`s to improve their tool usage by Agents:
10+
- Azure AI Search [[#874](https://github.com/Azure/azure-mcp/pull/874)]
11+
- Storage [#879](https://github.com/Azure/azure-mcp/pull/879)
1012

1113
### Fixed
1214

15+
- Fixed subscription parameter handling across all Azure MCP service methods to consistently use `subscription` instead of `subscriptionId`, enabling proper support for both subscription IDs and subscription names. [[#877](https://github.com/Azure/azure-mcp/issues/877)]
16+
- Fixed `ToolExecuted` telemetry activity being created twice. [[#741](https://github.com/Azure/azure-mcp/pull/741)]
17+
1318
## 0.5.3 - 2025-08-05
1419

1520
### Added

0 commit comments

Comments
 (0)