From fc3fe455719a8021913c6e489632a504aacdf292 Mon Sep 17 00:00:00 2001 From: chcomley <35748196+chcomley@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:08:56 -0700 Subject: [PATCH] UUF update --- docs/organizations/billing/add-backup-billing-managers.md | 2 +- docs/project/search/get-started-search.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/organizations/billing/add-backup-billing-managers.md b/docs/organizations/billing/add-backup-billing-managers.md index a893cb52f9b..3a202dba770 100644 --- a/docs/organizations/billing/add-backup-billing-managers.md +++ b/docs/organizations/billing/add-backup-billing-managers.md @@ -17,7 +17,7 @@ monikerRange: 'azure-devops' [!INCLUDE [version-eq-azure-devops](../../includes/version-eq-azure-devops.md)] > [!IMPORTANT] -> Classic admins retire August 31, 2024. Starting on February 26, you can't add a new co-administrator using the Access control blade. Remove co-administrators and use Azure RBAC for fine-grained access control. For more information, see [Azure classic subscription administrators](/azure/role-based-access-control/classic-administrators). +> Classic admins retired August 31, 2024. Starting on February 26, you can't add a new co-administrator using the Access control blade. Remove co-administrators and use Azure RBAC for fine-grained access control. For more information, see [Azure classic subscription administrators](/azure/role-based-access-control/classic-administrators). Give another user access, so they can [set up billing](set-up-billing-for-your-organization-vs.md) or [change the Azure subscription used for billing](change-azure-subscription.md) for your Azure DevOps organization. diff --git a/docs/project/search/get-started-search.md b/docs/project/search/get-started-search.md index 42ab499efc8..c78b2ec3e10 100644 --- a/docs/project/search/get-started-search.md +++ b/docs/project/search/get-started-search.md @@ -92,7 +92,7 @@ The following features apply to all searches, including work items, code, and pa Search based on an exact match, enclosed in double-quotes. :::column-end::: :::column span="2"::: - `"Client not found"` finds instances that contain the exact phrase match *Client not found*. + `"Client not found"` finds instances that contain the exact phrase match *Client not found*. Search might not handle special characters as expected. Try escaping special characters or simplifying the search phrase. :::column-end::: :::row-end::: --- @@ -126,8 +126,8 @@ The following features apply to all searches, including work items, code, and pa :::column span="2"::: - `Validate AND revisit` finds files that contain both the words *validate* and *revisit*. - `Validate OR revisit` finds files that contain either of the words *validate* or *revisit*. - - `Validate NOT revisit` finds files that contain the word *validate* but not the word *revisit*. - - `(Validate NOT revisit) OR "release delayed"` finds files that contain the word *validate* but not the word *revisit* or files that contain the phrase *release delayed*. + - `Validate NOT revisit` finds files that contain the word *validate* but not the word, *revisit*. + - `(Validate NOT revisit) OR "release delayed"` finds files that contain the word *validate* but not the word, *revisit, or files that contain the phrase *release delayed*. :::column-end::: :::row-end::: ---