File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,13 @@ CLRVersion = '4.0'
54
54
RequiredModules = @ (@ {ModuleName = ' AzureRM.Profile' ; ModuleVersion = ' 4.5.0' ; })
55
55
56
56
# 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
+
58
64
59
65
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60
66
# ScriptsToProcess = @()
You can’t perform that action at this time.
0 commit comments