Skip to content

Commit 14503cc

Browse files
Merge pull request #8277 from MicrosoftDocs/users/glmorale/sprint261releasenotes
Azure DevOps sprint 261 release notes
2 parents e9e4ee7 + 3e089ab commit 14503cc

21 files changed

+280
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Azure DevOps Release Notes - Azure Boards Sprint 261 Update
3+
description: See the Sprint 261 feature updates for Azure Boards, including next steps.
4+
author: gloridelmorales
5+
ms.author: glmorale
6+
ms.date: 09/04/2025
7+
---
8+
9+
# Azure Boards - Sprint 261 Update
10+
11+
## Features
12+
13+
[!INCLUDE [sprint-261-update-links](../includes/boards/sprint-261-update-links.md)]
14+
15+
[!INCLUDE [sprint-261-update](../includes/boards/sprint-261-update.md)]
16+
17+
[!INCLUDE [nextsteps](../includes/nextsteps.md)]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Azure DevOps release notes - Azure DevOps Sprint 261 Update
3+
description: See the Sprint 261 feature updates for Azure DevOps, including next steps.
4+
author: gloridelmorales
5+
ms.author: glmorale
6+
ms.date: 09/04/2025
7+
---
8+
9+
# Azure DevOps - Sprint 261 Update
10+
11+
## Features
12+
13+
[!INCLUDE [sprint-261-update-links](../includes/general/sprint-261-update-links.md)]
14+
15+
[!INCLUDE [sprint-261-update](../includes/general/sprint-261-update.md)]
16+
17+
[!INCLUDE [nextsteps](../includes/nextsteps.md)]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Azure DevOps release notes - GitHub Advanced Security for Azure DevOps 261 Update
3+
description: See the Sprint 261 feature updates for GitHub Advanced Security for Azure DevOps, including next steps.
4+
author: gloridelmorales
5+
ms.author: glmorale
6+
ms.date: 09/04/2025
7+
---
8+
9+
# GitHub Advanced Security for Azure DevOps - Sprint 261 Update
10+
11+
## Features
12+
13+
[!INCLUDE [sprint-261-update-links](../includes/ghazdo/sprint-261-update-links.md)]
14+
15+
[!INCLUDE [sprint-261-update](../includes/ghazdo/sprint-261-update.md)]
16+
17+
[!INCLUDE [nextsteps](../includes/nextsteps.md)]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
author: gloridelmorales
3+
ms.author: glmorale
4+
ms.technology: devops-release-notes
5+
ms.date: 09/04/2025
6+
ms.topic: include
7+
---
8+
9+
- [Dynamic checklist support in work item Markdown fields](#dynamic-checklist-support-in-work-item-markdown-fields)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
author: gloridelmorales
3+
ms.author: glmorale
4+
ms.technology: devops-release-notes
5+
ms.date: 09/04/2025
6+
ms.topic: include
7+
---
8+
9+
### Dynamic checklist support in work item Markdown fields
10+
11+
Markdown fields in work items now support interactive checklists. Quickly check or uncheck items without leaving the field, just like in pull request descriptions. This feature is automatically available in any large text field or comment with Markdown enabled.
12+
13+
> [!div class="mx-imgBorder"]
14+
> ![Gif to demo checklist support in work item.](../../media/261-boards-01.gif "Gif to demo checklist support in work item.")
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
author: gloridelmorales
3+
ms.author: glmorale
4+
ms.technology: devops-release-notes
5+
ms.date: 09/04/2025
6+
ms.topic: include
7+
---
8+
9+
- [OAuth client secrets now shown only once](#oauth-client-secrets-now-shown-only-once)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
author: gloridelmorales
3+
ms.author: glmorale
4+
ms.technology: devops-release-notes
5+
ms.date: 09/04/2025
6+
ms.topic: include
7+
---
8+
9+
### OAuth client secrets now shown only once
10+
11+
As part of our ongoing commitment to security and industry best practices, Azure DevOps will now be enforcing one-time visibility for OAuth client secrets. Starting with this release, newly generated client secrets will be displayed only once at the time of creation and will no longer be retrievable via the UI or API.
12+
13+
This change includes the retirement of the Get Registration Secret API. Users are encouraged to securely store secrets immediately upon generation using tools such as Azure Key Vault. For secret rotation, Azure DevOps supports overlapping secrets to ensure continuity and minimize downtime. This update will go into effect starting September 2, 2025. Learn more in our [blog post](https://devblogs.microsoft.com/devops/azure-devops-oauth-client-secrets-now-shown-only-once/).
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
author: gloridelmorales
3+
ms.author: glmorale
4+
ms.technology: devops-release-notes
5+
ms.date: 09/04/2025
6+
ms.topic: include
7+
---
8+
9+
- [New SARIF processing completed service hook event](#new-sarif-processing-completed-service-hook-event)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
author: gloridelmorales
3+
ms.author: glmorale
4+
ms.technology: devops-release-notes
5+
ms.date: 09/04/2025
6+
ms.topic: include
7+
---
8+
9+
## New SARIF processing completed service hook event
10+
11+
Via the service hooks experience, you can now be notified via service hooks once SARIF processing for Advanced Security build tasks has been complete for your organization or select repositories.
12+
13+
> [!div class="mx-imgBorder"]
14+
> [![Image to show new service hooks subscription.](../../media/261-ghazdo-01.png "Image to show new service hooks subscription")](../../media/261-ghazdo-01.png#lightbox)

release-notes/2025/includes/repos/sprint-260-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ On the popup menu, select the **Enable announcements for line changes and commen
2525
> [!div class="mx-imgBorder"]
2626
> [![Image to Editor preferences.](../../media/260-repos-03.png "Image to Editor preferences.")](../../media/260-repos-03.png#lightbox)
2727
28-
### Azure DevOps remote index support
28+
### Azure DevOps remote index support in VSCode
2929

3030
Azure DevOps now supports remote indexes for IDE workspaces that are linked to Azure DevOps repos. This enables #codebase to search for relevant snippets almost instantly without any initialization. This even works for larger repos with tens of thousands of indexable files. Support for remote workspaces has released starting with the July updates to Visual Studio and VS Code. For more info please see the [VS Code Release Notes](https://code.visualstudio.com/updates/v1_103#_azure-devops-repos-remote-index-support).
3131

0 commit comments

Comments
 (0)