Skip to content

Commit 73c8116

Browse files
committed
Merged main into live
2 parents a49f466 + 6fe0a8e commit 73c8116

20 files changed

+274
-4
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 DevOps Sprint 258 Update
3+
description: See the Sprint 258 feature updates for Azure DevOps, including next steps.
4+
author: gloridelmorales
5+
ms.author: glmorale
6+
ms.date: 6/30/2025
7+
---
8+
9+
# Azure DevOps - Sprint 258 Update
10+
11+
## Features
12+
13+
[!INCLUDE [sprint-258-update-links](../includes/general/sprint-258-update-links.md)]
14+
15+
[!INCLUDE [sprint-258-update](../includes/general/sprint-258-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 258 Update
3+
description: See the Sprint 258 feature updates for GitHub Advanced Security for Azure DevOps, including next steps.
4+
author: gloridelmorales
5+
ms.author: glmorale
6+
ms.date: 6/30/2025
7+
---
8+
9+
# GitHub Advanced Security for Azure DevOps - Sprint 258 Update
10+
11+
## Features
12+
13+
[!INCLUDE [sprint-258-update-links](../includes/ghazdo/sprint-258-update-links.md)]
14+
15+
[!INCLUDE [sprint-258-update](../includes/ghazdo/sprint-258-update.md)]
16+
17+
[!INCLUDE [nextsteps](../includes/nextsteps.md)]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
author: gloridelmorales
3+
ms.author: glmorale
4+
ms.service: azure-devops
5+
ms.date: 6/30/2025
6+
ms.topic: include
7+
---
8+
9+
10+
- [Azure DevOps MCP Server public preview](#azure-devops-mcp-server-public-preview)
11+
- [New organizations won't offer public projects](#new-organizations-wont-offer-public-projects)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
author: gloridelmorales
3+
ms.author: glmorale
4+
ms.date: 6/30/2025
5+
ms.topic: include
6+
---
7+
8+
### Azure DevOps MCP Server public preview
9+
10+
We’re excited to announce the public preview of the Azure DevOps MCP Server, a self-hosted, local server that enables GitHub Copilot in Visual Studio Code to securely access Azure DevOps data, including work items, pull requests, builds, test plans, and more. This integration empowers Copilot to deliver richer, context-aware suggestions while keeping your data within your environment.
11+
12+
Here are just a few examples of what you can do with the Azure DevOps MCP Server:
13+
14+
• Retrieve and edit individual work items
15+
• Perform bulk updates on work items
16+
• Access pull request details
17+
• Generate test cases from work item descriptions
18+
• Search across work items, wikis, and code
19+
20+
Check out this demo showing how to create iterations and assign them to a team:
21+
22+
> [!div class="mx-imgBorder"]
23+
> ![Azure DevOp MCP Server demo.](../../media/258-general-01.gif "Azure DevOp MCP Server demo")
24+
25+
Ready to get started? Visit the [Azure DevOps MCP Server repository](https://github.com/microsoft/azure-devops-mcp) for installation instructions, examples, and contribution guidelines.
26+
27+
### New organizations won't offer public projects
28+
29+
Starting this sprint, new organizations will no longer have the [Allow public projects policy](/azure/devops/organizations/projects/make-project-public?view=azure-devops#1-enable-anonymous-access-to-projects) available. This policy remains unchanged for existing customers. Microsoft recommends using [GitHub](https://github.com/) for all your public project needs.
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.date: 6/30/2025
5+
ms.topic: include
6+
---
7+
8+
- [One click enablement for dependency scanning now in public preview](#one-click-enablement-for-dependency-scanning-now-in-public-preview)
9+
- [Service hooks for GitHub Advanced Security for Azure DevOps alerts generally available](#service-hooks-for-github-advanced-security-for-azure-devops-alerts-generally-available)
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
author: gloridelmorales
3+
ms.author: glmorale
4+
ms.date: 6/30/2025
5+
ms.topic: include
6+
---
7+
8+
### One click enablement for dependency scanning now in public preview
9+
10+
From your repository settings, all Advanced Security customers can enable the Advanced Security dependency scanning task without needing to edit your pipeline definition.
11+
12+
By opting in to **Scan default branch for vulnerable dependencies**, the dependency task will automatically run in any pipeline targeting your default branch or pull requests targeting your default branch if the task is not already present in your pipeline. If the task is already present in your pipeline, the task will not run again.
13+
14+
> [!div class="mx-imgBorder"]
15+
> [![Screenshot of repository settings.](../../media/258-ghazdo-01.png "Screenshot of repository settings")](../../media/258-ghazdo-01.png#lightbox)
16+
17+
### Service hooks for GitHub Advanced Security for Azure DevOps alerts generally available
18+
19+
The ability to configure service hooks for GitHub Advanced Security alert events, including:
20+
21+
* New alert created
22+
* Alert data changed
23+
* Alert state changed
24+
25+
are now generally available for use. Just like other repository events, you can filter by repository and branch. For alerts, you can filter by alert type (dependencies, code scanning, or secrets) and alert severity.
26+
27+
> [!div class="mx-imgBorder"]
28+
> [![Screenshot of new service hooks subscription configuration.](../../media/258-ghazdo-02.png "Screenshot of new service hooks subscription configuration")](../../media/258-ghazdo-02.png#lightbox)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
author: gloridelmorales
3+
ms.author: glmorale
4+
ms.date: 6/30/2025
5+
ms.topic: include
6+
---
7+
8+
- [Syntax highlighting support for Kusto Query Language ](#syntax-highlighting-support-for-kusto-query-language)
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.date: 6/30/2025
5+
ms.topic: include
6+
---
7+
8+
### Syntax highlighting support for Kusto Query Language
9+
10+
Azure DevOps now supports syntax highlighting for Kusto Query Language in the file view and edit experience. This enhancement applies to files with `.csl`, `.kql`, and `.kusto` extensions, making it easier to read and edit KQL scripts directly within the platform.
11+
12+
> [!div class="mx-imgBorder"]
13+
> [![Screenshot of sample.kql](../../media/258-repos-01.png "Screenshot of sample.kql")](../../media/258-repos-01.png#lightbox)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
author: gloridelmorales
3+
ms.author: glmorale
4+
ms.date: 6/30/2025
5+
ms.topic: include
6+
---
7+
8+
- [Ability to associate Java, JavaScript and Python tests to manual test cases](#ability-to-associate-java-javascript-and-python-tests-to-manual-test-cases)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
author: gloridelmorales
3+
ms.author: glmorale
4+
ms.date: 6/30/2025
5+
ms.topic: include
6+
---
7+
8+
### Ability to associate Java, JavaScript and Python tests to manual test cases
9+
10+
Introducing the ability to associate automated tests written in Java/JUnit (Maven and Gradle), JS (Jest) and Python (PyTest) with manual test cases.
11+
12+
> [!div class="mx-imgBorder"]
13+
> [![Screenshot of test case associated to test.](../../media/258-testplans-01.png "Screenshot of test case associated to test")](../../media/258-testplans-01.png#lightbox)
14+
15+
Upon completion of the association, you can run your tests within your pipelines using the new [Azure Test Plan](/azure/devops/pipelines/tasks/reference/azure-test-plan-v0?view=azure-pipelines) task. Additionally, you have the option to run your tests on an ad-hoc basis through the [Test Plans](/azure/devops/test/run-automated-tests-from-test-hub?view=azure-devops) experience.

0 commit comments

Comments
 (0)