Skip to content

Commit 52362fa

Browse files
Heidilohrsefriend
andauthored
Apply suggestions from code review
Co-authored-by: sefriend <[email protected]>
1 parent a4fb42b commit 52362fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-desktop/configure-host-pool-personal-desktop-assignment-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ To get the session host friendly name, run this command in PowerShell
218218

219219
```powershell
220220
$getParams = @{
221-
Path = '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/sessionHosts/{sessionHostName}?api-version=2022-02-10-preview'
221+
Path = '/subscriptions/$subscriptionId/resourceGroups/$resourceGroupName/providers/Microsoft.DesktopVirtualization/hostPools/$hostPoolName/sessionHosts/$($sessionHostName)?api-version=2022-02-10-preview'
222222
Method = 'GET'
223223
}
224224
Invoke-AzRestMethod @getParams

0 commit comments

Comments
 (0)