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
Copy file name to clipboardExpand all lines: tools/Azure.Mcp.Tools.AzureManagedLustre/src/Commands/FileSystem/ImportJob/FileSystemImportJobCreateCommand.cs
+26-3Lines changed: 26 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,15 @@ public sealed class FileSystemImportJobCreateCommand(ILogger<FileSystemImportJob
thrownewArgumentException("Azure MCP Server's Managed Lustre tooling does not support the specified conflict resolution mode. This is because the mode doesn't exist or the tool does not support potentially destructive import conflict resolution modes (overwrite variants).",nameof(_conflictResolutionModeOption));
Copy file name to clipboardExpand all lines: tools/Azure.Mcp.Tools.AzureManagedLustre/tests/Azure.Mcp.Tools.AzureManagedLustre.UnitTests/FileSystem/ImportJob/FileSystemImportJobCreateCommandTests.cs
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -244,4 +244,19 @@ public async Task ExecuteAsync_ServiceThrows_GenericException_Returns500()
0 commit comments