diff --git a/servers/Azure.Mcp.Server/CHANGELOG.md b/servers/Azure.Mcp.Server/CHANGELOG.md index b27d78cb0d..edda0db80f 100644 --- a/servers/Azure.Mcp.Server/CHANGELOG.md +++ b/servers/Azure.Mcp.Server/CHANGELOG.md @@ -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) diff --git a/servers/Azure.Mcp.Server/changelog-entries/tmeschter-fix-obo-tenant-casing.yaml b/servers/Azure.Mcp.Server/changelog-entries/tmeschter-fix-obo-tenant-casing.yaml deleted file mode 100644 index fb2de894e8..0000000000 --- a/servers/Azure.Mcp.Server/changelog-entries/tmeschter-fix-obo-tenant-casing.yaml +++ /dev/null @@ -1,4 +0,0 @@ -pr: 2907 -changes: - - section: "Bugs Fixed" - description: "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." diff --git a/servers/Azure.Mcp.Server/vscode/CHANGELOG.md b/servers/Azure.Mcp.Server/vscode/CHANGELOG.md index 3787b271bd..9253f71ad1 100644 --- a/servers/Azure.Mcp.Server/vscode/CHANGELOG.md +++ b/servers/Azure.Mcp.Server/vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # Release History + +## 3.0.24 (2026-07-08) (pre-release) + +### 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