You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/common/scripts/Create-APIReview.ps1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -340,7 +340,7 @@ function ProcessPackage($packageInfo)
340
340
Write-Error"Package version $($version) is GA and automatic API Review is not yet approved for package $($packageInfo.ArtifactName)."-ErrorAction Continue
341
341
Write-Error"Build and release is not allowed for GA package without API review approval."-ErrorAction Continue
342
342
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
344
344
}
345
345
return1
346
346
}
@@ -437,7 +437,7 @@ foreach($pkg in $responses.keys)
437
437
{
438
438
if ($responses[$pkg] -eq1)
439
439
{
440
-
Write-Error"API changes are not approved for $($pkg)"
440
+
Write-Error"API changes are not approved for $($pkg)"-ErrorAction Continue
0 commit comments