diff --git a/eng/common/pipelines/templates/steps/detect-api-changes.yml b/eng/common/pipelines/templates/steps/detect-api-changes.yml index b14630b0f6b..fadeaacc679 100644 --- a/eng/common/pipelines/templates/steps/detect-api-changes.yml +++ b/eng/common/pipelines/templates/steps/detect-api-changes.yml @@ -7,7 +7,7 @@ parameters: steps: - ${{ if eq(variables['Build.Reason'],'PullRequest') }}: - pwsh: | - $apiChangeDetectRequestUrl = "https://apiview.org/api/PullRequests/CreateAPIRevisionIfAPIHasChanges" + $apiChangeDetectRequestUrl = "https://apiview.dev/api/PullRequests/CreateAPIRevisionIfAPIHasChanges" echo "##vso[task.setvariable variable=ApiChangeDetectRequestUrl]$apiChangeDetectRequestUrl" displayName: "Set API change detect request URL" condition: and(succeededOrFailed(), ${{ parameters.Condition}}, eq(variables['ApiChangeDetectRequestUrl'], '')) diff --git a/eng/common/scripts/Create-APIReview.ps1 b/eng/common/scripts/Create-APIReview.ps1 index e39490cb4e9..86b95ed0e55 100644 --- a/eng/common/scripts/Create-APIReview.ps1 +++ b/eng/common/scripts/Create-APIReview.ps1 @@ -10,7 +10,7 @@ Param ( [string] $BuildId, [string] $PackageName = "", [string] $ConfigFileDir = "", - [string] $APIViewUri = "https://apiview.org/autoreview", + [string] $APIViewUri = "https://apiview.dev/autoreview", [string] $ArtifactName = "packages", [bool] $MarkPackageAsShipped = $false, [Parameter(Mandatory=$False)] diff --git a/eng/common/scripts/Helpers/ApiView-Helpers.ps1 b/eng/common/scripts/Helpers/ApiView-Helpers.ps1 index e6537145230..c7b1f313b19 100644 --- a/eng/common/scripts/Helpers/ApiView-Helpers.ps1 +++ b/eng/common/scripts/Helpers/ApiView-Helpers.ps1 @@ -124,7 +124,7 @@ function Set-ApiViewCommentForRelatedIssues { param ( [Parameter(Mandatory = $true)] [string]$HeadCommitish, - [string]$APIViewHost = "https://apiview.org", + [string]$APIViewHost = "https://apiview.dev", [ValidateNotNullOrEmpty()] [Parameter(Mandatory = $true)] $AuthToken @@ -241,7 +241,7 @@ function Set-ApiViewCommentForPR { # Helper function used to create API review requests for Spec generation SDKs pipelines function Create-API-Review { param ( - [string]$apiviewEndpoint = "https://apiview.org/api/PullRequests/CreateAPIRevisionIfAPIHasChanges", + [string]$apiviewEndpoint = "https://apiview.dev/api/PullRequests/CreateAPIRevisionIfAPIHasChanges", [string]$specGenSDKArtifactPath, [string]$apiviewArtifactName, [string]$buildId, diff --git a/eng/common/scripts/Validate-All-Packages.ps1 b/eng/common/scripts/Validate-All-Packages.ps1 index f7edb2e5563..b92e912601b 100644 --- a/eng/common/scripts/Validate-All-Packages.ps1 +++ b/eng/common/scripts/Validate-All-Packages.ps1 @@ -11,7 +11,7 @@ Param ( [string]$ConfigFileDir, [string]$BuildDefinition, [string]$PipelineUrl, - [string]$APIViewUri = "https://apiview.org/AutoReview/GetReviewStatus", + [string]$APIViewUri = "https://apiview.dev/AutoReview/GetReviewStatus", [bool] $IsReleaseBuild = $false, [Parameter(Mandatory=$False)] [array] $PackageInfoFiles