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 1a2f4f0 commit 6e3bdf5Copy full SHA for 6e3bdf5
dsc/tests/dsc_resource_list.tests.ps1
@@ -9,7 +9,6 @@ Describe 'Tests for listing resources' {
9
$resources.Count | Should -BeGreaterThan 0
10
$resources.type | Should -Contain 'Microsoft.DSC/Assertion'
11
$resources.type | Should -Contain 'Microsoft.DSC/Group'
12
- $resources.type | Should -Contain 'Microsoft.DSC/Parallel'
13
$resources.type | Should -Contain 'Microsoft/OSInfo'
14
($resources | Where-Object { $_.type -eq 'Microsoft.DSC/Group' }).Kind | Should -BeExactly 'Group'
15
($resources | Where-Object { $_.type -eq 'Microsoft/OSInfo' }).Kind | Should -BeExactly 'Resource'
0 commit comments