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 ab18d5c commit e98fb16Copy full SHA for e98fb16
dsc/tests/dsc_group.tests.ps1
@@ -5,7 +5,16 @@ Describe 'Group resource tests' {
5
It 'Nested groups should work for get' {
6
$out = (dsc config get -p $PSScriptRoot/../examples/groups.dsc.yaml -f yaml | Out-String).Trim()
7
$LASTEXITCODE | Should -Be 0
8
- $out | Should -BeExactly @'
+ $out | Should -BeLike @'
9
+metadata:
10
+ Microsoft.DSC:
11
+ version: 3*
12
+ operation: Get
13
+ executionType: Actual
14
+ startDatetime: *
15
+ endDatetime: *
16
+ duration: PT*S
17
+ securityContext: Restricted
18
results:
19
- name: First Group
20
type: Microsoft.DSC/Group
@@ -36,7 +45,7 @@ results:
36
45
result:
37
46
actualState:
38
47
output: Last
39
-messages: []
48
+messages: `[`]
40
49
hadErrors: false
41
50
'@
42
51
}
0 commit comments