diff --git a/images/windows/scripts/docs-gen/SoftwareReport.Tools.psm1 b/images/windows/scripts/docs-gen/SoftwareReport.Tools.psm1 index 463e47b70..7bb2ec9d5 100644 --- a/images/windows/scripts/docs-gen/SoftwareReport.Tools.psm1 +++ b/images/windows/scripts/docs-gen/SoftwareReport.Tools.psm1 @@ -299,7 +299,7 @@ function Get-VisualCPPComponents { } function Get-DacFxVersion { - $dacfxversion = & "$env:ProgramFiles\Microsoft SQL Server\160\DAC\bin\sqlpackage.exe" /version + $dacfxversion = & "$env:ProgramFiles\Microsoft SQL Server\170\DAC\bin\sqlpackage.exe" /version return $dacfxversion } diff --git a/images/windows/scripts/tests/Tools.Tests.ps1 b/images/windows/scripts/tests/Tools.Tests.ps1 index 2a0ef69be..4050b0822 100644 --- a/images/windows/scripts/tests/Tools.Tests.ps1 +++ b/images/windows/scripts/tests/Tools.Tests.ps1 @@ -51,7 +51,7 @@ Describe "R" { Describe "DACFx" { It "DACFx" { (Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*).DisplayName -Contains "Microsoft SQL Server Data-Tier Application Framework" | Should -BeTrue - $sqlPackagePath = 'C:\Program Files\Microsoft SQL Server\160\DAC\bin\SqlPackage.exe' + $sqlPackagePath = 'C:\Program Files\Microsoft SQL Server\170\DAC\bin\SqlPackage.exe' "${sqlPackagePath}" | Should -Exist } diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index cb7b69e5b..1a5664238 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -352,7 +352,7 @@ }, "mysql": { "version": "8.0", - "signature": "DD34D7C71F160972DE0CE25B695A0D6A9C95BD91" + "signature": "E8A8C17382A6DE62A3B443565E4A96843F834656" }, "mongodb": { "version": "5.0", diff --git a/images/windows/toolsets/toolset-2025.json b/images/windows/toolsets/toolset-2025.json index b3ec20312..5f0b54dec 100644 --- a/images/windows/toolsets/toolset-2025.json +++ b/images/windows/toolsets/toolset-2025.json @@ -311,7 +311,7 @@ }, "mysql": { "version": "8.0", - "signature": "DD34D7C71F160972DE0CE25B695A0D6A9C95BD91" + "signature": "E8A8C17382A6DE62A3B443565E4A96843F834656" }, "mongodb": { "version": "7.0",