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 77e8624 commit 7a3c6b8Copy full SHA for 7a3c6b8
dsc/tests/dsc_resource_list.tests.ps1
@@ -17,7 +17,7 @@ Describe 'Tests for listing resources' {
17
}
18
19
It 'dsc resource list --tags "<tags>" and --description "<description> work' -TestCases @(
20
- @{ tags = 'linux'; description = $null; expectedCount = 1; expectedType = 'Microsoft/OSInfo' }
+ @{ tags = 'linux'; description = $null; expectedCount = 2; expectedType = 'Microsoft/OSInfo' }
21
@{ tags = $null; description = 'operating system'; expectedCount = 1; expectedType = 'Microsoft/OSInfo' }
22
@{ tags = 'linux'; description = 'operating system'; expectedCount = 1; expectedType = 'Microsoft/OSInfo' }
23
@{ tags = 'notfound'; description = 'operating system'; expectedCount = 0; expectedType = $null }
0 commit comments