Skip to content

Add support for authenticating to an Azure DevOps feed outside of organization#13221

Merged
hallipr merged 1 commit intoAzure:mainfrom
conniey:add-custom-endpoint
Jan 6, 2026
Merged

Add support for authenticating to an Azure DevOps feed outside of organization#13221
hallipr merged 1 commit intoAzure:mainfrom
conniey:add-custom-endpoint

Conversation

@conniey
Copy link
Member

@conniey conniey commented Dec 5, 2025

Copilot AI review requested due to automatic review settings December 5, 2025 19:07
@conniey conniey requested a review from a team as a code owner December 5, 2025 19:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds support for authenticating to Azure DevOps npm feeds in different organizations by introducing a configurable service connection parameter to the create-authenticated-npmrc template.

  • Adds optional ServiceConnection parameter to enable cross-organization feed authentication
  • Passes the service connection to the npmAuthenticate@0 task's azureDevOpsServiceConnection input
  • Maintains backward compatibility with empty string default value

@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

@weshaggard
Copy link
Member

While I'm ok with the extensibility here I'm curious what other feed you are trying to connect to? In particular we are soon going to be forced to use only a single feed so we will not be able to connect to different ones.

@conniey
Copy link
Member Author

conniey commented Dec 29, 2025

While I'm ok with the extensibility here I'm curious what other feed you are trying to connect to? In particular we are soon going to be forced to use only a single feed so we will not be able to connect to different ones.

1ES has an internal MCP registry that internal folks are allowed to consume. In order to show up on the list of available MCP servers, we need to publish to that registry.

@hallipr
Copy link
Member

hallipr commented Jan 6, 2026

/azp run

@azure-pipelines
Copy link

You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.

@hallipr
Copy link
Member

hallipr commented Jan 6, 2026

/azp run azure-sdk-tools - sync - eng-common

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

hallipr pushed a commit to Azure/azure-sdk-for-rust that referenced this pull request Jan 6, 2026
Sync eng/common directory with azure-sdk-tools for PR
Azure/azure-sdk-tools#13221 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

Co-authored-by: Connie Yau <conniey@microsoft.com>
azure-sdk added a commit to Azure/azure-sdk-for-js that referenced this pull request Jan 6, 2026
Sync eng/common directory with azure-sdk-tools for PR
Azure/azure-sdk-tools#13221 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

Co-authored-by: Connie Yau <conniey@microsoft.com>
@hallipr hallipr merged commit 5a9ff1d into Azure:main Jan 6, 2026
15 checks passed
chlowell pushed a commit to Azure/azure-sdk-for-rust that referenced this pull request Jan 16, 2026
Sync eng/common directory with azure-sdk-tools for PR
Azure/azure-sdk-tools#13221 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

Co-authored-by: Connie Yau <conniey@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants