Skip to content

Commit b4a8739

Browse files
committed
roleName filter to list role definition
1 parent 4f6a4b4 commit b4a8739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
author: rolyon
77
ms.author: rolyon
88
manager: amycolannino
9-
ms.date: 03/28/2023
9+
ms.date: 01/07/2025
1010
ms.service: role-based-access-control
1111
ms.topic: how-to
1212
ms.custom:
@@ -462,6 +462,7 @@ procedureSection:
462462
> | Filter | Description |
463463
> | --- | --- |
464464
> | `$filter=type+eq+'{type}'` | Lists role definitions of the specified type. Type of role can be `CustomRole` or `BuiltInRole`. |
465+
> | `$filter=roleName+eq+'{roleName}'` | Lists role definition with the specified role name, such as 'Virtual Machine Contributor'. |
465466
466467
The following example lists all custom roles in a tenant:
467468

0 commit comments

Comments
 (0)