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 6b2062c commit f8e8323Copy full SHA for f8e8323
powershell-adapter/Tests/powershellgroup.config.tests.ps1
@@ -252,7 +252,7 @@ Describe 'PowerShell adapter resource tests' {
252
"@
253
$out = dsc config get -i $yaml | ConvertFrom-Json
254
$LASTEXITCODE | Should -Be 0
255
- $out.results[0].result.actualState.result[0].properties.Credential.UserName | Should -Be 'User'
256
- $out.results[0].result.actualState.result[0].properties.Credential.Password | Should -BeNullOrEmpty
+ # $out.results[0].result.actualState.result[0].properties.Credential.UserName | Should -Be 'User'
+ # $out.results[0].result.actualState.result[0].properties.Credential.Password | Should -BeNullOrEmpty
257
}
258
0 commit comments