From 93f2dc33cfad4abfc632c52d2e605ec4ab18c6a5 Mon Sep 17 00:00:00 2001 From: Xiaogang Date: Mon, 26 Aug 2024 16:00:36 +0800 Subject: [PATCH] Update Az.Storage.psd1 to add new dependency --- src/Storage/Storage.Management/Az.Storage.psd1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Storage/Storage.Management/Az.Storage.psd1 b/src/Storage/Storage.Management/Az.Storage.psd1 index 3562adc24664..100eaf3ae4b0 100644 --- a/src/Storage/Storage.Management/Az.Storage.psd1 +++ b/src/Storage/Storage.Management/Az.Storage.psd1 @@ -70,7 +70,8 @@ RequiredAssemblies = 'Azure.Data.Tables.dll', 'Azure.Storage.Blobs.dll', 'Microsoft.Azure.Storage.Queue.dll', 'Microsoft.OData.Core.dll', 'Microsoft.OData.Edm.dll', 'Microsoft.Spatial.dll', 'Storage.Autorest/bin/Az.Storage.private.dll', - 'System.IO.Hashing.dll' + 'System.IO.Hashing.dll', + 'Microsoft.Azure.PowerShell.Storage.Common.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. # ScriptsToProcess = @()