@azure/mcp-linux-arm64 3.0.0-beta.33 → 3.0.0-beta.34

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.
package/README.md CHANGED
@@ -442,6 +442,8 @@ Example prompts that generate Azure CLI commands:
442
442
  * "List all resilience recovery plans in service group 'my-service-group'"
443
443
  * "Get the recovery plan 'my-recovery-plan' in service group 'my-service-group'"
444
444
  * "List the recovery jobs of recovery plan 'my-recovery-plan' in service group 'my-service-group'"
445
+ * "Create a Basic resilience usage plan 'my-plan' in resource group 'my-rg'"
446
+ * "Enroll service group 'my-service-group' into usage plan 'my-plan' in resource group 'my-rg'"
445
447
 
446
448
  ### Azure Resource Manager
447
449
 
@@ -161,7 +161,7 @@
161
161
  Helper for making authenticated HTTP requests to Azure APIs.
162
162
  </summary>
163
163
  </member>
164
- <member name="M:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureHttpHelper.#ctor(System.Net.Http.IHttpClientFactory,Azure.Mcp.Core.Services.Azure.Tenant.ITenantService)">
164
+ <member name="M:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureHttpHelper.#ctor(Azure.Mcp.Core.Services.Azure.IAzureService)">
165
165
  <summary>
166
166
  Helper for making authenticated HTTP requests to Azure APIs.
167
167
  </summary>
@@ -196,7 +196,7 @@
196
196
  Helper for creating Azure Migrate projects.
197
197
  </summary>
198
198
  </member>
199
- <member name="M:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateProjectHelper.#ctor(Azure.Mcp.Core.Services.Azure.Subscription.ISubscriptionService,Azure.Mcp.Core.Services.Azure.Tenant.ITenantService)">
199
+ <member name="M:Azure.Mcp.Tools.AzureMigrate.Helpers.AzureMigrateProjectHelper.#ctor(Azure.Mcp.Core.Services.Azure.IAzureService)">
200
200
  <summary>
201
201
  Helper for creating Azure Migrate projects.
202
202
  </summary>
@@ -666,7 +666,7 @@
666
666
  Service for platform landing zone operations.
667
667
  </summary>
668
668
  </member>
669
- <member name="M:Azure.Mcp.Tools.AzureMigrate.Services.PlatformLandingZoneService.#ctor(Azure.Mcp.Core.Services.Azure.Subscription.ISubscriptionService,Azure.Mcp.Core.Services.Azure.Tenant.ITenantService,Azure.Mcp.Tools.AzureMigrate.Helpers.AzureHttpHelper,Microsoft.Extensions.Logging.ILogger{Azure.Mcp.Tools.AzureMigrate.Services.PlatformLandingZoneService})">
669
+ <member name="M:Azure.Mcp.Tools.AzureMigrate.Services.PlatformLandingZoneService.#ctor(Azure.Mcp.Core.Services.Azure.IAzureService,Azure.Mcp.Tools.AzureMigrate.Helpers.AzureHttpHelper,Microsoft.Extensions.Logging.ILogger{Azure.Mcp.Tools.AzureMigrate.Services.PlatformLandingZoneService})">
670
670
  <summary>
671
671
  Service for platform landing zone operations.
672
672
  </summary>
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.33",
3
+ "version": "3.0.0-beta.34",
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",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/microsoft/mcp/issues"
15
15
  },
16
16
  "repository": {
17
- "url": "https://github.com/microsoft/mcp.git",
18
- "type": "git"
17
+ "type": "git",
18
+ "url": "https://github.com/microsoft/mcp.git"
19
19
  },
20
20
  "engines": {
21
21
  "node": ">=22.0.0"