Skip to content

Commit 388e6a3

Browse files
authored
Set the culture to fix issue Azure#15033 (Azure#15064)
1 parent 0933986 commit 388e6a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DesktopVirtualization/test/New-AzWvdScalingPlan.Tests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ $resourceGroup = 'jehurren-westcentralus'
1818
$resourceLocation = 'westcentralus'
1919

2020
Describe 'New-AzWvdScalingPlan' {
21-
It 'CreateExpanded' -skip {
21+
It 'CreateExpanded' {
2222
try {
23+
[System.Threading.Thread]::CurrentThread.CurrentCulture = 'en-US'
2324
$scalingPlan = New-AzWvdScalingPlan `
2425
-SubscriptionId $env.SubscriptionId `
2526
-ResourceGroupName $resourceGroup `

0 commit comments

Comments
 (0)