Skip to content

Commit a18158e

Browse files
Merge pull request #8065 from MicrosoftDocs/users/glmorale/updatesprint257
Update sprint 257 release notes
2 parents 6fe0a8e + 24e8fa7 commit a18158e

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ ms.topic: include
88

99
- [Restrict Personal Access Token (PAT) Creation Organization Policy now in Public Preview](#restrict-personal-access-token-pat-creation-organization-policy-now-in-public-preview)
1010
- [Removal of expired Azure DevOps OAuth Apps](#removal-of-expired-azure-devops-oauth-apps)
11-
- [Azure DevOps login flow no longer relies on Azure Resource Manager audience](#azure-devops-login-flow-no-longer-relies-on-azure-resource-manager-audience)
1211
- [New Microsoft Entra OAuth scopes](#new-microsoft-entra-oauth-scopes)
1312
- [Request Access URL availability](#request-access-url-availability)

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@ We’ve introduced a new organization-level policy in Azure DevOps—Restrict pe
1717

1818
As we prepare for the end-of-life for Azure DevOps OAuth apps in 2026, we'll begin regularly removing apps with secrets that have expired more than six months ago (180 days ago). App owners of these inactive apps will be informed and if there’s any further need for the app registration between now and Azure DevOps OAuth’s end-of-life in 2026, you are asked to rotate the app secret before June 9 when we begin app deletions. [Learn more in our blog post](https://devblogs.microsoft.com/devops/spring-cleaning-cta-for-azure-devops-oauth-apps-with-expired-or-long-living-secrets/).
1919

20-
### Azure DevOps login flow no longer relies on Azure Resource Manager audience
21-
22-
We've removed a dependency on the Azure Resource Manager (ARM) resource when logging in or refreshing Entra access tokens used to access Azure DevOps. The ARM resource is often associated with the [Azure portal](https://portal.azure.com), and admins may want to restrict which users in their tenant can access the portal through Conditional Access policy (CAP) enforcement.
23-
24-
Due to ADO's previous reliance on ARM, admins had to permit all ADO users to bypass the ARM CAPs in order to use ADO. This is no longer necessary as we've removed the ARM resource audience requirement during signin and refresh token flows.
25-
26-
There remain a couple of notable exceptions. The following ​user groups may need continued access to ARM:
27-
1. Billing admins need access to ARM to setup billing and access subscriptions
28-
2. Service Connection creators require continued access to ARM for ARM role assignment and updates to MSIs.
29-
3020
### New Microsoft Entra OAuth scopes
3121
Azure DevOps has introduced two new Microsoft Entra OAuth scopes, vso.pats and vso.pats_manage to enhance security and control over personal access token (PAT) lifecycle management APIs. These scopes are now required for delegated flows that involve PAT creation and management, replacing the previously broad user_impersonation scope. This change enables app owners to reduce the permissions needed by their app to access PAT APIs. Downscope your `user_impersonation` apps to the minimum scopes needed today!
3222

release-notes/features-timeline-released.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,10 @@ You can also [view the build numbers for each version](#azure-devops-server-buil
4747
<td>Ability to associate Java, JavaScript and Python tests to manual test cases</td><td>Test Plans</td><td>Future</td></tr>
4848
<tr>
4949
<tr>
50-
<td rowspan="14"><a href="2025/sprint-257-update.md" data-raw-source="[16 June 2025](2025/sprint-257-update.md)"> June 16 2025</a></td>
50+
<td rowspan="13"><a href="2025/sprint-257-update.md" data-raw-source="[16 June 2025](2025/sprint-257-update.md)"> June 16 2025</a></td>
5151
<td>GitHub Advanced Security is now available as GitHub Secret Protection and Code Security for Azure DevOps</td><td>GitHub Advanced Security for Azure DevOps</td><td>N/A</td></tr>
5252
<td>Restrict personal access token (PAT) creation organization policy now in public preview</td><td>General</td><td>Future</td></tr>
5353
<td>Removal of expired Azure DevOps OAuth Apps</td><td>General</td><td>N/A</td></tr>
54-
<td>Azure DevOps login flow no longer relies on Azure Resource Manager audience</td><td>General</td><td>Future</td></tr>
5554
<td>New Microsoft Entra OAuth scopes</td><td>General</td><td>Future</td></tr>
5655
<td>Request Access URL availability</td><td>General</td><td>Future</td></tr>
5756
<td>Managed DevOps Pools - Image Deprecations</td><td>Pipelines</td><td>N/A</td></tr>

0 commit comments

Comments
 (0)