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

Commit c41b879

Browse files
authored
Upadted CHANGELOG ahead of release (#548)
1 parent e2714ed commit c41b879

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@
33
## 0.3.1 (2025-07-08)
44

55
### Features Added
6-
- Support for Azure SQL Database operations - Show Azure SQL Database details. [#516](https://github.com/Azure/azure-mcp/pull/516)
7-
- Updates support for launching Azure MCP in different tool loading configurations. [#513](https://github.com/Azure/azure-mcp/pull/513)
86

9-
- Support for Azure SQL Server Entra ID administrator operations - List Microsoft Entra ID administrators for a SQL server. [#529](https://github.com/Azure/azure-mcp/pull/529)
10-
### Breaking Changes
11-
12-
- `--service` flag deprecated. Use `--namespace` and `--mode` options. [#513](https://github.com/Azure/azure-mcp/pull/513)
7+
- Added support for the following SQL operations:
8+
- `azmcp-sql-db-show` - Show details of a SQL Database [[#516](https://github.com/Azure/azure-mcp/pull/516)]
9+
- `azmcp-sql-server-entraadmin-list` - List Microsoft Entra ID administrators for a SQL server [[#529](https://github.com/Azure/azure-mcp/pull/529)]
10+
- Updates Azure MCP tool loading configurations at launch time. [[#513](https://github.com/Azure/azure-mcp/pull/513)]
1311

14-
### Bugs Fixed
12+
### Breaking Changes
1513

16-
### Other Changes
14+
- Deprecated the `--service` flag. Use `--namespace` and `--mode` options to specify the service and mode the server will run in. [[#513](https://github.com/Azure/azure-mcp/pull/513)]
1715

1816
## 0.3.0 (2025-07-03)
1917

@@ -26,11 +24,13 @@
2624
- Added support for telemetry [[#386](https://github.com/Azure/azure-mcp/pull/386)]. Telemetry is enabled by default but can be disabled by setting `AZURE_MCP_COLLECT_TELEMETRY` to `false`.
2725

2826
### Bugs Fixed
27+
2928
- Fixed a bug where `CallToolResult` was always successful. [[#511](https://github.com/Azure/azure-mcp/pull/511)]
3029

3130
## 0.2.6 (2025-07-01)
3231

3332
### Other Changes
33+
3434
- Updated the descriptions of the following tools to improve their usage by Agents: [#492](https://github.com/Azure/azure-mcp/pull/492)
3535
- `azmcp-datadog-monitoredresources-list`
3636
- `azmcp-kusto-cluster-list`
@@ -42,6 +42,7 @@
4242
## 0.2.5 (2025-06-26)
4343

4444
### Bugs Fixed
45+
4546
- Fixed issue where tool listing incorrectly returned resources instead of text. [#465](https://github.com/Azure/azure-mcp/issues/465)
4647
- Fixed invalid modification to HttpClient in KustoClient. [#433](https://github.com/Azure/azure-mcp/issues/433)
4748

0 commit comments

Comments
 (0)