Skip to content

Commit e3c9a57

Browse files
committed
remove unnecessary module references from storage
1 parent dcacb74 commit e3c9a57

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Storage/Azure.Storage.psd1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.5.0'; }
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
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',
58+
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
6159
'.\Microsoft.Azure.KeyVault.Core.dll',
6260
'.\Microsoft.WindowsAzure.Management.dll'
6361

0 commit comments

Comments
 (0)