Update DevX API host name to graph-devx-api.microsoft.com#3664
Open
gavinbarron wants to merge 1 commit into
Open
Update DevX API host name to graph-devx-api.microsoft.com#3664gavinbarron wants to merge 1 commit into
gavinbarron wants to merge 1 commit into
Conversation
The DevX API host changed from devxapi-func-prod-eastus.azurewebsites.net to graph-devx-api.microsoft.com. Update the hardcoded references in the OpenAPI download and command-metadata generation scripts used by the pipelines. Fixes #3663 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7b738be7-0d7a-4300-9a49-b4800bfd9fee
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.
Description
Updates the DevX API host name following an infrastructure change.
devxapi-func-prod-eastus.azurewebsites.netgraph-devx-api.microsoft.comChanges
tools/DownloadOpenApiDoc.ps1—\nowhttps://graph-devx-api.microsoft.comtools/PostGeneration/NewCommandMetadata.ps1—\nowhttps://graph-devx-api.microsoft.com/permissionsScheme (
https) and all paths/query strings (/permissions,/\...) are preserved. These scripts are invoked by the OpenAPI generation, command-metadata-refresh, and weekly-examples-update pipelines; no pipeline YAML changes were required.Verification
git grepfor the old host returns zero matches; the new host appears only in the two expected locations.Fixes #3663