PART 1 Revert apiview.org back to apiview.dev#14341
Merged
tjprescott merged 1 commit intomainfrom Mar 5, 2026
Merged
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
github-merge-queue bot
pushed a commit
to microsoft/typespec
that referenced
this pull request
Mar 5, 2026
Reverts the temporary URL change introduced in #9870, restoring the `$APIViewUri` default in `eng/emitters/scripts/Create-APIReview.ps1` back to `https://apiview.dev/autoreview`. After merging: Azure/azure-sdk-tools#14341 - **`eng/emitters/scripts/Create-APIReview.ps1`**: Reverts `$APIViewUri` default from `https://apiview.org/autoreview` → `https://apiview.dev/autoreview` <!-- START COPILOT ORIGINAL PROMPT --> <details> <summary>Original prompt</summary> > Create a pull request in `microsoft/typespec` that reverts the changes introduced by PR #9870 ("Use apiview.org temporarily"). > > Context: > - Target PR to revert: #9870 > - Original author: JoshLove-msft > - PR state: merged > > Requirements: > 1. Identify the merge commit (or commits) that PR #9870 introduced to the default branch. > 2. Create a new branch for the revert. > 3. Revert the PR cleanly (use `git revert` of the merge commit where appropriate) so the repository returns to the state prior to PR #9870. > 4. Ensure all tests/CI checks that normally run for PRs pass. > 5. Open a PR titled like `Revert "Use apiview.org temporarily" (#9870)` with a clear description explaining why this is a revert and referencing PR #9870. > 6. If the revert causes conflicts, resolve them in a minimal, safe way and document what was done. > > Notes: > - Prefer reverting the merge commit that brought in PR #9870 to preserve history. > - Keep the revert focused strictly on undoing PR #9870 (avoid unrelated formatting or refactors). </details> <!-- START COPILOT CODING AGENT SUFFIX --> *This pull request was created from Copilot chat.* > <!-- START COPILOT CODING AGENT TIPS --> --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tjprescott <5723682+tjprescott@users.noreply.github.com> Co-authored-by: Travis Prescott <tjprescott@users.noreply.github.com>
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: