Skip to content

Commit 9cfe623

Browse files
authored
Update Az.Storage.psd1 to add new dependency (#25938)
1 parent b31611f commit 9cfe623

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Storage/Storage.Management/Az.Storage.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ RequiredAssemblies = 'Azure.Data.Tables.dll', 'Azure.Storage.Blobs.dll',
7070
'Microsoft.Azure.Storage.Queue.dll', 'Microsoft.OData.Core.dll',
7171
'Microsoft.OData.Edm.dll', 'Microsoft.Spatial.dll',
7272
'Storage.Autorest/bin/Az.Storage.private.dll',
73-
'System.IO.Hashing.dll'
73+
'System.IO.Hashing.dll',
74+
'Microsoft.Azure.PowerShell.Storage.Common.dll'
7475

7576
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
7677
# ScriptsToProcess = @()

0 commit comments

Comments
 (0)