Skip to content

Commit

Permalink
Merged main into live
Browse files Browse the repository at this point in the history
  • Loading branch information
mijacobs committed Sep 7, 2024
2 parents 13d7a08 + a595970 commit 8428294
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/organizations/billing/add-backup-billing-managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions docs/project/search/get-started-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:::
---
Expand Down Expand Up @@ -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:::
---
Expand Down

0 comments on commit 8428294

Please sign in to comment.