Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions servers/Azure.Mcp.Server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@

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

## 3.0.0-beta.24 (Unreleased)

### Features Added

### Breaking Changes
## 3.0.0-beta.24 (2026-07-08)

### Bugs Fixed

### Other Changes
- Fixed an issue where the on-behalf-of token tenant comparison was case-sensitive, causing valid requests to be rejected when the configured tenant ID casing differed from the JWT 'tid' claim. [[#2907](https://github.com/microsoft/mcp/pull/2907)]

## 3.0.0-beta.23 (2026-07-02)

Expand Down

This file was deleted.

7 changes: 7 additions & 0 deletions servers/Azure.Mcp.Server/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History


## 3.0.24 (2026-07-08) (pre-release)
Comment thread
vcolin7 marked this conversation as resolved.

### Fixed

- Fixed an issue where the on-behalf-of token tenant comparison was case-sensitive, causing valid requests to be rejected when the configured tenant ID casing differed from the JWT 'tid' claim. [[#2907](https://github.com/microsoft/mcp/pull/2907)]

## 3.0.23 (2026-07-02) (pre-release)

### Added
Expand Down