diff --git a/Evergreen/Apps/Get-MicrosoftSsms.ps1 b/Evergreen/Apps/Get-MicrosoftSsms.ps1 index 5533890c..70116dfe 100644 --- a/Evergreen/Apps/Get-MicrosoftSsms.ps1 +++ b/Evergreen/Apps/Get-MicrosoftSsms.ps1 @@ -28,7 +28,7 @@ function Get-MicrosoftSsms { $Query = "?clcid=" $Uri = "$($Entry.link.href)$($Query)$($res.Get.Download.Language[$language.key])" $ResponseUri = Resolve-SystemNetWebRequest -Uri $Uri - if ($ResponseUri.ResponseUri.AbsoluteUri -eq $true) { + if ($ResponseUri.ResponseUri -is [System.Uri]) { # Construct the output; Return the custom object to the pipeline $PSObject = [PSCustomObject] @{ diff --git a/docs/changelog.md b/docs/changelog.md index ac92a23b..fc8e283d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Change log +## VERSION + +* Fixes an issue with `MicrosoftSsms` + ## 2405.1033 * Adds `MicrosoftOpenJDK21`, `AdoptiumTemurin21`, `AzulZulu21`, `Proxyman`, `RedHatOpenJDK21`