Skip to content

Commit 73b5040

Browse files
committed
[BULK] - DocuTune - Remove expired ms.custom value
1 parent 2158982 commit 73b5040

30 files changed

+18
-48
lines changed

docs/pipelines/ecosystems/deploy-linux-vm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Deploy a Linux VM to an environment
33
description: Deploy a web application to a web server on a Linux VM with an environment.
44
ms.assetid: 9EBB0342-7FD2-473C-9809-9BCA2250CBC3
55
ms.topic: quickstart
6-
ms.custom: seodec18, freshness-fy22q2
6+
ms.custom: freshness-fy22q2
77
ms.date: 01/24/2023
8-
monikerRange: 'azure-devops'
8+
monikerRange: 'azure-devops'
99
---
1010

1111
# Deploy to a Linux Virtual Machine

docs/pipelines/ecosystems/dotnet-core.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
55
ms.assetid: 95ACB249-0598-4E82-B155-26881A5AA0AA
66
ms.reviewer: vijayma
77
ms.date: 01/26/2024
8-
ms.custom: contperf-fy20q4, freshness-fy22q2, content-freshness, devx-track-dotnet
8+
ms.custom: freshness-fy22q2, content-freshness, devx-track-dotnet
99
monikerRange: '> tfs-2018 <= azure-devops'
1010
---
1111

docs/pipelines/ecosystems/go.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Build and test Go projects
2+
title: Build and test Go projects
33
description: Build and test Go projects with Azure Pipelines & Azure DevOps
44
ms.topic: quickstart
55
ms.assetid: a72557df-6df4-4fb6-b437-be0730624e3c
66
ms.reviewer: azooinmyluggage
7-
ms.custom: seodec18, freshness-fy22q2, devdivchpfy22
7+
ms.custom: freshness-fy22q2, devdivchpfy22
88
ms.date: 05/05/2022
99
monikerRange: 'azure-devops'
1010
---

docs/pipelines/ecosystems/javascript.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Build, deploy, and test JavaScript and Node.js apps with Azure Pip
44
ms.assetid: 5BB4D9FA-DCCF-4661-B52B-0C42006A2AE5
55
ms.reviewer: vijayma
66
ms.topic: quickstart
7-
ms.custom: seodec18, seo-javascript-september2019, contperf-fy20q4, devx-track-js, freshness-fy22q2, contperf-fy22q2
7+
ms.custom: devx-track-js, freshness-fy22q2
88
ms.date: 04/17/2023
99
monikerRange: '<= azure-devops'
1010
zone_pivot_groups: pipelines-version
@@ -186,4 +186,3 @@ Congratulations, you've successfully completed this quickstart!
186186

187187
> [!div class="nextstepaction"]
188188
> [Configure JavaScript](customize-javascript.md)
189-

docs/pipelines/ecosystems/php.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Build and test PHP apps with Azure Pipelines.
44
ms.topic: conceptual
55
ms.assetid: f8510914-9716-4a76-92be-333133fbd97b
66
ms.author: jukullam
7-
ms.custom: seodec18, freshness-fy22q2
7+
ms.custom: freshness-fy22q2
88
ms.date: 06/13/2022
99
monikerRange: azure-devops
1010
---
@@ -205,4 +205,3 @@ If your composer.json is in a subfolder instead of the root directory, you can u
205205
You can also specify the absolute path, using the built-in system variables:
206206

207207
```composer install --no-interaction --working-dir='$(system.defaultWorkingDirectory)/pkgs'```
208-

docs/pipelines/ecosystems/ruby.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.assetid: 61052605-ec85-45ca-b57e-8664cd41c0ea
66
ms.author: vijayma
77
author: vijayma
88
ms.reviewer: dastahel
9-
ms.custom: seodec18, freshness-fy22q2, kr2b-contr-experiment
9+
ms.custom: freshness-fy22q2, kr2b-contr-experiment
1010
ms.date: 01/20/2022
1111
monikerRange: azure-devops
1212
---

docs/pipelines/ecosystems/xamarin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to build a pipeline that deploys a Xamarin app for automa
44
ms.topic: quickstart
55
ms.assetid: 2bf80a9f-3f37-4582-8226-4a1d7e519265
66
ms.reviewer: dastahel
7-
ms.custom: seodec18,contperf-fy21q2, freshness-fy22q2
7+
ms.custom: freshness-fy22q2
88
ms.date: 11/01/2023
99
monikerRange: 'azure-devops'
1010
# Customer intent: As an Azure DevOps user, I want to build a pipeline that deploys a Xamarin app so that I can take advantage of automated builds.

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

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Azure Pipelines New User Guide - Key concepts
3-
ms.custom: seodec18
43
description: Learn how Azure Pipelines works with your code and tools to automate build and deployment, and the key concepts behind it.
54
ms.topic: overview
65
ms.date: 12/20/2022

docs/pipelines/get-started/pipelines-get-started.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Use Azure Pipelines
3-
ms.custom: seodec18
43
description: Learn the basics about Azure Pipelines and how to use it to automatically build and release code.
54
ms.topic: overview
65
ms.author: sdanie
@@ -161,5 +160,3 @@ TFS 2015 through TFS 2018 supports the Classic interface only. The following tab
161160
## Related articles
162161

163162
- [Key concepts for new Azure Pipelines users](key-pipelines-concepts.md)
164-
165-

docs/pipelines/get-started/pipelines-sign-up.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Sign up for Azure Pipelines
3-
ms.custom: seodec18
43
description: Walk through signing up for Azure Pipelines to begin managing CI/CD to deploy your code.
54
ms.topic: overview
65
ms.author: chcomley

docs/pipelines/get-started/what-is-azure-pipelines.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: What is Azure Pipelines?
3-
ms.custom: seodec18
43
description: Learn how to automatically build, test, and deploy your code with Azure Pipelines
54
ms.topic: overview
65
ms.date: 04/12/2023

docs/pipelines/library/connect-to-azure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Connect to Microsoft Azure with an ARM service connection
3-
ms.custom: seodec18, devx-track-arm-template, arm2024
3+
ms.custom: devx-track-arm-template, arm2024
44
description: Use an ARM service connection to connect Azure Pipelines or TFS to Microsoft Azure
55
ms.assetid: 4CC6002E-9EF6-448C-AD48-5C618C103950
66
ms.topic: conceptual

docs/pipelines/library/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Library for Azure Pipelines
3-
ms.custom: seodec18, pipelinesresourcesrefresh
3+
ms.custom: pipelinesresourcesrefresh
44
description: Understand the build and release assets for a project in Azure Pipelines and Team Foundation Server (TFS).
55
ms.assetid: 45C5042C-9E31-41F8-B63B-6D5C241EEC21
66
ms.topic: conceptual

docs/pipelines/library/secure-files.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: Secure files for Azure Pipelines
3-
ms.custom: seodec18, contperf-fy21q4, pipelinesresourcesrefresh
3+
ms.custom: pipelinesresourcesrefresh
44
description: Understand how to add and consume secure files for Azure Pipelines.
55
ms.assetid: 1B115D68-5667-445C-9130-00D658EEFE39
66
ms.author: vijayma
77
author: vijayma
88
monikerRange: '<= azure-devops'
99
ms.date: 07/14/2021
10-
1110
---
1211

1312
# Use secure files

docs/pipelines/library/service-endpoints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Service connections in Azure Pipelines
3-
ms.custom: seodec18, pipelinesresourcesrefresh, arm2024
3+
ms.custom: pipelinesresourcesrefresh, arm2024
44
description: Service connections in Azure Pipelines
55
ms.assetid: A40435C0-2053-4D99-9A75-CCB97FBB15D2
66
ms.topic: conceptual

docs/pipelines/library/task-groups.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Task groups in Azure Pipelines and TFS (classic)
3-
ms.custom: seodec18
43
description: Understand Task Groups in Azure Pipelines and Team Foundation Server (TFS)
54
ms.assetid: 0FEAE814-2AF8-441B-A099-E77B1008D2F0
65
ms.topic: conceptual

docs/pipelines/library/variable-groups.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Variable groups for Azure Pipelines
3-
ms.custom: seodec18, devx-track-azurecli, pipelinesresourcesrefresh
3+
ms.custom: devx-track-azurecli, pipelinesresourcesrefresh
44
description: Share common variables across pipelines using variable groups.
55
ms.assetid: A8AA9882-D3FD-4A8A-B22A-3A137CEDB3D7
66
ms.topic: tutorial

docs/pipelines/licensing/concurrent-jobs.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Configure and pay for parallel jobs
33
titleSuffix: Azure DevOps
4-
ms.custom: seodec18,contperf-fy21q1
54
description: Configure parallel jobs in Azure Pipelines and pay for them
65
ms.topic: how-to
76
ms.assetid: FAFB2DE4-F462-4E9E-8312-4F343F2A35B8

docs/pipelines/overview-azure.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: Deploy to Azure index to content
3-
ms.custom: seodec18, contperf-fy21q4
4-
description: Learn how to deploy to Azure using Azure Pipelines. Tutorials, references, and other documentation.
5-
ms.assetid: BC7FACEF-6E79-4BBA-BF53-07BD27EEB235
3+
description: Learn how to deploy to Azure using Azure Pipelines. Tutorials, references, and other documentation.
4+
ms.assetid: BC7FACEF-6E79-4BBA-BF53-07BD27EEB235
65
ms.author: jukullam
76
author: juliakm
87
ms.date: 01/24/2023
@@ -67,9 +66,3 @@ Learn more about the Azure services that support continuous integration (CI) and
6766

6867

6968
For a complete list of Azure Pipelines tasks, see [Build and release tasks](tasks/index.md).
70-
71-
72-
73-
74-
75-

docs/pipelines/packages/nuget-restore.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ms.assetid: C3D7008E-7C23-49A4-9642-E5906DAE3BAD
55
ms.author: rabououn
66
ms.reviewer: rabououn
77
author: ramiMSFT
8-
ms.custom: "seodec18, contperf-fy21q1"
98
ms.topic: conceptual
109
ms.date: 10/10/2022
1110
monikerRange: '<= azure-devops'

docs/pipelines/policies/permissions.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Set pipeline permissions
33
ms.topic: conceptual
4-
ms.custom: seodec18, contperf-fy21q3
54
description: Understand how you can set permissions at varying levels to securely manage Azure Pipelines.
65
ms.assetid: A7C38A15-C9FE-4353-8680-21BAC0F6C873
76
ms.author: jukullam

docs/pipelines/policies/retention.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.assetid: A9AC68EB-E013-4F86-8604-E69BB330817B
66
ms.author: rabououn
77
author: juliakm
88
ms.date: 05/03/2023
9-
ms.custom: contperf-fy21q1, contperf-fy21q2, cross-service
9+
ms.custom: cross-service
1010
monikerRange: '<= azure-devops'
1111
---
1212

docs/pipelines/policies/set-permissions.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Add users to Azure Pipelines
3-
ms.custom: seodec18
43
description: Add users to Azure Pipelines and set permissions.
54
ms.assetid: DCEDB5E6-B6FB-4814-B3B9-F688094EA88B
65
ms.topic: conceptual

docs/pipelines/process/about-resources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: About pipeline resources
3-
ms.custom: seodec18, contperf-fy21q4, pipelinesresourcesrefresh
3+
ms.custom: pipelinesresourcesrefresh
44
description: What are resources?
55
ms.topic: conceptual
66
ms.date: 11/06/2023

docs/pipelines/process/access-tokens.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Understand job access tokens
33
description: Access repositories, artifacts and other resources from pipelines
44
ms.topic: reference
5-
ms.custom: seodec18
65
ms.author: vijayma
76
author: vijayma
87
ms.date: 06/30/2022

docs/pipelines/process/conditions.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Conditions
3-
ms.custom: seodec18
43
description: Learn about how you can write custom conditions in Azure Pipelines.
54
ms.topic: conceptual
65
ms.assetid: C79149CC-6E0D-4A39-B8D1-EB36C8D3AB89

docs/pipelines/process/container-phases.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Container Jobs in Azure Pipelines and TFS
3-
ms.custom: seodec18
43
description: Run pipeline jobs inside of a container
54
ms.assetid: 8d35f78a-f386-4699-9280-7bd933de9e7b
65
ms.topic: conceptual

docs/pipelines/process/deployment-group-phases.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: (Classic) Deployment group jobs in release pipelines
3-
ms.custom: seodec18
43
description: Understand deployment group jobs in Azure Pipelines
54
ms.assetid: 05956924-242A-43D6-AA29-C93149C0265B
65
ms.topic: conceptual

docs/pipelines/process/expressions.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Expressions
3-
ms.custom: seodec18
43
description: Learn about how you can use expressions in Azure Pipelines or Team Foundation Server (TFS).
54
ms.topic: conceptual
65
ms.assetid: 4df37b09-67a8-418e-a0e8-c17d001f0ab3

docs/pipelines/process/parameters.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Process parameters
3-
ms.custom: seodec18
43
description: You can link all important fields for tasks used across the build definition as process parameters
54
ms.topic: conceptual
65
ms.assetid: 27AD0094-FDF1-4B36-A82E-B845980984AF
@@ -136,6 +135,3 @@ You can define a new process parameter using the `json` definition for your pipe
136135
1. Within your imported pipeline, you now have the option to link to your new process parameter. You may need to unlink and then link again for the process parameter to appear.
137136

138137
::: moniker-end
139-
140-
141-

0 commit comments

Comments
 (0)