We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66f298 commit 2e1f548Copy full SHA for 2e1f548
tools/ci/DSC/DscPullServer.dsc.ps1
@@ -37,8 +37,8 @@ Configuration DscPullServer {
37
)
38
39
Import-DscResource -ModuleName PSDesiredStateConfiguration
40
- Import-DscResource -ModuleName xPSDesiredStateConfiguration -ModuleVersion 7.0.0.0
41
- Import-DscResource -ModuleName xWebAdministration -ModuleVersion 1.17.0.0
+ Import-DscResource -ModuleName xPSDesiredStateConfiguration -ModuleVersion 8.0.0.0
+ Import-DscResource -ModuleName xWebAdministration -ModuleVersion 1.19.0.0
42
43
. "$PSScriptRoot\DscCommon.ps1"
44
0 commit comments