Skip to content

Commit 3451294

Browse files
tjprescottCopilot
authored andcommitted
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent c7b001d commit 3451294

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eng/common/scripts/Create-APIReview.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ function ProcessPackage($packageInfo)
340340
Write-Error "Package version $($version) is GA and automatic API Review is not yet approved for package $($packageInfo.ArtifactName)." -ErrorAction Continue
341341
Write-Error "Build and release is not allowed for GA package without API review approval." -ErrorAction Continue
342342
Write-Error "You will need to queue another build to proceed further after API review is approved" -ErrorAction Continue
343-
Write-Error "You can check http://aka.ms/azsdk/engsys/apireview/faq for more details on API Approval." -ErrorAction Continue
343+
Write-Error "You can check https://aka.ms/azsdk/engsys/apireview/faq for more details on API Approval." -ErrorAction Continue
344344
}
345345
return 1
346346
}
@@ -437,7 +437,7 @@ foreach($pkg in $responses.keys)
437437
{
438438
if ($responses[$pkg] -eq 1)
439439
{
440-
Write-Error "API changes are not approved for $($pkg)"
440+
Write-Error "API changes are not approved for $($pkg)" -ErrorAction Continue
441441
$exitCode = 1
442442
}
443443
}

0 commit comments

Comments
 (0)