Skip to content

Commit a51f306

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ Here's how to create a scaling plan using the Az.DesktopVirtualization PowerShel
302302
303303
```azurepowershell
304304
$params = @{
305-
ResourceGroupName = 'resourceGroup'
306-
Name = 'scalingPlanPersonal'
305+
ResourceGroupName = 'resourceGroup'
306+
Name = 'scalingPlanPersonal'
307307
}
308308
309309
(Get-AzWvdScalingPlan @params).HostPoolReference | FL HostPoolArmPath,ScalingPlanEnabled

0 commit comments

Comments
 (0)