PART 1 Revert apiview.org back to apiview.dev#14341
Open
tjprescott wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reverts APIView’s production hostname references from apiview.org back to apiview.dev across the APIView service, SPA/UI surfaces, tooling, and related pipelines, undoing the earlier domain shift from PR #14088.
Changes:
- Revert production endpoint URLs in CLI tooling, Python client code, and CI/pipeline defaults back to
https://apiview.dev. - Update APIView UI/SPA branding and production-only analytics gating to recognize
apiview.devagain. - Update server redirect/origin allowlists and unit/UI tests to align with the restored
apiview.devhostname.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tools/azsdk-cli/Azure.Sdk.Tools.Cli/Configuration/APIViewConfiguration.cs | Reverts CLI production base URL to apiview.dev. |
| src/dotnet/APIView/apiview.yml | Reverts prod pipeline variables (apiUrl, hubUrl, webAppUrl) to apiview.dev. |
| src/dotnet/APIView/ClientSPA/src/index.html | Updates Clarity production-host detection to apiview.dev. |
| src/dotnet/APIView/ClientSPA/src/app/_components/shared/nav-bar/nav-bar.component.html | Updates SPA navbar branding text to apiview.dev. |
| src/dotnet/APIView/APIViewWeb/web.config | Reverts redirect and SPA host rewrite rules back to apiview.dev. |
| src/dotnet/APIView/APIViewWeb/Pages/Shared/_Layout.cshtml | Updates server-rendered UI title and branding text to apiview.dev. |
| src/dotnet/APIView/APIViewWeb/Helpers/URlHelpers.cs | Reverts allowed SPA origin to spa.apiview.dev. |
| src/dotnet/APIView/APIViewWeb/Client/tests/unit/shared/helpers.spec.ts | Updates URL-parsing unit test inputs to use apiview.dev. |
| src/dotnet/APIView/APIViewUnitTests/UnauthorizedPageModelTests.cs | Updates allowed-origin redirect unit test to spa.apiview.dev. |
| packages/python-packages/apiview-copilot/src/_apiview.py | Reverts Python client production endpoint root to apiview.dev. |
| eng/scripts/Apiview-Update-Generated-Review.ps1 | Reverts default “update generated review” endpoint to apiview.dev. |
| eng/pipelines/apiview-review-gen-typespec.yml | Reverts pipeline parameter default APIViewURL to apiview.dev. |
| eng/pipelines/apiview-review-gen-python.yml | Reverts pipeline parameter default APIViewURL to apiview.dev. |
| eng/pipelines/apiview-review-gen-javascript.yml | Reverts pipeline parameter default APIViewURL to apiview.dev. |
AlitzelMendez
approved these changes
Mar 4, 2026
maririos
approved these changes
Mar 4, 2026
praveenkuttappan
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Revert #14088
Once merged: