Skip to content

Commit 809a8c5

Browse files
author
Steve Danielson
committed
Preserve view
1 parent e904c98 commit 809a8c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/pipelines/includes/create-first-pipeline-next-steps.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ To delete a pipeline, navigate to the summary page for that pipeline, and choose
3636

3737
#### [Azure DevOps CLI](#tab/azure-devops-cli/)
3838

39-
To delete a pipeline using Azure CLI, you can use the [az pipeline delete](/cli/azure/ext/azure-devops/pipelines?view=azure-cli-latest#ext-azure-devops-az-pipelines-delete) command. This command requires the `id` of the pipeline to delete, which you can get using the [az pipeline list](/cli/azure/ext/azure-devops/pipelines?view=azure-cli-latest#ext-azure-devops-az-pipelines-list) command.
39+
To delete a pipeline using Azure CLI, you can use the [az pipeline delete](/cli/azure/ext/azure-devops/pipelines?view=azure-cli-latest&preserve-view=true#ext-azure-devops-az-pipelines-delete) command. This command requires the `id` of the pipeline to delete, which you can get using the [az pipeline list](/cli/azure/ext/azure-devops/pipelines?view=azure-cli-latest&preserve-view=true#ext-azure-devops-az-pipelines-list) command.
4040

4141
[List pipelines](#list-pipelines) | [Delete pipeline](#delete-pipeline) | [Example](#example)
4242

4343
> [!NOTE]
44-
> If this is your first time using [az pipelines](/cli/azure/ext/azure-devops/pipelines?view=azure-cli-latest) commands, see [Get started with Azure DevOps CLI](../../cli/index.md).
44+
> If this is your first time using [az pipelines](/cli/azure/ext/azure-devops/pipelines?view=azure-cli-latest&preserve-view=true) commands, see [Get started with Azure DevOps CLI](../../cli/index.md).
4545
4646
### List pipelines
4747

48-
You can list your pipelines using the [az pipelines list](/cli/azure/ext/azure-devops/pipelines?view=azure-cli-latest#ext-azure-devops-az-pipelines-list) command.
48+
You can list your pipelines using the [az pipelines list](/cli/azure/ext/azure-devops/pipelines?view=azure-cli-latest&preserve-view=true#ext-azure-devops-az-pipelines-list) command.
4949

5050
```azurecli
5151
az pipelines list [--detect {false, true}]
@@ -73,7 +73,7 @@ az pipelines list [--detect {false, true}]
7373

7474
### Delete pipeline
7575

76-
You can delete a pipeline using the [az pipelines delete](/cli/azure/ext/azure-devops/pipelines?view=azure-cli-latest#ext-azure-devops-az-pipelines-delete) command.
76+
You can delete a pipeline using the [az pipelines delete](/cli/azure/ext/azure-devops/pipelines?view=azure-cli-latest&preserve-view=true#ext-azure-devops-az-pipelines-delete) command.
7777

7878
```azurecli
7979
az pipelines delete --id

0 commit comments

Comments
 (0)