Skip to content

Commit 4637b24

Browse files
authored
Prepare for 3.0.0-beta.5 release (#2475)
prepare for release
1 parent ea0cdae commit 4637b24

5 files changed

Lines changed: 21 additions & 14 deletions

File tree

servers/Azure.Mcp.Server/CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@
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-
## 3.0.0-beta.5 (Unreleased)
6-
7-
### Features Added
5+
## 3.0.0-beta.5 (2026-04-23)
86

97
### Breaking Changes
108

9+
- Changed default VM size for `vm create` and `vmss create` commands from `Standard_DS1_v2` (older generation) to `Standard_D2s_v5` (2 vCPU, 8 GB RAM, D-series v5) [[#2415](https://github.com/microsoft/mcp/pull/2415)]
10+
- Renamed `--detector-name` parameter to `--detector-id` in `appservice_webapp_diagnostic_diagnose` command to accurately reflect that the parameter expects a detector ID, not a display name. [[#2458](https://github.com/microsoft/mcp/pull/2458)]
11+
1112
### Bugs Fixed
1213

14+
- Fixed App Service `diagnostic_list` returning detector display names instead of detector IDs, causing `diagnostic_diagnose` to fail with 404 Not Found errors. [[#2458](https://github.com/microsoft/mcp/pull/2458)]
15+
1316
### Other Changes
1417

18+
- Added a `-Verify` flag to `Update-Solution.ps1` that checks whether `.slnx` solution files are up to date without overwriting them, and integrated this verification into `Analyze-Code.ps1` so stale solution files are caught before merge. [[#2430](https://github.com/microsoft/mcp/pull/2430)]
19+
1520
## 3.0.0-beta.4 (2026-04-21)
1621

1722
### Features Added

servers/Azure.Mcp.Server/changelog-entries/1775768065287.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

servers/Azure.Mcp.Server/changelog-entries/1776887154639.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

servers/Azure.Mcp.Server/changelog-entries/copilot-fix-appservice-diagnostic-list-detector-id.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

servers/Azure.Mcp.Server/vscode/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33

44

5+
6+
## 3.0.5 (2026-04-23) (pre-release)
7+
8+
### Changed
9+
10+
- **Breaking:** Changed default VM size for `vm create` and `vmss create` commands from `Standard_DS1_v2` (older generation) to `Standard_D2s_v5` (2 vCPU, 8 GB RAM, D-series v5) [[#2415](https://github.com/microsoft/mcp/pull/2415)]
11+
- **Breaking:** Renamed `--detector-name` parameter to `--detector-id` in `appservice_webapp_diagnostic_diagnose` command to accurately reflect that the parameter expects a detector ID, not a display name. [[#2458](https://github.com/microsoft/mcp/pull/2458)]
12+
- Added a `-Verify` flag to `Update-Solution.ps1` that checks whether `.slnx` solution files are up to date without overwriting them, and integrated this verification into `Analyze-Code.ps1` so stale solution files are caught before merge. [[#2430](https://github.com/microsoft/mcp/pull/2430)]
13+
14+
### Fixed
15+
16+
- Fixed App Service `diagnostic_list` returning detector display names instead of detector IDs, causing `diagnostic_diagnose` to fail with 404 Not Found errors. [[#2458](https://github.com/microsoft/mcp/pull/2458)]
17+
518
## 3.0.4 (2026-04-21) (pre-release)
619

720
### Added

0 commit comments

Comments
 (0)