@azure/mcp-linux-arm64 3.0.0-beta.42 โ†’ 3.0.0-beta.44

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 +49 -8
  2. package/dist/azmcp +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -149,6 +149,7 @@ For full configuration options, see the [Sovereign Clouds documentation](https:/
149
149
  * "Before I deploy virtual machines, list the Advisor recommendation metadata that could apply to them"
150
150
  * "Show Advisor service retirements on or after March 31, 2026"
151
151
  * "Get Advisor metadata for a recommendation type id"
152
+ * "How do I fix an Advisor recommendation type id? Get the ARM, Bicep, CLI, PowerShell and terraform artifacts to remediate it"
152
153
 
153
154
  ### ๐Ÿ”Ž Azure AI Search
154
155
 
@@ -295,12 +296,28 @@ Example prompts that generate Azure CLI commands:
295
296
  * "Check authentication and connectivity for my ADME endpoint and data partition"
296
297
  * "Get an ADME schema by kind"
297
298
  * "List shared Well schemas from my ADME data partition"
299
+ * "Find ADME records matching an indexed-field Lucene query across multiple or wildcard kinds"
300
+ * "Aggregate ADME search results by kind and sort them by id"
301
+ * "Start a point-in-time ADME search snapshot to process more than 10,000 records"
302
+ * "Continue an ADME snapshot search from its cursor"
303
+ * "Fetch multiple OSDU records by id from my ADME data partition"
304
+ * "Get an OSDU record by id or version from my ADME data partition"
305
+ * "List OSDU record ids for a kind in my ADME data partition"
306
+ * "List all versions of an OSDU record in my ADME data partition"
298
307
 
299
308
  ### ๐Ÿงฎ Azure Data Explorer
300
309
 
301
310
  * "Get Azure Data Explorer databases in cluster 'mycluster'"
302
311
  * "Sample 10 rows from table 'StormEvents' in Azure Data Explorer database 'db1'"
303
312
 
313
+ ### ๐Ÿ˜ Azure Database for PostgreSQL
314
+
315
+ * "List all PostgreSQL servers in my subscription"
316
+ * "Show me the tables in the PostgreSQL database 'mydb' in server 'myserver' as user 'myuser'"
317
+ * "Show me the schema of table 'users' in the PostgreSQL database 'mydb' in server 'myserver' as user 'myuser'"
318
+ * "Show me all items that contain the word 'error' in the PostgreSQL database 'mydb' in server 'myserver' as user 'myuser'"
319
+ * "Show me the configuration of PostgreSQL server 'myserver' in resource group 'my-resource-group' as user 'myuser'"
320
+
304
321
  ### ๐Ÿ“ฃ Azure Event Grid
305
322
 
306
323
  * "List all Event Grid topics in subscription 'my-subscription'"
@@ -356,6 +373,11 @@ Example prompts that generate Azure CLI commands:
356
373
  * "Compile an IoT Hub query for devices where reported batteryLevel is less than 20"
357
374
  * "Discover the queryable device twin fields in IoT Hub 'my-iot-hub'"
358
375
 
376
+ ### ๐Ÿญ Azure IoT Operations
377
+
378
+ * "List all Azure IoT Operations instances in my subscription"
379
+ * "Get details for Azure IoT Operations instance 'my-instance' in resource group 'my-resource-group'"
380
+
359
381
  ### ๐Ÿ”‘ Azure Key Vault
360
382
 
361
383
  * "List all secrets in my key vault 'my-vault'"
@@ -376,13 +398,18 @@ Example prompts that generate Azure CLI commands:
376
398
  ### โšก Azure Managed Lustre
377
399
 
378
400
  * "List the Azure Managed Lustre clusters in resource group 'my-resource-group'"
379
- * "How many IP Addresses I need to create a 128 TiB cluster of AMLFS 500?"
380
- * "Check if 'my-subnet-id' can host an Azure Managed Lustre with 'my-size' TiB and 'my-sku' in 'my-region'
381
- * Create a 4 TIB Azure Managed Lustre filesystem in 'my-region' attaching to 'my-subnet' in virtual network 'my-virtual-network'
401
+ * "How many IP addresses do I need to create a 128 TiB cluster of AMLFS 500?"
402
+ * "Check if 'my-subnet-id' can host an Azure Managed Lustre with 'my-size' TiB and 'my-sku' in 'my-region'"
403
+ * "Create a 4 TiB Azure Managed Lustre filesystem in 'my-region' attaching to 'my-subnet' in virtual network 'my-virtual-network'"
404
+ * "Create an expansion job to increase the storage capacity of my AMLFS filesystem 'my-filesystem' to 128 TiB in resource group 'my-rg'"
405
+ * "Get the expansion job 'my-expansion-job' for AMLFS filesystem 'my-filesystem' in resource group 'my-rg'"
406
+ * "List all expansion jobs for the AMLFS filesystem 'my-filesystem' in resource group 'my-rg'"
407
+ * "Delete the expansion job 'my-expansion-job' for AMLFS filesystem 'my-filesystem' in resource group 'my-rg'"
382
408
 
383
409
  ### ๐Ÿ“Š Azure Monitor
384
410
 
385
- * "Query my Log Analytics workspace"
411
+ * "Query an Analytics table in my Log Analytics workspace"
412
+ * "Search a Basic or Auxiliary table in my Log Analytics workspace over the last day"
386
413
  * "List my Azure Monitor Health Models"
387
414
  * "Get details for my Azure Monitor Health Model 'my-health-model'"
388
415
 
@@ -469,9 +496,22 @@ Example prompts that generate Azure CLI commands:
469
496
  * "Remove recovery resource 'my-resource' from recovery plan 'my-recovery-plan' in service group 'my-service-group'"
470
497
  * "Delete recovery plan 'my-recovery-plan' from service group 'my-service-group' and report whether it existed"
471
498
  * "List the recovery jobs of recovery plan 'my-recovery-plan' in service group 'my-service-group'"
499
+ * "Check whether recovery plan 'my-recovery-plan' and its protected resources are ready for recovery operations in service group 'my-service-group'"
500
+ * "Validate which resources in recovery plan 'my-recovery-plan' in service group 'my-service-group' can fail over from 'eastus'"
501
+ * "List all runs of drill 'my-drill' in service group 'my-service-group'"
502
+ * "Get drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
503
+ * "List all resources of drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
504
+ * "Get resource 'my-resource' from drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
472
505
  * "Update resilience drill 'my-drill' in service group 'my-service-group' to use manual RBAC setup"
473
506
  * "Create a zonal resilience drill 'my-drill' in service group 'my-service-group'"
474
507
  * "Get the resilience drill 'my-drill' in service group 'my-service-group'"
508
+ * "List all resilience drills in service group 'my-service-group'"
509
+ * "List all resources targeted by drill 'my-drill' in service group 'my-service-group'"
510
+ * "Get drill resource 'my-resource' for drill 'my-drill' in service group 'my-service-group'"
511
+ * "Start resilience drill 'my-drill' in service group 'my-service-group' in Failover mode"
512
+ * "Run a TestFailover for resilience drill 'my-drill' in service group 'my-service-group'"
513
+ * "End resilience drill 'my-drill' in service group 'my-service-group' and attest it as Success with notes 'Validation completed'"
514
+ * "Stop the running resilience drill 'my-drill' in service group 'my-service-group' and attest it as Failed"
475
515
  * "Add the note 'Failover validation completed' to drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group'"
476
516
  * "Start failover for drill run 'my-drill-run' of drill 'my-drill' in service group 'my-service-group', using source location 'eastus-az1'"
477
517
  * "Resume paused drill run 'my-drill-run' for drill 'my-drill' in service group 'my-service-group' and proceed from fault injection to failover"
@@ -525,7 +565,7 @@ The Azure MCP Server provides tools for interacting with **45+ Azure service are
525
565
  - ๐Ÿ“ฆ **Azure Container Apps** - Container hosting
526
566
  - ๐Ÿ“ฆ **Azure Container Registry (ACR)** - Container registry management
527
567
  - ๐Ÿ“Š **Azure Cosmos DB** - NoSQL database operations
528
- - **Azure Data Manager for Energy** - Health checks and OSDU schema operations
568
+ - **Azure Data Manager for Energy** - Health checks and OSDU schema, record search, retrieval, and version history operations
529
569
  - ๐Ÿงฎ **Azure Data Explorer** - Analytics queries and KQL
530
570
  - ๐Ÿฌ **Azure Database for MySQL** - MySQL database management
531
571
  - ๐Ÿ˜ **Azure Database for PostgreSQL** - PostgreSQL database management
@@ -535,21 +575,22 @@ The Azure MCP Server provides tools for interacting with **45+ Azure service are
535
575
  - โšก **Azure Functions** - Function App management and functions project files, language support, and templates source code
536
576
  - ๐Ÿ’ก **Azure Insights** - Derive infrastructure insights from Azure Resource Graph patterns
537
577
  - ๐ŸŒ **Azure IoT Hub** - IoT Hub resource discovery and details
578
+ - ๐Ÿญ **Azure IoT Operations** - IoT Operations instance discovery and details
538
579
  - ๐Ÿ”‘ **Azure Key Vault** - Secrets, keys, and certificates
539
580
  - โ˜ธ๏ธ **Azure Kubernetes Service (AKS)** - Container orchestration
540
581
  - ๐Ÿ“ฆ **Azure Load Testing** - Performance testing
541
582
  - ๐Ÿš€ **Azure Managed Grafana** - Monitoring dashboards
542
- - ๐Ÿ—ƒ๏ธ **Azure Managed Lustre** - High-performance Lustre filesystem operations
583
+ - ๐Ÿ—ƒ๏ธ **Azure Managed Lustre** - High-performance Lustre filesystem operations and expansion job management
543
584
  - ๐Ÿช **Azure Marketplace** - Product discovery
544
585
  - ๐Ÿ”„ **Azure Migrate** - Platform Landing Zone generation and modification guidance
545
- - ๐Ÿ“ˆ **Azure Monitor** - Logging, metrics, health models, health monitoring, and instrumentation onboarding/migration workflow for local applications
586
+ - ๐Ÿ“ˆ **Azure Monitor** - Log queries, Basic and Auxiliary table search, metrics, health models, health monitoring, and instrumentation onboarding/migration workflow for local applications
546
587
  - โš–๏ธ **Azure Policy** - Policies set to enforce organizational standards
547
588
  - โš™๏ธ **Azure Native ISV Services** - Third-party integrations
548
589
  - ๐Ÿ›ก๏ธ **Azure Quick Review CLI** - Compliance scanning
549
590
  - ๐Ÿ“Š **Azure Quota** - Resource quota and usage management
550
591
  - ๐ŸŽญ **Azure RBAC** - Access control management
551
592
  - ๐Ÿ”ด **Azure Redis Cache** - In-memory data store
552
- - ๐Ÿ›ก๏ธ **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
593
+ - ๐Ÿ›ก๏ธ **Azure Resilience Management** - Resilience goal templates, goal assignments, goal resources, usage plans, usage plan enrollments, recovery plans, recovery plan resources, recovery plan readiness checks, recovery jobs, recovery job resources, drills, drill resources, drill runs, drill run resources, and recovery plan failover validation
553
594
  - ๐Ÿ—๏ธ **Azure Resource Groups** - Resource organization
554
595
  - ๐ŸšŒ **Azure Service Bus** - Message queuing
555
596
  - ๐Ÿงต **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.42",
3
+ "version": "3.0.0-beta.44",
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",