forked from dsccommunity/CommonTasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RequiredModules.psd1
64 lines (62 loc) · 2.43 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
@{
PSDependOptions = @{
AddToPath = $true
Target = 'output\RequiredModules'
Parameters = @{
Repository = 'PSGallery'
AllowPreRelease = $true
}
}
'powershell-yaml' = 'latest'
InvokeBuild = 'latest'
PSScriptAnalyzer = 'latest'
Pester = '4.10.1'
Plaster = 'latest'
ModuleBuilder = 'latest'
ChangelogManagement = 'latest'
Sampler = 'latest'
'Sampler.GitHubTasks' = 'latest'
Datum = '0.39.0'
'Datum.ProtectedData' = '0.0.1'
DscBuildHelpers = '0.0.42'
'DscResource.Test' = 'latest'
MarkdownLinkCheck = 'latest'
'DscResource.AnalyzerRules' = 'latest'
#DSC Resources
xPSDesiredStateConfiguration = '9.1.0'
ComputerManagementDsc = '8.5.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'
DnsServerDsc = '3.0.0'
xFailoverCluster = '1.16.0'
GPRegistryPolicyDsc = '1.2.0'
AuditPolicyDsc = '1.4.0.0'
SharePointDSC = '4.8.0'
xExchange = '1.33.0'
SqlServerDsc = '15.2.0'
UpdateServicesDsc = '1.2.1'
xWindowsEventForwarding = '1.0.0.0'
OfficeOnlineServerDsc = '1.5.0'
xBitlocker = '1.4.0.0'
ActiveDirectoryCSDsc = '5.0.0'
'xHyper-V' = '3.17.0.0'
DSCR_PowerPlan = '1.3.0'
FileSystemDsc = '1.1.1'
PackageManagement = '1.4.7'
PowerShellGet = '2.2.5'
ConfigMgrCBDsc = '3.0.0'
MmaDsc = '1.3.0'
CertificateDsc = '5.1.0'
xRobocopy = '2.0.0.0'
VSTSAgent = '2.0.12-develop'
}