Skip to content

Commit eb00a60

Browse files
dhensbyCopilot
andcommitted
fix: remove non-existent 2025 cumulative update URL
The CU download page for SQL Server 2025 does not exist yet (returns 404), causing a warning during installation. Remove it until Microsoft publishes cumulative updates. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7940daa commit eb00a60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/main/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const VERSIONS = new Map<string, VersionConfig>(
2121
['2025', {
2222
version: '2025',
2323
sseiUrl: 'https://download.microsoft.com/download/77dc60d3-0139-4dad-83c8-bb52ab22db01/SQL2025-SSEI-StdDev.exe',
24-
updateUrl: 'https://www.microsoft.com/en-us/download/details.aspx?id=106520',
24+
// updateUrl can be added once Microsoft publishes cumulative updates for 2025
2525
}],
2626
['2022', {
2727
version: '2022',

0 commit comments

Comments
 (0)