Skip to content

Commit

Permalink
require versions of SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
jworkmanjc committed Aug 12, 2020
1 parent 0fb3845 commit 73c18f4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions PowerShell/JumpCloud Module/JumpCloud.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,17 @@ PowerShellVersion = '4.0'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @('JumpCloud.SDK.DirectoryInsights',
'JumpCloud.SDK.V1',
'JumpCloud.SDK.V2')
RequiredModules = @(
@{ ModuleName = 'JumpCloud.SDK.DirectoryInsights'
ModuleVersion = '0.0.8'
},
@{ ModuleName = 'JumpCloud.SDK.V1'
ModuleVersion = '0.0.14'
},
@{ ModuleName = 'JumpCloud.SDK.V2'
ModuleVersion = '0.0.19'
}
)

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

0 comments on commit 73c18f4

Please sign in to comment.