@azure/mcp-linux-arm64 3.0.0-beta.37 โ†’ 3.0.0-beta.39

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 (3) hide show
  1. package/README.md +4 -1
  2. package/dist/azmcp +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -450,6 +450,9 @@ Example prompts that generate Azure CLI commands:
450
450
  * "Remove recovery resource 'my-resource' from recovery plan 'my-recovery-plan' in service group 'my-service-group'"
451
451
  * "Delete recovery plan 'my-recovery-plan' from service group 'my-service-group' and report whether it existed"
452
452
  * "List the recovery jobs of recovery plan 'my-recovery-plan' in service group 'my-service-group'"
453
+ * "Update resilience drill 'my-drill' in service group 'my-service-group' to use manual RBAC setup"
454
+ * "Create a zonal resilience drill 'my-drill' in service group 'my-service-group'"
455
+ * "Get the resilience drill 'my-drill' in service group 'my-service-group'"
453
456
  * "Create a Basic resilience usage plan 'my-plan' in resource group 'my-rg'"
454
457
  * "Enroll service group 'my-service-group' into usage plan 'my-plan' in resource group 'my-rg'"
455
458
 
@@ -522,7 +525,7 @@ The Azure MCP Server provides tools for interacting with **44+ Azure service are
522
525
  - ๐Ÿ“Š **Azure Quota** - Resource quota and usage management
523
526
  - ๐ŸŽญ **Azure RBAC** - Access control management
524
527
  - ๐Ÿ”ด **Azure Redis Cache** - In-memory data store
525
- - ๐Ÿ›ก๏ธ **Azure Resilience Management** - Resilience goal templates, goal assignments, goal resources, usage plans, usage plan enrollments, recovery plans, recovery plan resources, recovery jobs, and recovery job resources
528
+ - ๐Ÿ›ก๏ธ **Azure Resilience Management** - Resilience goal templates, goal assignments, goal resources, usage plans, usage plan enrollments, recovery plans, recovery plan resources, recovery jobs, recovery job resources, and drills
526
529
  - ๐Ÿ—๏ธ **Azure Resource Groups** - Resource organization
527
530
  - ๐ŸšŒ **Azure Service Bus** - Message queuing
528
531
  - ๐Ÿงต **Azure Service Fabric** - Managed cluster node operations
package/dist/azmcp CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-linux-arm64",
3
- "version": "3.0.0-beta.37",
3
+ "version": "3.0.0-beta.39",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for linux on arm64",
5
5
  "author": "Microsoft",
6
6
  "homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",