-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathRequiredModules.psd1
More file actions
28 lines (28 loc) · 1.06 KB
/
RequiredModules.psd1
File metadata and controls
28 lines (28 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@{
<#
This is only required if you need to use the method PowerShellGet & PSDepend
It is not required for PSResourceGet or ModuleFast (and will be ignored).
See Resolve-Dependency.psd1 on how to enable methods.
#>
#PSDependOptions = @{
# AddToPath = $true
# Target = 'output\RequiredModules'
# Parameters = @{
# Repository = 'PSGallery'
# }
#}
Assert = "0.9.6"
InvokeBuild = 'latest'
PSScriptAnalyzer = '1.24.0'
Pester = 'latest'
ModuleBuilder = 'latest'
ChangelogManagement = 'latest'
Sampler = 'latest'
'Sampler.GitHubTasks' = 'latest'
MarkdownLinkCheck = 'latest'
'PSFramework' = 'latest'
'Az.Accounts' = '5.3.0'
'Az.Resources' = '8.1.1'
'MicrosoftPowerBIMgmt' = '1.2.1111'
'Microsoft.PowerShell.PlatyPS' = 'latest'
}