-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathRequiredModules.psd1
More file actions
27 lines (27 loc) · 966 Bytes
/
RequiredModules.psd1
File metadata and controls
27 lines (27 loc) · 966 Bytes
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
@{
<#
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.19.1'
Pester = 'latest'
ModuleBuilder = 'latest'
ChangelogManagement = 'latest'
Sampler = 'latest'
'Sampler.GitHubTasks' = 'latest'
MarkdownLinkCheck = 'latest'
PSFramework = 'latest'
'Az.Accounts' = '4.2.0'
'Az.Resources' = '6.15.1'
'MicrosoftPowerBIMgmt' = '1.2.1111'
}