Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/pipelines/swagger-apiview.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
parameters:
- name: SwaggerApiParserVersion
type: string
Expand All @@ -10,7 +10,7 @@
default: 'swaggerAPIViewArtifacts'
- name: APIViewAPIUri
type: string
default: 'https://apiview.org/api/PullRequests/CreateAPIRevisionIfAPIHasChanges'
default: 'https://apiview.dev/api/PullRequests/CreateAPIRevisionIfAPIHasChanges'

pr:
branches:
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/typespec-apiview.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
parameters:
- name: APIViewArtifactsDirectoryName
type: string
Expand All @@ -7,7 +7,7 @@
default: 'typeSpecAPIViewArtifacts'
- name: APIViewAPIUri
type: string
default: 'https://apiview.org/api/PullRequests/CreateAPIRevisionIfAPIHasChanges'
default: 'https://apiview.dev/api/PullRequests/CreateAPIRevisionIfAPIHasChanges'
# Please use 'https://apiviewstagingtest.com/PullRequest/DetectAPIChanges' for testing purposes

jobs:
Expand Down
2 changes: 1 addition & 1 deletion specification/quantum/Quantum.Workspace/eng/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Copying examples from $source to $newVersionExamples
npx tsp compile . --pretty --debug --emit=@azure-tools/typespec-apiview --output-dir (Join-Path $logDirectory "../api-view/")
}

# copy to swagger folder to easy upload to https://apiview.org/
# copy to swagger folder to easy upload to https://apiview.dev/
New-Item -ItemType Directory -Force -Path (Join-Path $outputDirectory "./swagger/") *> $null
Copy-Item $newSwaggerFile (Join-Path $outputDirectory "./swagger/quantum.swagger") -Force *> $null

Expand Down
Loading