From 9cfe62352b0ef9117bd51c4e3de62d4d0e217734 Mon Sep 17 00:00:00 2001 From: Xiaogang Date: Mon, 26 Aug 2024 19:37:58 +0800 Subject: [PATCH] Update Az.Storage.psd1 to add new dependency (#25938) --- 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 = @()