Skip to content

Commit 8428294

Browse files
committed
Merged main into live
2 parents 13d7a08 + a595970 commit 8428294

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/organizations/billing/add-backup-billing-managers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ monikerRange: 'azure-devops'
1717
[!INCLUDE [version-eq-azure-devops](../../includes/version-eq-azure-devops.md)]
1818

1919
> [!IMPORTANT]
20-
> 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).
20+
> 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).
2121
2222
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.
2323

docs/project/search/get-started-search.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following features apply to all searches, including work items, code, and pa
9292
Search based on an exact match, enclosed in double-quotes.
9393
:::column-end:::
9494
:::column span="2":::
95-
`"Client not found"` finds instances that contain the exact phrase match *Client not found*.
95+
`"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.
9696
:::column-end:::
9797
:::row-end:::
9898
---
@@ -126,8 +126,8 @@ The following features apply to all searches, including work items, code, and pa
126126
:::column span="2":::
127127
- `Validate AND revisit` finds files that contain both the words *validate* and *revisit*.
128128
- `Validate OR revisit` finds files that contain either of the words *validate* or *revisit*.
129-
- `Validate NOT revisit` finds files that contain the word *validate* but not the word *revisit*.
130-
- `(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*.
129+
- `Validate NOT revisit` finds files that contain the word *validate* but not the word, *revisit*.
130+
- `(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*.
131131
:::column-end:::
132132
:::row-end:::
133133
---

0 commit comments

Comments
 (0)