diff --git a/sdk/storage/Azure.Storage.DataMovement.Files.Shares/tests/Shared/DisposingShare.cs b/sdk/storage/Azure.Storage.DataMovement.Files.Shares/tests/Shared/DisposingShare.cs index d5defd931e31d..e3490265574ac 100644 --- a/sdk/storage/Azure.Storage.DataMovement.Files.Shares/tests/Shared/DisposingShare.cs +++ b/sdk/storage/Azure.Storage.DataMovement.Files.Shares/tests/Shared/DisposingShare.cs @@ -6,7 +6,6 @@ using System.Threading.Tasks; using BaseShares::Azure.Storage.Files.Shares; using Azure.Storage.Test.Shared; -using BaseShares::Azure.Storage.Files.Shares.Models; namespace Azure.Storage.DataMovement.Files.Shares.Tests { @@ -18,7 +17,7 @@ public class DisposingShare : IDisposingContainer public static async Task CreateAsync(ShareClient share, IDictionary metadata) { - ShareCreateOptions options = new ShareCreateOptions + BaseShares::Azure.Storage.Files.Shares.Models.ShareCreateOptions options = new() { Metadata = metadata };