Skip to content

Commit

Permalink
Merge pull request #2226 from microsoft/dpaul-HcDev
Browse files Browse the repository at this point in the history
Known issue for Nov24SU that was pulled
  • Loading branch information
dpaulson45 authored Nov 20, 2024
2 parents 37bd4ad + 338320a commit 9a00bbf
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,20 @@ function Invoke-AnalyzerKnownBuildIssues {
InformationUrl = (GetKnownIssueInformation @infoParams)
}
TestForKnownBuildIssues @params

Write-Verbose "Work on Nov 2024 Security Updates"
$infoParams = @{
Name = "Pulled Nov 2024 Security Update"
Url = "https://techcommunity.microsoft.com/blog/exchange/released-november-2024-exchange-server-security-updates/4293125"
}
$params = @{
CurrentVersion = $currentVersion
KnownBuildIssuesToFixes = @((GetKnownIssueBuildInformation "15.2.1544.13" $null),
(GetKnownIssueBuildInformation "15.2.1258.38" $null),
(GetKnownIssueBuildInformation "15.1.2507.43" $null))
InformationUrl = (GetKnownIssueInformation @infoParams)
}
TestForKnownBuildIssues @params
} catch {
Write-Verbose "Failed to run TestForKnownBuildIssues"
Invoke-CatchActions
Expand Down

0 comments on commit 9a00bbf

Please sign in to comment.