Skip to content

Commit 01d2b48

Browse files
Update articles/virtual-desktop/autoscale-scaling-plan.md
Co-authored-by: dknappettmsft <[email protected]>
1 parent a51f306 commit 01d2b48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-desktop/autoscale-scaling-plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,9 @@ Here's how to update a scaling plan using the Az.DesktopVirtualization PowerShel
342342

343343
```azurepowershell
344344
$scalingPlanParams = @{
345-
ResourceGroupName = 'resourceGroup'
346-
Name = 'scalingPlanPersonal'
347-
Timezone = 'Eastern Standard Time'
345+
ResourceGroupName = 'resourceGroup'
346+
Name = 'scalingPlanPersonal'
347+
Timezone = 'Eastern Standard Time'
348348
}
349349
350350
Update-AzWvdScalingPlan @scalingPlanParams

0 commit comments

Comments
 (0)