Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 9258710

Browse files
Copilotxiangyan99
andcommitted
Fix missing using statement for StorageOptionDefinitions
Co-authored-by: xiangyan99 <[email protected]>
1 parent 1cf7793 commit 9258710

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

areas/storage/src/AzureMcp.Storage/Commands/DataLake/File/BaseFileCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System.Diagnostics.CodeAnalysis;
55
using AzureMcp.Core.Commands;
66
using AzureMcp.Storage.Commands;
7+
using AzureMcp.Storage.Options;
78
using AzureMcp.Storage.Options.DataLake;
89

910
namespace AzureMcp.Storage.Commands.DataLake.File;

areas/storage/src/AzureMcp.Storage/Commands/DataLake/File/FileUploadCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using AzureMcp.Core.Services.Telemetry;
66
using AzureMcp.Storage.Commands;
77
using AzureMcp.Storage.Models;
8+
using AzureMcp.Storage.Options;
89
using AzureMcp.Storage.Options.DataLake.File;
910
using AzureMcp.Storage.Services;
1011
using Microsoft.Extensions.Logging;

0 commit comments

Comments
 (0)