Skip to content

Commit 8e3c469

Browse files
committed
Fix storage module dependencies
1 parent b75cc14 commit 8e3c469

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Storage/Azure.Storage.psd1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,13 @@ CLRVersion = '4.0'
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.5.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
# RequiredAssemblies = @()
57+
RequiredAssemblies = '.\Microsoft.WindowsAzure.Storage.dll',
58+
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
59+
'.\Microsoft.Data.Edm.dll', '.\Microsoft.Data.OData.dll',
60+
'.\Microsoft.Data.Services.Client.dll', '.\System.Spatial.dll',
61+
'.\Microsoft.Azure.KeyVault.Core.dll', '.\Microsoft.Windowszure.Configuration.dll',
62+
'.\Microsoft.WindowsAzure.Management.dll'
63+
5864

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

0 commit comments

Comments
 (0)