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

Commit 3873fc3

Browse files
authored
Updated VS Code CHANGELOG ahead of 0.5.7 release (#1018)
* Updated base CHANGELOG * Updated README to add missing commands * Updated VS Code CHANGELOG
1 parent 379b557 commit 3873fc3

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

‎CHANGELOG.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ The Azure MCP Server updates automatically by default whenever a new release com
2020
- Added support for the following Azure Service Health operations: [[#998](https://github.com/Azure/azure-mcp/pull/998)]
2121
- `azmcp-resourcehealth-availability-status-get` - Get the availability status for a specific resource.
2222
- `azmcp-resourcehealth-availability-status-list` - List availability statuses for all resources in a subscription or resource group.
23-
- Added support for importing existing certificates into Azure Key Vault via the command `azmcp-keyvault-certificate-import`. [[#968](https://github.com/Azure/azure-mcp/issues/968)]
2423
- Added support for listing repositories in Azure Container Registries via the command `azmcp-acr-registry-repository-list`. [[#983](https://github.com/Azure/azure-mcp/pull/983)]
2524

2625
### Other Changes

‎README.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
4747

4848
* "List all my Azure Container Registries"
4949
* "Show me my container registries in the 'myproject' resource group"
50+
* "List all my Azure Container Registry repositories"
5051

5152
### ☸️ Azure Kubernetes Service (AKS)
5253

@@ -122,8 +123,8 @@ The Azure MCP Server supercharges your agents with Azure context. Here are some
122123

123124
### 📦 Azure Container Registry (ACR)
124125

125-
* List Azure Container Registries in a subscription
126-
* Filter container registries by resource group
126+
* List Azure Container Registries and repositories in a subscription
127+
* Filter container registries and repositories by resource group
127128
* JSON output formatting
128129
* Cross-platform compatibility
129130

‎eng/vscode/CHANGELOG.md‎

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

22
# Release History
33

4+
## 0.5.7 - 2025-08-19
5+
6+
### Added
7+
8+
- Added support for the following Azure Deploy and Azure Quota operations: [[#626](https://github.com/Azure/azure-mcp/pull/626)]
9+
- `azmcp_deploy_app_logs_get` - Get logs from Azure applications deployed using azd.
10+
- `azmcp_deploy_iac_rules_get` - Get Infrastructure as Code rules.
11+
- `azmcp_deploy_pipeline_guidance-get` - Get guidance for creating CI/CD pipelines to provision Azure resources and deploy applications.
12+
- `azmcp_deploy_plan_get` - Generate deployment plans to construct infrastructure and deploy applications on Azure.
13+
- `azmcp_deploy_architecture_diagram-generate` - Generate Azure service architecture diagrams based on application topology.
14+
- `azmcp_quota_region_availability-list` - List available Azure regions for specific resource types.
15+
- `azmcp_quota_usage_check` - Check Azure resource usage and quota information for specific resource types and regions.
16+
- Added support for listing Azure Function Apps via the `azmcp-functionapp-list` command. [[#863](https://github.com/Azure/azure-mcp/pull/863)]
17+
- Added support for importing existing certificates into Azure Key Vault via the `azmcp-keyvault-certificate-import` command. [[#968](https://github.com/Azure/azure-mcp/issues/968)]
18+
- Added support for uploading a local file to an Azure Storage blob via the `azmcp-storage-blob-upload` command. [[#960](https://github.com/Azure/azure-mcp/pull/960)]
19+
- Added support for the following Azure Service Health operations: [[#998](https://github.com/Azure/azure-mcp/pull/998)]
20+
- `azmcp-resourcehealth-availability-status-get` - Get the availability status for a specific resource.
21+
- `azmcp-resourcehealth-availability-status-list` - List availability statuses for all resources in a subscription or resource group.
22+
- Added support for listing repositories in Azure Container Registries via the `azmcp-acr-registry-repository-list` command. [[#983](https://github.com/Azure/azure-mcp/pull/983)]
23+
24+
### Changed
25+
26+
- Improved guidance for LLM interactions with Azure MCP server by adding rules around bestpractices tool calling to server instructions. [[#1007](https://github.com/Azure/azure-mcp/pull/1007)]
27+
428
## 0.5.6 - 2025-08-14
529

630
### Added

0 commit comments

Comments
 (0)