You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ The Azure MCP Server updates automatically by default whenever a new release com
20
20
- Added support for the following Azure Service Health operations: [[#998](https://github.com/Azure/azure-mcp/pull/998)]
21
21
-`azmcp-resourcehealth-availability-status-get` - Get the availability status for a specific resource.
22
22
-`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)]
24
23
- 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)]
Copy file name to clipboardExpand all lines: eng/vscode/CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,30 @@
1
1
2
2
# Release History
3
3
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)]
0 commit comments