WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 1a762f7

Browse files
committed
Fixed definition of RequiredModules
1 parent a050676 commit 1a762f7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

azure.datafactory.tools.psd1

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,16 @@
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @('Az.Resources', 'Az.DataFactory')
54+
RequiredModules = @(
55+
@{
56+
ModuleName = 'Az.Resources'
57+
ModuleVersion = '6.5.0'
58+
},
59+
{
60+
ModuleName = 'Az.DataFactory'
61+
ModuleVersion = '1.16.0'
62+
}
63+
)
5564

5665
# Assemblies that must be loaded prior to importing this module
5766
# RequiredAssemblies = @()

0 commit comments

Comments
 (0)