Skip to content

Commit aa003c3

Browse files
Fix warnings
1 parent 167f4dc commit aa003c3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

release-notes/2025/includes/general/sprint-257-update-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ ms.topic: include
1010
- [Removal of expired Azure DevOps OAuth Apps](#removal-of-expired-azure-devops-oauth-apps)
1111
- [Azure DevOps login flow no longer relies on Azure Resource Manager audience](#azure-devops-login-flow-no-longer-relies-on-azure-resource-manager-audience)
1212
- [New Microsoft Entra OAuth scopes](#new-microsoft-entra-oauth-scopes)
13-
- [Request Access URL availability](request-access-url-availability)
13+
- [Request Access URL availability](#request-access-url-availability)

release-notes/2025/includes/pipelines/sprint-257-update-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 6/16/2025
55
ms.topic: include
66
---
77

8-
- [Managed DevOps Pools - Image Deprecations](manged-devops-pools-image-deprecations)
8+
- [Managed DevOps Pools - Image Deprecations](#manged-devops-pools-image-deprecations)
99
- [New Triggers page](#new-triggers-page)
1010
- [StringList parameter type](#stringlist-parameter-type)
1111
- [See the full YAML code of a pipeline run](#see-the-full-yaml-code-of-a-pipeline-run)

release-notes/2025/includes/pipelines/sprint-257-update.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ YAML pipelines provide you multiple powerful options to define when your pipelin
1616
This sprint, were introducing a **Triggers** page that gives you an overview of what triggers you have defined in your pipeline.
1717

1818
> [!div class="mx-imgBorder"]
19-
> [![Screenshot of Pipelines Triggers.](../../media/257-pipelines-01.png "Screenshot of Pipelines Triggers.")](../../media/257-pipelines-01.png#lightbox)
19+
> [![Screenshot of Pipelines Triggers.](../../media/257-pipelines-01.png "Screenshot of Pipelines Triggers page.")](../../media/257-pipelines-01.png#lightbox)
2020
2121
Imagine you have the following YAML pipeline defined in the `main` branch of a repo. Consider there's also a `feature` branch that has the same YAML pipeline code.
2222

@@ -42,7 +42,7 @@ resources:
4242
When you navigate to the **Triggers** page, you see the following
4343
4444
> [!div class="mx-imgBorder"]
45-
> [![Screenshot of Continuous integration triggers.](../../media/257-pipelines-02.png "Screenshot of Continuous integration triggers.")](../../media/257-pipelines-02.png#lightbox)
45+
> [![Screenshot of Continuous integration triggers.](../../media/257-pipelines-02.png "Screenshot of triggers page select branch with default branch main.")](../../media/257-pipelines-02.png#lightbox)
4646
4747
Notice the default branch of the pipeline, `main`, is preselected.
4848

@@ -51,12 +51,12 @@ You see there is a _Continuous integration trigger_ for this branch, and it's de
5151
When you navigate to the _Schedule triggers_, you see there are triggers defined, and you can see their details.
5252

5353
> [!div class="mx-imgBorder"]
54-
> [![Screenshot of Pipelines schedule triggers.](../../media/257-pipelines-03.png "Screenshot of Pipelines schedule triggers.")](../../media/257-pipelines-03.png#lightbox)
54+
> [![Screenshot of Pipelines schedule triggers.](../../media/257-pipelines-03.png "Screenshot of Pipelines schedule triggers details.")](../../media/257-pipelines-03.png#lightbox)
5555

5656
When you navigate to the _Resource triggers_ section, you see the defined resource triggers and their details.
5757

5858
> [!div class="mx-imgBorder"]
59-
> [![Screenshot of Pipelines resource triggers.](../../media/257-pipelines-04.png "Screenshot of Pipelines resource triggers.")](../../media/257-pipelines-04.png#lightbox)
59+
> [![Screenshot of Pipelines resource triggers.](../../media/257-pipelines-04.png "Screenshot of Pipelines resource triggers section.")](../../media/257-pipelines-04.png#lightbox)
6060

6161
You can switch branches, from `main` to `feature`, to see what triggers you defined for the `feature` branch.
6262

0 commit comments

Comments
 (0)