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

Commit 0716190

Browse files
authored
Prepare 0.5.3 release (#870)
* Prepared 0.5.3 release * Removed old AppConfig test files * Updated the VS Code REAADME * Updated SQL docs in README
1 parent 45be151 commit 0716190

File tree

5 files changed

+71
-89
lines changed

5 files changed

+71
-89
lines changed

CHANGELOG.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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.3 (Unreleased)
5+
## 0.5.3 (2025-08-05)
66

77
### Features Added
88

99
- Added support for providing the `--content-type` and `--tags` properties to the `azmcp-appconfig-kv-set` command. [[#459](https://github.com/Azure/azure-mcp/pull/459)]
1010
- Added `filter-path` and `recursive` capabilities to `azmcp-storage-datalake-file-system-list-paths`. [[#770](https://github.com/Azure/azure-mcp/issues/770)]
1111
- Added support for listing files and directories in Azure File Shares via the `azmcp-storage-share-file-list` command. This command recursively lists all items in a specified file share directory with metadata including size, last modified date, and content type. [[#793](https://github.com/Azure/azure-mcp/pull/793)]
12-
- Added support for Azure Virtual Desktop with new commands:
12+
- Added support for Azure Virtual Desktop with new commands: [[#653](https://github.com/Azure/azure-mcp/pull/653)]
1313
- `azmcp-virtualdesktop-hostpool-list` - List all host pools in a subscription
1414
- `azmcp-virtualdesktop-sessionhost-list` - List all session hosts in a host pool
1515
- `azmcp-virtualdesktop-sessionhost-usersession-list` - List all user sessions on a specific session host
@@ -31,33 +31,34 @@ The Azure MCP Server updates automatically by default whenever a new release com
3131

3232
### Bugs Fixed
3333

34+
- Fixed an issue where the `azmcp-storage-blob-batch-set-tier` command did not correctly handle the `--tier` parameter when setting the access tier for multiple blobs. [[#808](https://github.com/Azure/azure-mcp/pull/808)]
35+
3436
### Other Changes
3537

3638
- Added caching for Cosmos DB databases and containers. [[813](https://github.com/Azure/azure-mcp/pull/813)]
3739

3840
#### Dependency Updates
3941

40-
Updated the following dependencies to improve .NET Ahead-of-Time (AOT) compilation support. AOT will enable shipping Azure MCP Server as self-contained native executable.
41-
42-
- Upgraded `Azure.Core` from `1.46.2` to version `1.47.1`.
43-
- Upgraded `Azure.ResourceManager` from `1.13.1` to version `1.13.2`.
44-
- Upgraded `Azure.ResourceManager.ApplicationInsights` from `1.0.1` to version `1.1.0-beta.1`.
45-
- Upgraded `Azure.ResourceManager.AppConfiguration` from `1.4.0` to version `1.4.1`.
46-
- Upgraded `Azure.ResourceManager.Authorization` from `1.1.4` to version `1.1.5`.
47-
- Upgraded `Azure.ResourceManager.ContainerService` from `1.2.3` to version `1.2.5`.
48-
- Upgraded `Azure.ResourceManager.Kusto` from `1.6.0` to version `1.6.1`.
49-
- Upgraded `Azure.ResourceManager.CognitiveServices` from `1.4.0` to version `1.5.1`.
50-
- Upgraded `Azure.ResourceManager.Redis` from `1.5.0` to version `1.5.1`.
51-
- Upgraded `Azure.ResourceManager.RedisEnterprise` from `1.1.0` to version `1.2.1`.
52-
- Upgraded `Azure.ResourceManager.LoadTesting` from `1.1.1` to version `1.1.2`.
53-
- Upgraded `Azure.ResourceManager.Sql` from `1.3.0` to version `1.4.0-beta.3`.
54-
- Upgraded `Azure.ResourceManager.Datadog` from `1.0.0-beta.5` to version `1.0.0-beta.6`.
55-
- Upgraded `Azure.ResourceManager.CosmosDB` from `1.3.2` to version `1.4.0-beta.13`.
56-
- Upgraded `Azure.ResourceManager.OperationalInsights` from `1.3.0` to version `1.3.1`.
57-
- Upgraded `Azure.ResourceManager.Search` from `1.2.3` to version `1.3.0`.
58-
- Upgraded `Azure.ResourceManager.Storage` from `1.4.2` to version `1.4.4`.
59-
- Upgraded `Azure.ResourceManager.Grafana` from `1.1.1` to version `1.2.0-beta.2`.
60-
- Upgraded `Azure.ResourceManager.ResourceGraph` from `1.1.0-beta.3` to version `1.1.0-beta.4`.
42+
- Updated the following dependencies to improve .NET Ahead-of-Time (AOT) compilation support. AOT will enable shipping Azure MCP Server as self-contained native executable.
43+
- Azure.Core: `1.46.2``1.47.1`
44+
- Azure.ResourceManager: `1.13.1``1.13.2`
45+
- Azure.ResourceManager.ApplicationInsights: `1.0.1``1.1.0-beta.1`
46+
- Azure.ResourceManager.AppConfiguration: `1.4.0``1.4.1`
47+
- Azure.ResourceManager.Authorization: `1.1.4``1.1.5`
48+
- Azure.ResourceManager.ContainerService: `1.2.3``1.2.5`
49+
- Azure.ResourceManager.Kusto: `1.6.0``1.6.1`
50+
- Azure.ResourceManager.CognitiveServices: `1.4.0``1.5.1`
51+
- Azure.ResourceManager.Redis: `1.5.0``1.5.1`
52+
- Azure.ResourceManager.RedisEnterprise: `1.1.0``1.2.1`
53+
- Azure.ResourceManager.LoadTesting: `1.1.1``1.1.2`
54+
- Azure.ResourceManager.Sql: `1.3.0``1.4.0-beta.3`
55+
- Azure.ResourceManager.Datadog: `1.0.0-beta.5``1.0.0-beta.6`
56+
- Azure.ResourceManager.CosmosDB: `1.3.2``1.4.0-beta.13`
57+
- Azure.ResourceManager.OperationalInsights: `1.3.0``1.3.1`
58+
- Azure.ResourceManager.Search: `1.2.3``1.3.0`
59+
- Azure.ResourceManager.Storage: `1.4.2``1.4.4`
60+
- Azure.ResourceManager.Grafana: `1.1.1``1.2.0-beta.2`
61+
- Azure.ResourceManager.ResourceGraph: `1.1.0-beta.3``1.1.0-beta.4`
6162

6263
## 0.5.2 (2025-07-31)
6364

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
5959

6060
* "Show me details about my Azure SQL database 'mydb'"
6161
* "List all databases in my Azure SQL server 'myserver'"
62-
* "List Active Directory administrators for my Azure SQL server 'myserver'"
6362
* "List all firewall rules for my Azure SQL server 'myserver'"
6463
* "List all elastic pools in my Azure SQL server 'myserver'"
64+
* "List Active Directory administrators for my Azure SQL server 'myserver'"
6565

6666
### 🔧 Azure Resource Management
6767

@@ -213,7 +213,14 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
213213
* Show database details and properties
214214
* List the details and properties of all databases
215215
* List SQL server firewall rules
216-
* List elastic pools and their configurations
216+
217+
### 🗄️ Azure SQL Elastic Pool
218+
219+
* List elastic pools in SQL servers
220+
221+
### 🗄️ Azure SQL Server
222+
223+
* List Microsoft Entra ID administrators for SQL servers
217224

218225
### 💾 Azure Storage
219226

docs/azmcp-commands.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -807,21 +807,22 @@ azmcp azureterraformbestpractices get
807807
```
808808

809809
### Azure Virtual Desktop Operations
810+
810811
```bash
811812
# List Azure Virtual Desktop host pools in a subscription
812813
azmcp virtualdesktop hostpool list --subscription <subscription> \
813814
[--resource-group <resource-group>]
814815

815816
# List session hosts in a host pool
816817
azmcp virtualdesktop hostpool sessionhost list --subscription <subscription> \
817-
[--hostpool <hostpool-name> | --hostpool-resource-id <hostpool-resource-id>] \
818-
[--resource-group <resource-group>]
818+
[--hostpool <hostpool-name> | --hostpool-resource-id <hostpool-resource-id>] \
819+
[--resource-group <resource-group>]
819820

820821
# List user sessions on a session host
821822
azmcp virtualdesktop hostpool sessionhost usersession-list --subscription <subscription> \
822-
[--hostpool <hostpool-name> | --hostpool-resource-id <hostpool-resource-id>] \
823-
--sessionhost <sessionhost-name> \
824-
[--resource-group <resource-group>]
823+
[--hostpool <hostpool-name> | --hostpool-resource-id <hostpool-resource-id>] \
824+
--sessionhost <sessionhost-name> \
825+
[--resource-group <resource-group>]
825826
```
826827

827828
#### Resource Group Optimization

eng/vscode/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11

22
# Release History
33

4+
## 0.5.3 - 2025-08-05
5+
6+
### Added
7+
8+
- Added support for providing the `--content-type` and `--tags` properties to the `azmcp-appconfig-kv-set` command. [[#459](https://github.com/Azure/azure-mcp/pull/459)]
9+
- Added `filter-path` and `recursive` capabilities to `azmcp-storage-datalake-file-system-list-paths`. [[#770](https://github.com/Azure/azure-mcp/issues/770)]
10+
- Added support for listing files and directories in Azure File Shares via the `azmcp-storage-share-file-list` command. This command recursively lists all items in a specified file share directory with metadata including size, last modified date, and content type. [[#793](https://github.com/Azure/azure-mcp/pull/793)]
11+
- Added support for Azure Virtual Desktop with new commands: [[#653](https://github.com/Azure/azure-mcp/pull/653)]
12+
- `azmcp-virtualdesktop-hostpool-list` - List all host pools in a subscription
13+
- `azmcp-virtualdesktop-sessionhost-list` - List all session hosts in a host pool
14+
- `azmcp-virtualdesktop-sessionhost-usersession-list` - List all user sessions on a specific session host
15+
- Added support for creating and publishing DevDeviceId in telemetry. [[#810](https://github.com/Azure/azure-mcp/pull/810/)]
16+
- Added caching for Cosmos DB databases and containers. [[813](https://github.com/Azure/azure-mcp/pull/813)]
17+
18+
### Changed
19+
20+
- **Parameter Name Changes**: Removed unnecessary "-name" suffixes from command parameters across 25+ parameters in 12+ Azure service areas to improve consistency and usability. Users will need to update their command-line usage and scripts. [[#853](https://github.com/Azure/azure-mcp/pull/853)]
21+
- **AppConfig**: `--account-name``--account`
22+
- **Search**: `--service-name``--service`, `--index-name``--index`
23+
- **Cosmos**: `--account-name``--account`, `--database-name``--database`, `--container-name``--container`
24+
- **Kusto**: `--cluster-name``--cluster`, `--database-name``--database`, `--table-name``--table`
25+
- **AKS**: `--cluster-name``--cluster`
26+
- **Postgres**: `--user-name``--user`
27+
- **ServiceBus**: `--queue-name``--queue`, `--topic-name``--topic`
28+
- **Storage**: `--account-name``--account`, `--container-name``--container`, `--table-name``--table`, `--file-system-name``--file-system`, `--tier-name``--tier`
29+
- **Monitor**: `--table-name``--table`, `--model``--health-model`, `--resource-name``--resource`
30+
- **Foundry**: `--deployment-name``--deployment`, `--publisher-name``--publisher`, `--license-name``--license`, `--sku-name``--sku`, `--azure-ai-services-name``--azure-ai-services`
31+
32+
### Fixed
33+
34+
- Fixed an issue where the `azmcp-storage-blob-batch-set-tier` command did not correctly handle the `--tier` parameter when setting the access tier for multiple blobs. [[#808](https://github.com/Azure/azure-mcp/pull/808)]
35+
436
## 0.5.2 - 2025-07-31
537

638
### Added

tests/Areas/AppConfig/UnitTests/AppConfigJsonSchemaTests.cs

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

0 commit comments

Comments
 (0)