Skip to content

Commit cef9b0f

Browse files
authored
Merge pull request #299986 from dknappettmsft/avd-shu-remove-param
AVD SHU remove param
2 parents 697634a + 9796e44 commit cef9b0f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to update session hosts in a host pool with a session hos
44
ms.topic: how-to
55
author: dougeby
66
ms.author: avdcontent
7-
ms.date: 01/24/2025
7+
ms.date: 05/19/2025
88
---
99

1010
# Update session hosts using session host update in Azure Virtual Desktop (preview)
@@ -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)