Skip to content

Commit b5808a3

Browse files
committed
more fixes
1 parent 7d5c5f5 commit b5808a3

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
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 REST API details, see [Query By Wiql (REST API)](https://learn.microsoft.com/rest/api/azure/devops/wit/wiql/query-by-wiql?view=azure-devops-rest-6.1&tabs=HTTP).
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/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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Then enter the URL of your GitHub Enterprise Cloud organization.
2828
> [!div class="mx-imgBorder"]
2929
> ![Image to show GitHub Enterprise with data residency.](../../media/260-boards-03.png "Image to show GitHub Enterprise with data residency.")
3030
31-
After your https://organization.ghe.com url is validated, the experience is same as it has always been, and you can select your GitHub repositories.
31+
After your `https://organization.ghe.com` url is validated, the experience is same as it has always been, and you can select your GitHub repositories.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ There remain a couple of notable exceptions — the following ​user groups ma
2424

2525
### Continuous Access Evaluation on Azure DevOps
2626

27-
Azure DevOps now supports [Continuous Access Evaluation (CAE)](https://learn.microsoft.com/entra/identity/conditional-access/concept-continuous-access-evaluation), enabling near real-time enforcement of Conditional Access policies through Microsoft Entra ID. This enhancement allows Azure DevOps to instantly revoke access when critical events occur—such as user disablement, password resets, or location/IP changes—without waiting for token expiration. Real-time enforcement means that compromised accounts or policy violations are addressed as soon as we learn of the event, reducing exposure windows and improving incident response. Developers using CAE-capable client libraries ([].NET now available](https://www.nuget.org/packages/Microsoft.TeamFoundationServer.Client/20.259.0-preview), Python and Go to come) must handle claims challenges and update sign-in flows accordingly. General availability begins August 2025 following phased rollout for all customers.
27+
Azure DevOps now supports [Continuous Access Evaluation (CAE)](/entra/identity/conditional-access/concept-continuous-access-evaluation), enabling near real-time enforcement of Conditional Access policies through Microsoft Entra ID. This enhancement allows Azure DevOps to instantly revoke access when critical events occur—such as user disablement, password resets, or location/IP changes—without waiting for token expiration. Real-time enforcement means that compromised accounts or policy violations are addressed as soon as we learn of the event, reducing exposure windows and improving incident response. Developers using CAE-capable client libraries ([].NET now available](https://www.nuget.org/packages/Microsoft.TeamFoundationServer.Client/20.259.0-preview), Python and Go to come) must handle claims challenges and update sign-in flows accordingly. General availability begins August 2025 following phased rollout for all customers.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ We introduced new keyboard shortcuts that allows navigate through pull request d
1515
- Collapse selected thread - `ctrl+alt+c`
1616
- Expand selected thread - `ctrl+alt+e`
1717

18-
More information about available keyboard shortcuts n Azure DevOps can be found in official documentation: [Keyboard shortcuts for web portal and Team Explorer](https://learn.microsoft.com/azure/devops/project/navigation/keyboard-shortcuts?view=azure-devops&preserve-view=true).
18+
More information about available keyboard shortcuts n Azure DevOps can be found in official documentation: [Keyboard shortcuts for web portal and Team Explorer](/azure/devops/project/navigation/keyboard-shortcuts?view=azure-devops&preserve-view=true).
1919

release-notes/2025/sprint-261-update.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Newly generated OAuth client secrets will be shown only at time of creation
33
author: gloridelmorales
44
ms.author: glmorale
5-
ms.technology: devops-release-notes
65
ms.date: 09/04/2025
76
description: Newly generated OAuth client secrets will be shown only at time of creation
87
---

0 commit comments

Comments
 (0)