Skip to content

Commit 1c06b3c

Browse files
committed
Merged PR 462286: Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/vsts-docs (branch master)
Pull request opened by Docs to confirm syncing from https://github.com/MicrosoftDocs/vsts-docs (branch master).
1 parent a42457f commit 1c06b3c

File tree

116 files changed

+352
-391
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+352
-391
lines changed

.github/stale.yml

-55
This file was deleted.

docs/artifacts/_shared/nuget/nuget-publish-endpoint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.topic: include
44

55
::: moniker range=">= azure-devops-2019"
66

7-
1. Go to your feed ([or create a feed if you haven't](https://docs.microsoft.com/en-us/azure/devops/artifacts/get-started-nuget?view=azure-devops&tabs=new-nav#create-a-feed)).
7+
1. Go to your feed ([or create a feed if you haven't](https://docs.microsoft.com/azure/devops/artifacts/get-started-nuget?view=azure-devops&tabs=new-nav#create-a-feed)).
88

99
1. Select **Connect to feed**:
1010

docs/artifacts/_shared/nuget/publish.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ First, get the tools and your feed URL:
1616
> [!NOTE]
1717
>
1818
> * The NuGet client's push command requires an API key. You can use any non-empty string you want. In this example, we used `key`.
19-
> * If you're prompted for credentials on the command line, ensure that the downloaded credential provider is in the same folder as NuGet.exe. For more help in using credential providers with NuGet, see [Authenticating feeds with nuget.exe credential providers](https://docs.microsoft.com/nuget/reference/extensibility/nuget-exe-credential-providers). For Azure DevOps, use a persoanl access token when prompt for credentials, see [Authenticate access with personal access tokens](https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=vsts).
19+
> * If you're prompted for credentials on the command line, ensure that the downloaded credential provider is in the same folder as NuGet.exe. For more help in using credential providers with NuGet, see [Authenticating feeds with nuget.exe credential providers](https://docs.microsoft.com/nuget/reference/extensibility/nuget-exe-credential-providers). For Azure DevOps, use a persoanl access token when prompt for credentials, see [Authenticate access with personal access tokens](https://docs.microsoft.com/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=vsts).
2020
2121
## Get a sample package to push
2222

docs/artifacts/quickstarts/universal-packages.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ monikerRange: 'azure-devops'
1717
> [!NOTE]
1818
> Universal Packages are currently in public preview.
1919
20-
Universal Packages store one or more files together in a single unit that has a name and version. You can publish Universal Packages from the command line by using the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest).
20+
Universal Packages store one or more files together in a single unit that has a name and version. You can publish Universal Packages from the command line by using the [Azure CLI](https://docs.microsoft.com/cli/azure/?view=azure-cli-latest).
2121

2222
This quickstart shows you how to publish your first Universal Package by using the CLI, and how to download it by using the CLI. To see your package, you can go to your feed in Azure Artifacts.
2323

2424
## Prerequisites
2525

26-
1. Download and install the latest [build](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest) of the Azure CLI.
26+
1. Download and install the latest [build](https://docs.microsoft.com/cli/azure/?view=azure-cli-latest) of the Azure CLI.
2727
2. If you're using Linux, ensure you've installed the [.NET Core Linux prerequisites](/dotnet/core/linux-prerequisites).
2828
3. Install the Azure DevOps extension for the Azure CLI using the command ```az extension add --name azure-devops```
2929

docs/artifacts/tutorials/private-powershell-library.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this tutorial, you'll learn how to use Azure Artifacts as a private PowerShel
3131
## Prerequisites
3232

3333
1. [The NuGet CLI](https://docs.microsoft.com/nuget/tools/nuget-exe-cli-reference)
34-
2. [An Azure DevOps Services Account](https://azure.microsoft.com/en-us/services/devops/)
34+
2. [An Azure DevOps Services Account](https://azure.microsoft.com/services/devops/)
3535

3636
## Create a PAT to get command-line access to Azure DevOps Services
3737

docs/boards/backlogs/office/resolve-excel-invalid-links-tree-list.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If the first work item in the list has no value in the **Title 1** column, the e
7676

7777
2. If the first work item should be lower in the list, move the correct work item to the top of the list.
7878

79-
For more information about how to move work items, see [Bulk add work items with Excel](http://msdn.microsoft.com/67595fec-a872-43e3-b934-9dd1a766218c).
79+
For more information about how to move work items, see [Bulk add work items with Excel](https://msdn.microsoft.com/67595fec-a872-43e3-b934-9dd1a766218c).
8080

8181
3. On the **Team** tab, in the **Work Items** group, choose **Publish**.
8282

docs/boards/backlogs/office/rollup-estimated-and-actual-work-using-project.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Because Microsoft Project has a scheduling engine, it automatically will generat
8383

8484
1. Link all work items that should support rollup using parent-child links. For example, create tasks that link to user stories.
8585

86-
You can do this easily by [creating tasks from the taskboard](http://msdn.microsoft.com/f13e32ae-fe77-421a-b524-43b6bcd1a0f3), or you can [create your schedule in Project](create-your-backlog-tasks-using-project.md).
86+
You can do this easily by [creating tasks from the taskboard](https://msdn.microsoft.com/f13e32ae-fe77-421a-b524-43b6bcd1a0f3), or you can [create your schedule in Project](create-your-backlog-tasks-using-project.md).
8787

8888
2. Determine the unit of time used to track work and make sure it is used consistently across your team or organization. For example, you can track tasks using hours or days.
8989

@@ -93,7 +93,7 @@ Because Microsoft Project has a scheduling engine, it automatically will generat
9393

9494
4. If you want to roll up to a feature level, link user stories, or other backlog items, to features using parent-child links.
9595

96-
You can quickly link items [using the mapping pane](http://msdn.microsoft.com/658f5e1c-ccdd-48da-bd88-4637273c666d).
96+
You can quickly link items [using the mapping pane](https://msdn.microsoft.com/658f5e1c-ccdd-48da-bd88-4637273c666d).
9797

9898
## Create a query of the work items you want to rollup
9999
If you've created your work items in Project, then you can proceed to creating your schedule in Project.
@@ -102,7 +102,7 @@ Because Microsoft Project has a scheduling engine, it automatically will generat
102102

103103
![Create query from backlog page](_img/alm_rup_createquery.png "ALM_RUP_CreateQuery")
104104

105-
For more information, about tree queries, see [Use the query editor to list and manage queries](http://msdn.microsoft.com/c9b6d41c-47ce-4a29-8a1c-ba44d8c4809a)
105+
For more information, about tree queries, see [Use the query editor to list and manage queries](https://msdn.microsoft.com/c9b6d41c-47ce-4a29-8a1c-ba44d8c4809a)
106106

107107
## Create your schedule in Project
108108

docs/boards/boards/add-columns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Our example development team came up with these stages as essential to their pro
7070

7171
You can always revisit these initial stages later and adjust.
7272

73-
Another idea, capture the list of items your team identifies as critical-to-complete for each stage. You can use that later to fill out the [Definition of Done](http://msdn.microsoft.com/library/dn914589.aspx) for each column.
73+
Another idea, capture the list of items your team identifies as critical-to-complete for each stage. You can use that later to fill out the [Definition of Done](https://msdn.microsoft.com/library/dn914589.aspx) for each column.
7474

7575
## Update status and handoff items
7676

docs/boards/get-started/customize-boards-agile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This article shows how to customize a Kanban board for the Agile process. You ha
2525
> [!IMPORTANT]
2626
> **Select the version that meets your location and process**:
2727
> We are experimenting with a new acquisition model which is
28-
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/en-us/services/devops/boards/?nav=min). This model supports a new Basic process.
28+
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/services/devops/boards/?nav=min). This model supports a new Basic process.
2929
> For International users and others who sign up through another method, the Agile process is used. Select your version of this article based on your location and process used.
3030
> - [**Basic process**](customize-boards.md?toc=/azure/devops/boards/get-started/toc.json&bc=/azure/devops/boards/get-started/breadcrumb/toc.json)
3131
> - [**Agile process**](customize-boards-agile.md?toc=/azure/devops/boards/get-started-agile/toc.json&bc=/azure/devops/boards/get-started-agile/breadcrumb/toc.json)

docs/boards/get-started/customize-boards.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article shows how to customize a Kanban board for the Basic process. You ha
2424
> [!IMPORTANT]
2525
> **Select the version that meets your location and process**:
2626
> We are experimenting with a new acquisition model which is
27-
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/en-us/services/devops/boards/?nav=min). This model supports a new Basic process.
27+
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/services/devops/boards/?nav=min). This model supports a new Basic process.
2828
> For International users and others who sign up through another method, the Agile process is used. Select your version of this article based on your location and process used.
2929
> - [**Basic process**](customize-boards.md?toc=/azure/devops/boards/get-started/toc.json&bc=/azure/devops/boards/get-started/breadcrumb/toc.json)
3030
> - [**Agile process**](customize-boards-agile.md?toc=/azure/devops/boards/get-started-agile/toc.json&bc=/azure/devops/boards/get-started-agile/breadcrumb/toc.json)

docs/boards/get-started/index-agile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use this guide to sign up and start using Azure Boards.
2626
> [!IMPORTANT]
2727
> **Select the version that meets your location and process**:
2828
> We are experimenting with a new acquisition model which is
29-
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/en-us/services/devops/boards/?nav=min). This model supports a new Basic process.
29+
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/services/devops/boards/?nav=min). This model supports a new Basic process.
3030
> For International users and others who sign up through another method, the Agile process is used. Select your version of this article based on your location and process used.
3131
> - [**Basic process**](index.md?toc=/azure/devops/boards/get-started/toc.json&bc=/azure/devops/boards/get-started/breadcrumb/toc.json)
3232
> - [**Agile process**](index-agile.md?toc=/azure/devops/boards/get-started-agile/toc.json&bc=/azure/devops/boards/get-started-agile/breadcrumb/toc.json)

docs/boards/get-started/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use this guide to sign up and start using Azure Boards.
2424
> [!IMPORTANT]
2525
> **Select the version that meets your location and process**:
2626
> We are experimenting with a new acquisition model which is
27-
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/en-us/services/devops/boards/?nav=min). This model supports a new Basic process.
27+
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/services/devops/boards/?nav=min). This model supports a new Basic process.
2828
> For International users and others who sign up through another method, the Agile process is used. Select your version of this article based on your location and process used.
2929
> - [**Basic process**](index.md?toc=/azure/devops/boards/get-started/toc.json&bc=/azure/devops/boards/get-started/breadcrumb/toc.json)
3030
> - [**Agile process**](index-agile.md?toc=/azure/devops/boards/get-started-agile/toc.json&bc=/azure/devops/boards/get-started-agile/breadcrumb/toc.json)

docs/boards/get-started/key-concepts-agile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here are definitions of key concepts and artifacts used in Azure Boards. For mor
3030
> [!IMPORTANT]
3131
> **Select the version that meets your location and process**:
3232
> We are experimenting with a new acquisition model which is
33-
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/en-us/services/devops/boards/?nav=min). This model supports a new Basic process.
33+
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/services/devops/boards/?nav=min). This model supports a new Basic process.
3434
> For International users and others who sign up through another method, the Agile process is used. Select your version of this article based on your location and process used.
3535
> - [**Basic process**](key-concepts.md?toc=/azure/devops/boards/get-started/toc.json&bc=/azure/devops/boards/get-started/breadcrumb/toc.json)
3636
> - [**Agile process**](key-concepts-agile.md?toc=/azure/devops/boards/get-started-agile/toc.json&bc=/azure/devops/boards/get-started-agile/breadcrumb/toc.json)

docs/boards/get-started/key-concepts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Here are definitions of key concepts and artifacts used in Azure Boards.
2323
> [!IMPORTANT]
2424
> **Select the version that meets your location and process**:
2525
> We are experimenting with a new acquisition model which is
26-
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/en-us/services/devops/boards/?nav=min). This model supports a new Basic process.
26+
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/services/devops/boards/?nav=min). This model supports a new Basic process.
2727
> For International users and others who sign up through another method, the Agile process is used. Select your version of this article based on your location and process used.
2828
> - [**Basic process**](key-concepts.md?toc=/azure/devops/boards/get-started/toc.json&bc=/azure/devops/boards/get-started/breadcrumb/toc.json)
2929
> - [**Agile process**](key-concepts-agile.md?toc=/azure/devops/boards/get-started-agile/toc.json&bc=/azure/devops/boards/get-started-agile/breadcrumb/toc.json)

docs/boards/get-started/plan-track-work.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This article walks you through creating user stories and tasks using a Kanban bo
2626
> [!IMPORTANT]
2727
> **Select the version that meets your location and process**:
2828
> We are experimenting with a new acquisition model which is
29-
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/en-us/services/devops/boards/?nav=min). This model supports a new Basic process.
29+
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/services/devops/boards/?nav=min). This model supports a new Basic process.
3030
> For International users and others who sign up through another method, the Agile process is used. Select your version of this article based on your location and process used.
3131
> - [**Basic process**](track-issues-tasks.md?toc=/azure/devops/boards/get-started/toc.json&bc=/azure/devops/boards/get-started/breadcrumb/toc.json)
3232
> - [**Agile process**](plan-track-work.md?toc=/azure/devops/boards/get-started-agile/toc.json&bc=/azure/devops/boards/get-started-agile/breadcrumb/toc.json)

docs/boards/get-started/sign-up-invite-teammates-agile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Sign up for an Azure DevOps organization and Azure Boards to begin planning and
2626
> [!IMPORTANT]
2727
> **Select the version that meets your location and process**:
2828
> We are experimenting with a new acquisition model which is
29-
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/en-us/services/devops/boards/?nav=min). This model supports a new Basic process.
29+
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/services/devops/boards/?nav=min). This model supports a new Basic process.
3030
> For International users and others who sign up through another method, the Agile process is used. Select your version of this article based on your location and process used.
3131
> - [**Basic process**](sign-up-invite-teammates.md?toc=/azure/devops/boards/get-started/toc.json&bc=/azure/devops/boards/get-started/breadcrumb/toc.json)
3232
> - [**Agile process**](sign-up-invite-teammates-agile.md?toc=/azure/devops/boards/get-started-agile/toc.json&bc=/azure/devops/boards/get-started-agile/breadcrumb/toc.json)

docs/boards/get-started/sign-up-invite-teammates.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ ms.date: 01/11/2019
2121

2222
[!INCLUDE [temp](../_shared/version-vsts-only.md)]
2323

24-
Sign up for an Azure DevOps organization and Azure Boards to begin planning and tracking work. This sequence walks you through the sign-up process for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/en-us/services/devops/boards/?nav=min). In the end, you'll have a project the uses the [Basic process for work tracking](what-is-azure-boards-basic-process.md).
24+
Sign up for an Azure DevOps organization and Azure Boards to begin planning and tracking work. This sequence walks you through the sign-up process for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/services/devops/boards/?nav=min). In the end, you'll have a project the uses the [Basic process for work tracking](what-is-azure-boards-basic-process.md).
2525

2626
> [!IMPORTANT]
2727
> **Select the version that meets your location and process**:
2828
> We are experimenting with a new acquisition model which is
29-
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/en-us/services/devops/boards/?nav=min). This model supports a new Basic process.
29+
> currently available for users located in the United States and that sign up through [azure.com/boards](https://azure.microsoft.com/services/devops/boards/?nav=min). This model supports a new Basic process.
3030
> For International users and others who sign up through another method, the Agile process is used. Select your version of this article based on your location and process used.
3131
> - [**Basic process**](sign-up-invite-teammates.md?toc=/azure/devops/boards/get-started/toc.json&bc=/azure/devops/boards/get-started/breadcrumb/toc.json)
3232
> - [**Agile process**](sign-up-invite-teammates-agile.md?toc=/azure/devops/boards/get-started-agile/toc.json&bc=/azure/devops/boards/get-started-agile/breadcrumb/toc.json)

0 commit comments

Comments
 (0)