Skip to content

Commit 6016468

Browse files
Merge pull request #232310 from rolyon/rolyon-rbac-role-definitions-list-rest-api-atscopeandbelow
[Azure RBAC] Remove atScopeAndBelow filter
2 parents fb6de20 + d441983 commit 6016468

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/role-based-access-control/role-definitions-list.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: amycolannino
77
ms.service: role-based-access-control
88
ms.topic: how-to
99
ms.workload: identity
10-
ms.date: 03/20/2023
10+
ms.date: 03/28/2023
1111
ms.author: rolyon
1212
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1313
ms.devlang: azurecli
@@ -455,7 +455,6 @@ To list role definitions, use the [Role Definitions - List](/rest/api/authorizat
455455
> [!div class="mx-tableFixed"]
456456
> | Filter | Description |
457457
> | --- | --- |
458-
> | `$filter=atScopeAndBelow()` | Lists role definitions for the specified scope and any subscopes. |
459458
> | `$filter=type+eq+'{type}'` | Lists role definitions of the specified type. Type of role can be `CustomRole` or `BuiltInRole`. |
460459
461460
The following example lists all custom roles in a tenant:

0 commit comments

Comments
 (0)