Skip to content

Commit d87070b

Browse files
authored
Merge pull request #8321 from MicrosoftDocs/users/chcomley/fix-build-suggestions
Fix accumulation of build suggestions, mostly in release-notes, replace non-existent ms.author
2 parents 1d08579 + 8223e78 commit d87070b

File tree

432 files changed

+495
-461
lines changed

Some content is hidden

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

432 files changed

+495
-461
lines changed

docs/boards/queries/wiql-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ AI can help you:
668668
- Format and summarize results for dashboards or reports.
669669

670670
> [!TIP]
671-
> For more information about REST API, see [Query By Wiql (REST API)](/rest/api/azure/devops/wit/wiql/query-by-wiql?view=azure-devops-rest-6.1&tabs=HTTP&preserve-view=true).
671+
> For REST API details, see [Query By Wiql (REST API)](/rest/api/azure/devops/wit/wiql/query-by-wiql?view=azure-devops-rest-6.1&tabs=HTTP&preserve-view=true).
672672
673673
**Example: Automate WIQL with Python and AI**
674674

docs/pipelines/process/access-tokens.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Understand job access tokens
33
description: Access repositories, artifacts and other resources from pipelines
44
ms.topic: reference
55
ms.date: 06/30/2022
6-
monikerRange: '<= azure-devops'
76
---
87

98
# Access repositories, artifacts, and other resources

docs/pipelines/process/variables.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ ms.topic: conceptual
66
ms.assetid: 4751564b-aa99-41a0-97e9-3ef0c0fce32a
77
ms.date: 10/03/2024
88
ai-usage: ai-assisted
9-
10-
monikerRange: '<= azure-devops'
119
---
1210

1311
# Define variables

docs/pipelines/test/continuous-test-selenium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ from Visual Studio Test Explorer.
6161

6262
3. Create your tests. For example, the following code creates a default class named **MySeleniumTests**
6363
that performs a simple test on the Bing.com website. Replace the contents of the **TheBingSearchTest** function
64-
with the [Selenium code](https://www.seleniumhq.org/docs/)
64+
with the Selenium code
6565
required to test your web app or website. Change the **browser** assignment in the **SetupTest**
6666
function to the browser you want to use for the test.
6767

docs/test/run-automated-tests-from-test-hub.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.custom: UpdateFrequency3
77
ms.topic: conceptual
88
ms.author: jeom
99
author: wisdeom
10-
monikerRange: '<= azure-devops'
1110
ms.date: 09/14/2021
1211
ms.update-cycle: 1095-days
1312
---

release-notes/2018/sprint-144-update.md

Lines changed: 50 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,63 @@ Check out the [Features](#features) list below for more.
1616

1717
Azure Boards:
1818

19-
- [Link GitHub commits and pull requests to Azure Boards work items](#link-github-commits-and-pull-requests-to-azure-boards-work-items)
20-
- [Acquire Azure Boards as a service](#acquire-azure-boards-as-a-service)
19+
- [Link GitHub commits and pull requests to Azure Boards work items - Sprint 144 Update](#link-github-commits-and-pull-requests-to-azure-boards-work-items---sprint-144-update)
20+
- [Features](#features)
21+
- [Azure Boards](#azure-boards)
22+
- [Link GitHub commits and pull requests to Azure Boards work items](#link-github-commits-and-pull-requests-to-azure-boards-work-items)
23+
- [Acquire Azure Boards as a service](#acquire-azure-boards-as-a-service)
24+
- [Azure Repos](#azure-repos)
25+
- [Rerun expired build for auto-complete pull requests](#rerun-expired-build-for-auto-complete-pull-requests)
26+
- [Azure Pipelines](#azure-pipelines)
27+
- [Manage GitHub releases using pipelines](#manage-github-releases-using-pipelines)
28+
- [VS Code extension for YAML based pipelines](#vs-code-extension-for-yaml-based-pipelines)
29+
- [Web editor with IntelliSense for YAML pipelines](#web-editor-with-intellisense-for-yaml-pipelines)
30+
- [ServiceNow Change Management integration](#servicenow-change-management-integration)
31+
- [Links to specific lines in a build log](#links-to-specific-lines-in-a-build-log)
32+
- [Specify multi-platform pipeline in a single file](#specify-multi-platform-pipeline-in-a-single-file)
33+
- [Automatically redeploy on failure](#automatically-redeploy-on-failure)
34+
- [Azure Artifacts](#azure-artifacts)
35+
- [PyPI public preview](#pypi-public-preview)
36+
- [General](#general)
37+
- [Service health portal](#service-health-portal)
38+
- [Wiki](#wiki)
39+
- [Markdown templates for formulas and videos](#markdown-templates-for-formulas-and-videos)
40+
- [Administration](#administration)
41+
- [Restore deleted projects](#restore-deleted-projects)
42+
- [Next steps](#next-steps)
43+
- [How to provide feedback](#how-to-provide-feedback)
2144

2245
Azure Repos:
2346

2447
- [Rerun expired build for auto-complete pull requests](#rerun-expired-build-for-auto-complete-pull-requests)
2548

2649
Azure Pipelines:
2750

28-
- [Manage GitHub releases using pipelines](#manage-github-releases-using-pipelines)
29-
- [VS Code extension for YAML based pipelines](#vs-code-extension-for-yaml-based-pipelines)
30-
- [Web editor with IntelliSense for YAML pipelines](#web-editor-with-intellisense-for-yaml-pipelines)
31-
- [ServiceNow Change Management integration](#servicenow-change-management-integration)
32-
- [Links to specific lines in a build log](#links-to-specific-lines-in-a-build-log)
33-
- [Specify multi-platform pipeline in a single file](#specify-multi-platform-pipeline-in-a-single-file)
34-
- [Automatically redeploy on failure](#automatically-redeploy-on-failure)
51+
- [Link GitHub commits and pull requests to Azure Boards work items - Sprint 144 Update](#link-github-commits-and-pull-requests-to-azure-boards-work-items---sprint-144-update)
52+
- [Features](#features)
53+
- [Azure Boards](#azure-boards)
54+
- [Link GitHub commits and pull requests to Azure Boards work items](#link-github-commits-and-pull-requests-to-azure-boards-work-items)
55+
- [Acquire Azure Boards as a service](#acquire-azure-boards-as-a-service)
56+
- [Azure Repos](#azure-repos)
57+
- [Rerun expired build for auto-complete pull requests](#rerun-expired-build-for-auto-complete-pull-requests)
58+
- [Azure Pipelines](#azure-pipelines)
59+
- [Manage GitHub releases using pipelines](#manage-github-releases-using-pipelines)
60+
- [VS Code extension for YAML based pipelines](#vs-code-extension-for-yaml-based-pipelines)
61+
- [Web editor with IntelliSense for YAML pipelines](#web-editor-with-intellisense-for-yaml-pipelines)
62+
- [ServiceNow Change Management integration](#servicenow-change-management-integration)
63+
- [Links to specific lines in a build log](#links-to-specific-lines-in-a-build-log)
64+
- [Specify multi-platform pipeline in a single file](#specify-multi-platform-pipeline-in-a-single-file)
65+
- [Automatically redeploy on failure](#automatically-redeploy-on-failure)
66+
- [Azure Artifacts](#azure-artifacts)
67+
- [PyPI public preview](#pypi-public-preview)
68+
- [General](#general)
69+
- [Service health portal](#service-health-portal)
70+
- [Wiki](#wiki)
71+
- [Markdown templates for formulas and videos](#markdown-templates-for-formulas-and-videos)
72+
- [Administration](#administration)
73+
- [Restore deleted projects](#restore-deleted-projects)
74+
- [Next steps](#next-steps)
75+
- [How to provide feedback](#how-to-provide-feedback)
3576

3677
Azure Artifacts:
3778

release-notes/2022/boards/sprint-213-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure DevOps Release Notes - Azure Boards Sprint 213 Update
33
description: See the Sprint 213 feature updates for Azure Boards, including next steps.
44
author: ckanyika
5-
ms.author: ckanyika
5+
ms.author: glmorale
66
ms.date: 12/08/2022
77
---
88

release-notes/2022/includes/boards/sprint-213-update-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: ckanyika
3-
ms.author: ckanyika
3+
ms.author: glmorale
44
ms.date: 12/8/2022
55
ms.topic: include
66
---

release-notes/2022/includes/boards/sprint-213-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: ckanyika
3-
ms.author: ckanyika
3+
ms.author: glmorale
44
ms.date: 12/8/2022
55
ms.topic: include
66
---

release-notes/2022/includes/pipelines/sprint-213-update-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: ckanyika
3-
ms.author: ckanyika
3+
ms.author: glmorale
44
ms.date: 12/16/2022
55
ms.topic: include
66
---

0 commit comments

Comments
 (0)