Skip to content

Commit

Permalink
add link to the windows 11 known issue about the windows update api
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Jul 14, 2024
1 parent 2630608 commit c372121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update/windows-update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ for ($i = 0; $i -lt $searchResult.Updates.Count; ++$i) {
# when the windows update api returns an invalid update object, repair
# windows update and signal a reboot to try again.
# see https://github.com/rgl/packer-plugin-windows-update/issues/144
# see The June 2024 preview update might impact applications using Windows Update APIs
# https://learn.microsoft.com/en-us/windows/release-health/status-windows-11-23h2#3351msgdesc
$expectedProperties = @(
'Title'
'MaxDownloadSize'
Expand Down

0 comments on commit c372121

Please sign in to comment.