This is a technology related forum, this kind of news about new products like this is beyond our capabilities.
How to patch SQL Server
Determine the version, edition, and update level of SQL Server and its components
-------------
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
As I said, the file name is changed every time MS uploads the file. So you cannot programmatically download the same file every time. The current filename is "SQL Server Builds V4.xlsx". V3 will never be updated.
The best thing is to monitor the page and just have a field in your database/query for "expected version" and just manually update it with the version you want. Then you can just report on every server not on that version.
Tom - do you work for Microsoft?
I don't like to be rude but I don't think you really read and understood my post, basically Microsoft provided an alias, https://aka.ms/SQLServerbuilds, the point being that this can be repointed to the new file. Maybe whoever implemented this no longer wants to update it, who knows?
Don't bother replying unless you have a useful comment, I'll try to transform the data tables from https://learn.microsoft.com/en-US/troubleshoot/sql/general/determine-version-edition-update-level using python. The old way was easier!