File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Describe 'dsc config get tests' {
53
53
$result.metadata .' Microsoft.DSC' .startDatetime | Should -Not - BeNullOrEmpty
54
54
$result.metadata .' Microsoft.DSC' .endDatetime | Should -Not - BeNullOrEmpty
55
55
$result.metadata .' Microsoft.DSC' .duration | Should -Not - BeNullOrEmpty
56
- $result.metadata .' Microsoft.DSC' .securityContext | Should - BeExactly ' Restricted '
56
+ $result.metadata .' Microsoft.DSC' .securityContext | Should -Not - BeNullOrEmpty
57
57
$LASTEXITCODE | Should - Be 0
58
58
}
59
59
}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Describe 'dsc config set tests' {
34
34
$out.metadata .' Microsoft.DSC' .startDatetime | Should -Not - BeNullOrEmpty
35
35
$out.metadata .' Microsoft.DSC' .endDatetime | Should -Not - BeNullOrEmpty
36
36
$out.metadata .' Microsoft.DSC' .duration | Should -Not - BeNullOrEmpty
37
- $out.metadata .' Microsoft.DSC' .securityContext | Should - BeExactly ' Restricted '
37
+ $out.metadata .' Microsoft.DSC' .securityContext | Should -Not - BeNullOrEmpty
38
38
39
39
}
40
40
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ metadata:
14
14
startDatetime: *
15
15
endDatetime: *
16
16
duration: PT*S
17
- securityContext: Restricted
17
+ securityContext: *
18
18
results:
19
19
- name: First Group
20
20
type: Microsoft.DSC/Group
You can’t perform that action at this time.
0 commit comments