Skip to content

Commit 96cb1e5

Browse files
authored
added managed identity read permission to custom role example (#435)
1 parent ecf8638 commit 96cb1e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/cyclecloud/includes/custom-role.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"Microsoft.Compute/virtualMachines/*",
2121
"Microsoft.Compute/virtualMachineScaleSets/*",
2222
"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/*",
23+
"Microsoft.ManagedIdentity/userAssignedIdentities/*/read",
2324
"Microsoft.ManagedIdentity/userAssignedIdentities/*/assign/action",
2425
"Microsoft.MarketplaceOrdering/offertypes/publishers/offers/plans/agreements/read",
2526
"Microsoft.MarketplaceOrdering/offertypes/publishers/offers/plans/agreements/write",

0 commit comments

Comments
 (0)