File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/ResourceManager/DataFactories/Commands.DataFactories Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,10 @@ DotNetFrameworkVersion = '4.7.2'
54
54
RequiredModules = @ (@ {ModuleName = ' Az.Profile' ; ModuleVersion = ' 0.5.0' ; })
55
55
56
56
# Assemblies that must be loaded prior to importing this module
57
- RequiredAssemblies = ' .\Microsoft.Azure.Management.DataFactories.dll' ,
58
- ' .\Microsoft.DataTransfer.Gateway.Encryption.dll'
57
+ RequiredAssemblies = ' .\Microsoft.Azure.Management.DataFactories.dll' ,
58
+ ' .\Microsoft.DataTransfer.Gateway.Encryption.dll' ,
59
+ ' .\System.IO.FileSystem.AccessControl.dll' ,
60
+ ' .\Microsoft.WindowsAzure.Storage.dll'
59
61
60
62
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
61
63
# ScriptsToProcess = @()
You can’t perform that action at this time.
0 commit comments