-
Notifications
You must be signed in to change notification settings - Fork 0
/
RequiredModules.psd1
68 lines (62 loc) · 2.26 KB
/
RequiredModules.psd1
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
@{
PSDependOptions = @{
AddToPath = $true
Target = 'output\RequiredModules'
Parameters = @{
Repository = 'PSGallery'
}
}
'powershell-yaml' = 'latest'
InvokeBuild = 'latest'
PSScriptAnalyzer = 'latest'
Pester = '4.10.1'
Plaster = 'latest'
ModuleBuilder = 'latest'
ChangelogManagement = 'latest'
Sampler = 'latest'
'Sampler.GitHubTasks' = 'latest'
'Sampler.DscPipeline' = @{
version = 'latest'
Parameters = @{
AllowPrerelease = $true
Repository = 'PSGallery'
}
}
MarkdownLinkCheck = 'latest'
'DscResource.AnalyzerRules' = 'latest'
DscBuildHelpers = 'latest'
Datum = '0.39.0'
ProtectedData = 'latest'
'Datum.ProtectedData' = 'latest'
'Datum.InvokeCommand' = 'latest'
ReverseDSC = 'latest'
# Composites
CommonTasks = '0.3.197'
# DSC Resources
xPSDesiredStateConfiguration = '9.1.0'
ComputerManagementDsc = '8.4.0'
NetworkingDsc = '8.2.0'
JeaDsc = '0.7.2'
XmlContentDsc = '0.0.1'
xWebAdministration = '3.2.0'
SecurityPolicyDsc = '2.10.0.0'
StorageDsc = '5.0.1'
Chocolatey = '0.0.79'
ActiveDirectoryDsc = '6.0.1'
DfsDsc = '4.4.0.0'
WdsDsc = '0.11.0'
xDhcpServer = '3.0.0'
xDscDiagnostics = '2.8.0'
xDnsServer = '2.0.0'
xFailoverCluster = '1.16.0'
GPRegistryPolicyDsc = '1.2.0'
AuditPolicyDsc = '1.4.0.0'
SharePointDSC = '4.5.1'
xExchange = '1.32.0'
SqlServerDsc = '15.1.1'
UpdateServicesDsc = '1.2.1'
xWindowsEventForwarding = '1.0.0.0'
OfficeOnlineServerDsc = '1.5.0'
xBitlocker = '1.4.0.0'
ActiveDirectoryCSDsc = '5.0.0'
}