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 0933986 commit 388e6a3Copy full SHA for 388e6a3
src/DesktopVirtualization/test/New-AzWvdScalingPlan.Tests.ps1
@@ -18,8 +18,9 @@ $resourceGroup = 'jehurren-westcentralus'
18
$resourceLocation = 'westcentralus'
19
20
Describe 'New-AzWvdScalingPlan' {
21
- It 'CreateExpanded' -skip {
+ It 'CreateExpanded' {
22
try {
23
+ [System.Threading.Thread]::CurrentThread.CurrentCulture = 'en-US'
24
$scalingPlan = New-AzWvdScalingPlan `
25
-SubscriptionId $env.SubscriptionId `
26
-ResourceGroupName $resourceGroup `
0 commit comments