Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

service-endpoints.md: fix npm service connection registry URL description #14267

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions docs/pipelines/library/service-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Azure Pipelines supports the following service connection types by default. You
| [Jira](#jira-service-connection) | Connect to a Jira server. |
| [Kubernetes](#kubernetes-service-connection) | Connect to a Kubernetes cluster. |
| [Maven](#maven-service-connection) | Connect to a Maven repository. |
| [npm](#npm-service-connection) | Connect to an npm repository. |
| [npm](#npm-service-connection) | Connect to an npm registry. |
| [NuGet](#nuget-service-connection) | Connect to a NuGet server. |
| [Other Git](#other-git-service-connection) | Connect to a git repository. |
| [Python package download](#python-package-download-service-connection) | Connect to a Python repository for download. |
Expand Down Expand Up @@ -584,7 +584,7 @@ Use the following parameters when you define and secure a connection to an npm s
| Parameter | Description |
|-----------------------|-------------|
| Authentication method | Required. Select **Username and Password** or **Authentication Token**. |
| Registry URL| Required. The URL of the Maven repository. |
| Registry URL| Required. The URL of the npm registry. |
| Username | Required when connection type is **Username and Password**. The username for authentication.|
| Password | Required when connection type is **Username and Password**. The password for the username. |
| Personal Access Token | Required **Authentication Token** is selected. The personal access token (PAT) to authenticate with the service or registry. PATs are applicable to repositories that support them, for example https://registry.npmjs.org DevOps Services organizations or Azure DevOps Server. For more information, see [Use personal access tokens](../../organizations/accounts/use-personal-access-tokens-to-authenticate.md). |
Expand Down