Skip to content

Commit

Permalink
Remove warning in Get-MicrosoftSsms
Browse files Browse the repository at this point in the history
  • Loading branch information
ch0nx authored Nov 28, 2023
1 parent c3d33b0 commit 98f58f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Evergreen/Apps/Get-MicrosoftSsms.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Function Get-MicrosoftSsms {

If ($Null -ne $Content) {
ForEach ($entry in $Content.component) {
Write-Warning -Message "$($MyInvocation.MyCommand): Version returned from the update feed: $($entry.version). See $($script:resourceStrings.Uri.Issues) for more information."

ForEach ($language in $res.Get.Download.Language.GetEnumerator()) {

Expand Down

0 comments on commit 98f58f7

Please sign in to comment.