Skip to content

Commit 0f632e0

Browse files
committed
Incorporating feedback
1 parent 5d67786 commit 0f632e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: schaffererin
66
ms.service: role-based-access-control
77
ms.topic: how-to
88
ms.workload: identity
9-
ms.date: 05/25/2022
9+
ms.date: 05/26/2022
1010
ms.author: v-eschaffer
1111
ms.custom: devx-track-azurepowershell
1212

@@ -115,7 +115,7 @@ Then, use Azure CLI or Azure PowerShell to deploy the updated Bicep file.
115115
# [CLI](#tab/CLI)
116116
117117
```azurecli-interactive
118-
az deployment sub create --location eastus --name customrole --template-file main.bicep --parameters actions='("Microsoft.Resources/subscriptions/resourceGroups/read", "Microsoft.Resources/subscriptions/read")' roleDefName="name-id>" roleName="Custom Role - RG Reader updated"
118+
az deployment sub create --location eastus --name customrole --template-file main.bicep --parameters actions='("Microsoft.Resources/subscriptions/resourceGroups/read", "Microsoft.Resources/subscriptions/read")' roleDefName="name-id" roleName="Custom Role - RG Reader updated"
119119
```
120120

121121
# [PowerShell](#tab/PowerShell)
@@ -139,7 +139,7 @@ az role definition delete --name "Custom Role - RG Reader"
139139
# [PowerShell](#tab/PowerShell)
140140

141141
```azurepowershell-interactive
142-
Remove-AzRoleDefinition -Name "Custom Role - RG Reader'
142+
Remove-AzRoleDefinition -Name "Custom Role - RG Reader"
143143
```
144144

145145
> [!NOTE]

0 commit comments

Comments
 (0)