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 cab9a32 commit 70e9e28Copy full SHA for 70e9e28
dsc/tests/dsc_resource_get.tests.ps1
@@ -68,6 +68,6 @@ Describe 'resource get tests' {
68
$out.family | Should -BeExactly $expectedFamily
69
$out.version | Should -Not -BeNullOrEmpty
70
$out.bitness | Should -BeIn @('32', '64')
71
- $out.architecture | Should -BeIn @('x86', 'x64', 'arm64')
+ $out.architecture | Should -BeIn @('x86', 'x86_64', 'arm64')
72
}
73
0 commit comments