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 72509b1

Browse files
committed
Fixed format of RequiredModules (again!)
1 parent cf7abda commit 72509b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure.datafactory.tools.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
# Modules that must be imported into the global environment prior to importing this module
5454
RequiredModules = @(
5555
@{
56-
ModuleName = 'Az.Resources'
57-
ModuleVersion = '6.5.0'
56+
ModuleName = 'Az.Resources';
57+
ModuleVersion = '6.5.0';
5858
},
5959
@{
60-
ModuleName = 'Az.DataFactory'
61-
ModuleVersion = '1.16.0'
60+
ModuleName = 'Az.DataFactory';
61+
ModuleVersion = '1.16.0';
6262
}
6363
)
6464

0 commit comments

Comments
 (0)