Skip to content

Commit

Permalink
remove unnecessary built in roles
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws committed Feb 27, 2025
1 parent 669bdde commit d6b7289
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cloud/azure/deploy/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ func (c *ContainerApp) HostUrl() (pulumi.StringOutput, error) {
// See below URL for mapping
// https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles
var RoleDefinitions = map[string]string{
"KVSecretsOfficer": "b86a8fe4-44ce-4948-aee5-eccb2c155cd7",
"BlobDataContrib": "ba92f5b4-2d11-453d-a403-e96b0029c9fe",
"QueueDataContrib": "974c5e8b-45b9-4653-ba55-5f855dd0fb88",
"EventGridDataSender": "d5a91429-5739-47e2-a06b-3470a27159e7",
// Access for locating resources
"TagContributor": "4a9ae827-6dc8-4573-8ac7-8239d42aa03f",
}
Expand Down

0 comments on commit d6b7289

Please sign in to comment.