44)
55
66$ModuleName = ' SqlServer-Version-Management' ;
7- $ModuleVersion = ' 2.1.195 ' ;
7+ $ModuleVersion = ' 2.1.196 ' ;
88$ModuleFiles = @ (
99 @ {
1010 FileName = ' SqlServer-Version-Management\SqlServer-Version-Management.psd1' ;
@@ -15,7 +15,7 @@ $ModuleFiles = @(
1515 " ModuleToProcess = @('SqlServer-Version-Management.psm1')" ,
1616 " " ,
1717 " # Version below is automatically incremented on build" ,
18- " ModuleVersion = `" 2.1.195 `" " ,
18+ " ModuleVersion = `" 2.1.196 `" " ,
1919 " " ,
2020 " GUID = 'dd03b53d-575a-4056-ae08-e6dfea3384ea'" ,
2121 " " ,
@@ -4230,7 +4230,8 @@ $ModuleFiles = @(
42304230 " if (`$ updateGot -and `$ updateGot.UpdateLauncher) {" ,
42314231 " `$ updateGot | ft -AutoSize | Out-Host" ,
42324232 " `$ title = `" Update Shared Tools and LocalDB version `$ (`$ version)`" " ,
4233- " `$ setupArg = @(`" /q`" , `" /IAcceptSQLServerLicenseTerms`" , `" /Action=Patch`" );" ,
4233+ " # /SkipRules=RebootRequiredCheck is safe since 2008" ,
4234+ " `$ setupArg = @(`" /q`" , `" /IAcceptSQLServerLicenseTerms`" , `" /Action=Patch`" , `" /SkipRules=RebootRequiredCheck`" );" ,
42344235 " `$ setupStatus = Execute-Process-Smarty `"`$ title`" `$ updateGot.UpdateLauncher `$ setupArg -WaitTimeout 3600" ,
42354236 " `$ setupStatus | Format-Table-Smarty | Out-Host" ,
42364237 " if (`$ setupStatus -and `$ upgradeResult.Error) { " ,
0 commit comments