You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
Add azmcp azuremanagedlustre filesystem list / required-subnet-size (#1003)
* Add support for Azure Managed Lustre List and Subnet size
* Fix description of list command
* Add documentation for AzureManagedLustre List / RequiredSubnetSize and additional unittests
* Fix spell checks for Azure Managed Lustre area commands list and requiredsubnetsize
* Exclude AzureManagedLustre from native builds because of StorageCache SDK dependencies
* Fix Azure Managed Lustre area after review comments - Moving LustreFileSystem to record, adding missing JSONPropertyNames, removing not required GetError overrides.
* Adjust typos in FileSystemListCommandTests.cs
* Remove duplicated call in Program.cs of AzureManagedLustreSetup
* Add NAT gateway for outbound connectivity in Azure Managed Lustre Live Tests
* Add installation of Az.StorageCache module to the test-resources-post
* Specify repository in install command of Az.StorageCache
* Add Force to Az.StorageCache module install
* Remove mcp.json file
* Fix duplicated lines in sln and SQL mention in Azure Managed Lustre area
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ The Azure MCP Server updates automatically by default whenever a new release com
30
30
## 0.5.7 (2025-08-19)
31
31
32
32
### Features Added
33
+
- Added the following Azure Managed Lustre commands:
34
+
-`azmcp-azuremanagedlustre-filesystem-list`: List available Azure Managed Lustre filesystem. [[#1001](https://github.com/Azure/azure-mcp/issues/1001)]
35
+
-`azmcp-azuremanagedlustre-filesystem-required-subnet-size`: Returns the number of IP addresses required for a specific SKU and size of Azure Managed Lustre filesystem. [[#1002](https://github.com/Azure/azure-mcp/issues/1002)]
33
36
34
37
- Added support for the following Azure Deploy and Azure Quota operations: [[#626](https://github.com/Azure/azure-mcp/pull/626)]
35
38
-`azmcp_deploy_app_logs_get` - Get logs from Azure applications deployed using azd.
@@ -56,6 +59,8 @@ The Azure MCP Server updates automatically by default whenever a new release com
56
59
- Updated the following dependencies to improve .NET Ahead-of-Time (AOT) compilation support: [[#893](https://github.com/Azure/azure-mcp/pull/893)]
57
60
- Azure.Bicep.Types: `0.5.110` → `0.6.1`
58
61
- Azure.Bicep.Types.Az: `0.2.771` → `0.2.792`
62
+
- Added the following dependencies to support Azure Managed Lustre
"Azure Managed Lustre operations - Commands for listing and inspecting Azure Managed Lustre file systems (AMLFS) used for high-performance computing workloads.");
24
+
rootGroup.AddSubGroup(azureManagedLustre);
25
+
26
+
varfileSystem=newCommandGroup("filesystem","Azure Managed Lustre file system operations - Commands for listing managed Lustre file systems.");
0 commit comments