@azure/mcp-win32-x64 3.0.0-beta.5 → 3.0.0-beta.9
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 +22 -0
- package/dist/Azure.Mcp.Tools.AzureMigrate.xml +2 -22
- package/dist/Instrumentation/Resources/concepts/dotnet/azure-monitor-distro.md +1 -1
- package/dist/Instrumentation/Resources/examples/dotnet/aspnetcore-distro-setup.md +1 -1
- package/dist/azmcp.exe +0 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -174,12 +174,19 @@ For full configuration options, see the [Sovereign Clouds documentation](https:/
|
|
|
174
174
|
* "Delete application setting 'LogLevel' from my 'my-webapp' in 'my-resource-group'"
|
|
175
175
|
* "List the deployments for web app 'my-webapp' in 'my-resource-group'"
|
|
176
176
|
* "Get the deployment 'deployment-id' for web app 'my-webapp' in 'my-resource-group'"
|
|
177
|
+
* "List the diagnostic detectors for web app 'my-webapp' in 'my-resource-group'"
|
|
178
|
+
* "Diagnose the web app 'my-webapp' with detector 'detector-name' in 'my-resource-group'"
|
|
179
|
+
* "Start the web app 'my-webapp' in 'my-resource-group'"
|
|
180
|
+
* "Stop the web app 'my-webapp' in 'my-resource-group'"
|
|
181
|
+
* "Restart the web app 'my-webapp' in 'my-resource-group'"
|
|
182
|
+
* "Soft restart the web app 'my-webapp' in 'my-resource-group' waiting for restart to complete"
|
|
177
183
|
|
|
178
184
|
### 🛡️ Azure Backup
|
|
179
185
|
|
|
180
186
|
* "Create a Recovery Services vault named 'myvault' in resource group 'myRG' in eastus with vault-type 'rsv'"
|
|
181
187
|
* "Get details of backup vault 'myvault' in resource group 'myRG'"
|
|
182
188
|
* "Create a backup policy for Azure VMs in vault 'myvault'"
|
|
189
|
+
* "Update backup policy schedule time to 04:00 in vault 'myvault'"
|
|
183
190
|
* "List protectable items in my backup vault"
|
|
184
191
|
* "Check backup status for my Azure resource in eastus"
|
|
185
192
|
* "Get recovery points for a protected item"
|
|
@@ -372,6 +379,20 @@ Example prompts that generate Azure CLI commands:
|
|
|
372
379
|
* "Turn off DDoS protection in my Platform Landing Zone"
|
|
373
380
|
* "Turn off Bastion host in my Platform Landing Zone"
|
|
374
381
|
|
|
382
|
+
### Azure Terraform
|
|
383
|
+
|
|
384
|
+
* "Get the documentation for azurerm_virtual_network"
|
|
385
|
+
* "Show me the arguments for azurerm_storage_account"
|
|
386
|
+
* "Get AzAPI documentation for Microsoft.Storage/storageAccounts"
|
|
387
|
+
* "Get AzAPI docs for Microsoft.Compute/virtualMachines with API version 2024-07-01"
|
|
388
|
+
* "List all available Azure Verified Modules"
|
|
389
|
+
* "Show all versions of avm-res-network-virtualnetwork"
|
|
390
|
+
* "Get the documentation for avm-res-storage-storageaccount version 0.1.0"
|
|
391
|
+
* "Export all resources in resource group my-rg to Terraform"
|
|
392
|
+
* "Export all storage accounts in my subscription using a resource graph query"
|
|
393
|
+
* "Validate Terraform files in ./my-terraform-folder against Azure security policies"
|
|
394
|
+
* "Validate my Terraform plan file against Azure-Proactive-Resiliency-Library-v2 policies"
|
|
395
|
+
|
|
375
396
|
### 🏛️ Azure Well-Architected Framework
|
|
376
397
|
|
|
377
398
|
* "List all services with Well-Architected Framework guidance"
|
|
@@ -429,6 +450,7 @@ The Azure MCP Server provides tools for interacting with **43+ Azure service are
|
|
|
429
450
|
- 💾 **Azure Storage** - Blob storage
|
|
430
451
|
- **Azure Storage Sync** - Azure File Sync management operations
|
|
431
452
|
- 📋 **Azure Subscription** - Subscription management
|
|
453
|
+
- 🏗️ **Azure Terraform** - Terraform provider documentation, Azure Verified Modules, resource export, and policy validation
|
|
432
454
|
- 🏗️ **Azure Terraform Best Practices** - Infrastructure as code guidance
|
|
433
455
|
- 🖥️ **Azure Virtual Desktop** - Virtual desktop infrastructure
|
|
434
456
|
- 🏛️ **Azure Well-Architected Framework** - Architectural best practices and design patterns
|
|
@@ -85,22 +85,12 @@
|
|
|
85
85
|
Command to get platform landing zone modification guidance and recommendations.
|
|
86
86
|
</summary>
|
|
87
87
|
</member>
|
|
88
|
-
<member name="
|
|
88
|
+
<member name="M:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.GetGuidanceCommand.RegisterOptions(System.CommandLine.Command)">
|
|
89
89
|
<inheritdoc/>
|
|
90
|
-
</member>
|
|
91
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.GetGuidanceCommand.Name">
|
|
92
90
|
<inheritdoc/>
|
|
93
|
-
</member>
|
|
94
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.GetGuidanceCommand.Description">
|
|
95
91
|
<inheritdoc/>
|
|
96
|
-
</member>
|
|
97
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.GetGuidanceCommand.Title">
|
|
98
92
|
<inheritdoc/>
|
|
99
|
-
</member>
|
|
100
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.GetGuidanceCommand.Metadata">
|
|
101
93
|
<inheritdoc/>
|
|
102
|
-
</member>
|
|
103
|
-
<member name="M:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.GetGuidanceCommand.RegisterOptions(System.CommandLine.Command)">
|
|
104
94
|
<inheritdoc/>
|
|
105
95
|
</member>
|
|
106
96
|
<member name="M:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.GetGuidanceCommand.BindOptions(System.CommandLine.ParseResult)">
|
|
@@ -119,22 +109,12 @@
|
|
|
119
109
|
Command to generate and download platform landing zone configurations, update parameters, check existing platform landing zones, and view status.
|
|
120
110
|
</summary>
|
|
121
111
|
</member>
|
|
122
|
-
<member name="
|
|
112
|
+
<member name="M:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.RequestCommand.RegisterOptions(System.CommandLine.Command)">
|
|
123
113
|
<inheritdoc/>
|
|
124
|
-
</member>
|
|
125
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.RequestCommand.Name">
|
|
126
114
|
<inheritdoc/>
|
|
127
|
-
</member>
|
|
128
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.RequestCommand.Title">
|
|
129
115
|
<inheritdoc/>
|
|
130
|
-
</member>
|
|
131
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.RequestCommand.Description">
|
|
132
116
|
<inheritdoc/>
|
|
133
|
-
</member>
|
|
134
|
-
<member name="P:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.RequestCommand.Metadata">
|
|
135
117
|
<inheritdoc/>
|
|
136
|
-
</member>
|
|
137
|
-
<member name="M:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.RequestCommand.RegisterOptions(System.CommandLine.Command)">
|
|
138
118
|
<inheritdoc/>
|
|
139
119
|
</member>
|
|
140
120
|
<member name="M:Azure.Mcp.Tools.AzureMigrate.Commands.PlatformLandingZone.RequestCommand.BindOptions(System.CommandLine.ParseResult)">
|
|
@@ -83,7 +83,7 @@ builder.Services.AddOpenTelemetry().UseAzureMonitor(options =>
|
|
|
83
83
|
## Package Reference
|
|
84
84
|
|
|
85
85
|
```xml
|
|
86
|
-
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.
|
|
86
|
+
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.4.0" />
|
|
87
87
|
```
|
|
88
88
|
|
|
89
89
|
## When to Use
|
|
@@ -23,7 +23,7 @@ dotnet add package Azure.Monitor.OpenTelemetry.AspNetCore
|
|
|
23
23
|
Or in `.csproj`:
|
|
24
24
|
|
|
25
25
|
```xml
|
|
26
|
-
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.
|
|
26
|
+
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.4.0" />
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
## Step 2: Configure in Program.cs
|
package/dist/azmcp.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp-win32-x64",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.9",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for win32 on x64",
|
|
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
|
-
"
|
|
18
|
-
"
|
|
17
|
+
"url": "https://github.com/microsoft/mcp.git",
|
|
18
|
+
"type": "git"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20.0.0"
|