@azure/mcp 2.0.0-beta.28 → 2.0.0-beta.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -170,6 +170,7 @@ Example prompts that generate Azure CLI commands:
170
170
  * "Create a 128 GB Premium_LRS managed disk named 'my-disk' in resource group 'my-resource-group'"
171
171
  * "Create a managed disk from snapshot in resource group 'my-resource-group'"
172
172
  * "Create a disk 'my-disk' in resource group 'my-resource-group' with tags env=prod team=infra"
173
+ * "Delete managed disk 'my-disk' in resource group 'my-resource-group'"
173
174
  * "Update disk 'my-disk' in resource group 'my-resource-group' to 256 GB"
174
175
  * "Change the SKU of disk 'my-disk' to Premium_LRS"
175
176
  * "Set the IOPS limit on ultra disk 'my-disk' in resource group 'my-resource-group' to 10000"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp",
3
- "version": "2.0.0-beta.28",
3
+ "version": "2.0.0-beta.29",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure",
5
5
  "author": "Microsoft",
6
6
  "homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",
@@ -33,12 +33,12 @@
33
33
  "arm64"
34
34
  ],
35
35
  "optionalDependencies": {
36
- "@azure/mcp-darwin-arm64": "2.0.0-beta.28",
37
- "@azure/mcp-win32-arm64": "2.0.0-beta.28",
38
- "@azure/mcp-linux-x64": "2.0.0-beta.28",
39
- "@azure/mcp-darwin-x64": "2.0.0-beta.28",
40
- "@azure/mcp-linux-arm64": "2.0.0-beta.28",
41
- "@azure/mcp-win32-x64": "2.0.0-beta.28"
36
+ "@azure/mcp-win32-x64": "2.0.0-beta.29",
37
+ "@azure/mcp-linux-arm64": "2.0.0-beta.29",
38
+ "@azure/mcp-darwin-arm64": "2.0.0-beta.29",
39
+ "@azure/mcp-linux-x64": "2.0.0-beta.29",
40
+ "@azure/mcp-win32-arm64": "2.0.0-beta.29",
41
+ "@azure/mcp-darwin-x64": "2.0.0-beta.29"
42
42
  },
43
43
  "scripts": {
44
44
  "postinstall": "node ./scripts/post-install-script.js"