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 eb15a53 commit b801a5eCopy full SHA for b801a5e
dsc/tests/dsc_export.tests.ps1
@@ -176,7 +176,7 @@ resources:
176
$out.resources.count | Should -Be 1
177
$out.resources[0].name | Should -BeExactly 'TestName'
178
$out.resources[0].kind | Should -BeExactly 'TestKind'
179
- $out.resources[0].metadata.securityContext | Should -BeExactly 'Elevated'
+ $out.resources[0].metadata.'Microsoft.DSC'.securityContext | Should -BeExactly 'elevated'
180
$out.resources[0].properties.psobject.properties.name | Should -Not -Contain '_kind'
181
$out.resources[0].properties.psobject.properties.name | Should -Not -Contain '_securityContext'
182
$out.resources[0].properties.psobject.properties.name | Should -Not -Contain '_name'
0 commit comments