Skip to content

Commit 549590a

Browse files
committed
Fixed typo.
1 parent e1dd642 commit 549590a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-desktop/set-up-scaling-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Add-RdsAccount -DeploymentUrl "https://rdbroker.wvd.microsoft.com"
129129
Get-RdsTenant
130130
```
131131

132-
When you find the tenant with the host pools you want to scale, follow the instructions in [Create an Azure Automation account](#create-an-azure-automation-account) and use the tenant name you got from the previous cmldet in the following cmdlet to create the role assignment:
132+
When you find the tenant with the host pools you want to scale, follow the instructions in [Create an Azure Automation account](#create-an-azure-automation-account) and use the tenant name you got from the previous cmdlet in the following cmdlet to create the role assignment:
133133

134134
```powershell
135135
New-RdsRoleAssignment -RoleDefinitionName "RDS Contributor" -ApplicationId <applicationid> -TenantName <tenantname>

0 commit comments

Comments
 (0)