You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$out= dsc config get -i $configYaml2>$TestDrive/error.log |ConvertFrom-Json
139
+
$LASTEXITCODE| Should -Be 0
140
+
(Get-Content$TestDrive/error.log) | Should -BeLike "*WARN*Resource returned '_metadata' property '_restartRequired' which contains invalid value: ``[{`"invalid`":`"item`"}]*"
141
+
$out.results[0].metadata._restartRequired | Should -BeNullOrEmpty
0 commit comments