Skip to content

Commit

Permalink
Remove temporary Win11 24H2 special case
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z committed Oct 12, 2024
1 parent 692fc83 commit 685ead0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions data/upd01_get_list_of_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,7 @@ def main():
consolidate_overlapping_updates(updates_from_release_health)
windows_version_updates_sanity_check(updates_from_release_health)

assert updates_from_microsoft_support.keys() == updates_from_release_health.keys() | {
# Temporarily (?) missing in Release Health.
'11-24H2',
}
assert updates_from_microsoft_support.keys() == updates_from_release_health.keys()

result = updates_from_microsoft_support
merge_updates(result, updates_from_release_health)
Expand Down

0 comments on commit 685ead0

Please sign in to comment.