Skip to content

Commit 2878bb8

Browse files
committed
Fix step for assignable scopes
1 parent f539bbf commit 2878bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/role-based-access-control/custom-roles-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ To create a custom role, use the [Role Definitions - Create Or Update](/rest/api
162162
163163
1. Replace *{roleDefinitionId}* with the GUID identifier of the custom role.
164164
165-
1. Within the request body, in the `assignableScopes` property, replace *{roleDefinitionId}* with the GUID identifier.
165+
1. Within the request body, replace *{roleDefinitionId}* with the GUID identifier.
166166
167-
1. Replace *{subscriptionId}* with your subscription identifier.
167+
1. In the `assignableScopes` property, replace *{subscriptionId}* with your subscription identifier. Or specify a resource group.
168168
169169
1. In the `actions` property, add the operations that the role allows to be performed.
170170

0 commit comments

Comments
 (0)