Skip to content

Commit 87981d9

Browse files
cmckitterickdknappettmsft
authored andcommitted
Update session-host-update-configure.md
Remove internal-only parameter that customers cannot access
1 parent 145a045 commit 87981d9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

articles/virtual-desktop/session-host-update-configure.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ You can update the session host management policy before you schedule an update,
291291
$parameters = @{
292292
HostPoolName = '<HostPoolName>'
293293
ResourceGroupName = '<ResourceGroupName>'
294-
IsLatest = $true
295294
}
296295
297296
Get-AzWvdSessionHostManagementsUpdateStatus @parameters | FL *
@@ -336,7 +335,6 @@ From your existing PowerShell session, use the `Get-AzWvdSessionHostManagementsU
336335
$parameters = @{
337336
HostPoolName = '<HostPoolName>'
338337
ResourceGroupName = '<ResourceGroupName>'
339-
IsLatest = $true
340338
}
341339
342340
$updateProgress = Get-AzWvdSessionHostManagementsUpdateStatus @parameters |
@@ -357,7 +355,6 @@ From your existing PowerShell session, use the `Get-AzWvdSessionHostManagementsU
357355
$parameters = @{
358356
HostPoolName = '<HostPoolName>'
359357
ResourceGroupName = '<ResourceGroupName>'
360-
IsLatest = $true
361358
}
362359
$updateProgress = Get-AzWvdSessionHostManagementsUpdateStatus @parameters | FL *
363360
@@ -402,7 +399,6 @@ From your existing PowerShell session, use the `Invoke-AzWvdControlSessionHostUp
402399
$parameters = @{
403400
HostPoolName = '<HostPoolName>'
404401
ResourceGroupName = '<ResourceGroupName>'
405-
IsLatest = $true
406402
}
407403
408404
Get-AzWvdSessionHostManagementsUpdateStatus @parameters | FL Status
@@ -465,7 +461,6 @@ From your existing PowerShell session, use the `Invoke-AzWvdControlSessionHostUp
465461
$parameters = @{
466462
HostPoolName = '<HostPoolName>'
467463
ResourceGroupName = '<ResourceGroupName>'
468-
IsLatest = $true
469464
}
470465
471466
Get-AzWvdSessionHostManagementsUpdateStatus @parameters | FL Action, Status

0 commit comments

Comments
 (0)