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
+14-17Lines changed: 14 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,24 @@
2
2
3
3
The Azure MCP Server updates automatically by default whenever a new release comes out 🚀. We ship updates twice a week on Tuesdays and Thursdays 😊
4
4
5
-
## 0.5.7 (Unreleased)
5
+
## 0.5.7 (2025-08-19)
6
6
7
7
### Features Added
8
8
9
-
- Added support for the following Azure Deploy operations and Azure Quota operations: [[#626](https://github.com/Azure/azure-mcp/pull/626)]
10
-
-`azmcp-deploy-app-logs-get` - Get logs from Azure applications deployed using azd.
11
-
-`azmcp-deploy-iac-rules-get` - Get Infrastructure as Code rules.
12
-
-`azmcp-deploy-pipeline-guidance-get` - Get guidance for creating CI/CD pipelines to provision Azure resources and deploy applications.
13
-
-`azmcp-deploy-plan-get` - Generate deployment plans to construct infrastructure and deploy applications on Azure.
14
-
-`azmcp-deploy-architecture-diagram-generate` - Generate Azure service architecture diagrams based on application topology.
15
-
-`azmcp-quota-region-availability-list` - List available Azure regions for specific resource types.
16
-
-`azmcp-quota-usage-check` - Check Azure resource usage and quota information for specific resource types and regions.
9
+
- Added support for the following Azure Deploy and Azure Quota operations: [[#626](https://github.com/Azure/azure-mcp/pull/626)]
10
+
-`azmcp_deploy_app_logs_get` - Get logs from Azure applications deployed using azd.
11
+
-`azmcp_deploy_iac_rules_get` - Get Infrastructure as Code rules.
12
+
-`azmcp_deploy_pipeline_guidance-get` - Get guidance for creating CI/CD pipelines to provision Azure resources and deploy applications.
13
+
-`azmcp_deploy_plan_get` - Generate deployment plans to construct infrastructure and deploy applications on Azure.
14
+
-`azmcp_deploy_architecture_diagram-generate` - Generate Azure service architecture diagrams based on application topology.
15
+
-`azmcp_quota_region_availability-list` - List available Azure regions for specific resource types.
16
+
-`azmcp_quota_usage_check` - Check Azure resource usage and quota information for specific resource types and regions.
17
17
- Added support for listing Azure Function Apps via the command `azmcp-functionapp-list`. [[#863](https://github.com/Azure/azure-mcp/pull/863)]
18
-
- Added support for importing existing certificates into Azure Key Vault via the command `azmcp-keyvault-certificate-import`. This command accepts PFX or PEM certificate data (file path, base64, or raw PEM) with optional password protection. [[#968](https://github.com/Azure/azure-mcp/issues/968)]
19
-
- Added `azmcp-storage-blob-upload`: Upload a local file to an Azure Storage blob with the option to overwrite if the blob already exists. Returns blob metadata including name, container, uploaded file, last modified time, ETag, MD5 hash, and overwrite status. [[#960](https://github.com/Azure/azure-mcp/pull/960)]
20
-
21
-
### Breaking Changes
22
-
23
-
### Bugs Fixed
24
-
25
-
### Other Changes
18
+
- 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)]
19
+
- Added support for uploading a local file to an Azure Storage blob via the command `azmcp-storage-blob-upload`. [[#960](https://github.com/Azure/azure-mcp/pull/960)]
20
+
- Added support for the following Azure Service Health operations: [[#998](https://github.com/Azure/azure-mcp/pull/998)]
21
+
-`azmcp-resourcehealth-availability-status-get` - Get the availability status for a specific resource.
22
+
-`azmcp-resourcehealth-availability-status-list` - List availability statuses for all resources in a subscription or resource group.
# Get the application service log for a specific azd environment
383
383
azmcp deploy app logs get --workspace-folder <workspace-folder> \
384
-
--azd-env-name <azd-env-name> \
385
-
[--limit <limit>]
384
+
--azd-env-name <azd-env-name> \
385
+
[--limit <limit>]
386
386
387
387
# Generate a mermaid architecture diagram for the application topology follow the schema defined in [deploy-app-topology-schema.json](../areas/deploy/src/AzureMcp.Deploy/Schemas/deploy-app-topology-schema.json)
0 commit comments