Skip to content

Commit a6f5611

Browse files
committed
Add required assemblies System.IO.FileSystem.AccessControl.dll and Microsoft.WindowsAzure.Storage.dll into Az.DataFactories.psd1
1 parent 4f953cf commit a6f5611

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ResourceManager/DataFactories/Commands.DataFactories/Az.DataFactories.psd1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ DotNetFrameworkVersion = '4.7.2'
5454
RequiredModules = @(@{ModuleName = 'Az.Profile'; ModuleVersion = '0.5.0'; })
5555

5656
# 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'
5961

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

0 commit comments

Comments
 (0)