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 4f1be99 commit a4dc544Copy full SHA for a4dc544
dsc/tests/dsc_resource_list.tests.ps1
@@ -59,7 +59,7 @@ Describe 'Tests for listing resources' {
59
}
60
61
It 'json progress for resource subcommand' {
62
- dsc --progress-format json resource list -a '*' 2> $TestDrive/ErrorStream.txt
+ dsc -t json -p json resource list -a '*' 2> $TestDrive/ErrorStream.txt
63
$LASTEXITCODE | Should -Be 0
64
$lines = Get-Content $TestDrive/ErrorStream.txt
65
$ProgressMessagesFound = $False
0 commit comments