File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ resource diagnosticSettings 'Microsoft.Insights/diagnosticSettings@2021-05-01-pr
106106@description ('Dev Center Identity Role Assignments' )
107107module roleAssignments '../identity/devCenterRoleAssignment.bicep' = [
108108 for role in config .identity .roleAssignments : {
109- name : 'roleAssignment -${replace (role .name , ' ' , '-' )}'
109+ name : 'RBAC -${replace (role .name , ' ' , '-' )}'
110110 scope : subscription ()
111111 params : {
112112 id : role .id
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ resource project 'Microsoft.DevCenter/projects@2024-10-01-preview' = {
7979@description ('Dev Center Identity Role Assignments' )
8080module projectIdentityRoleAssignments '../../identity/devCenterRoleAssignment.bicep' = [
8181 for roleAssignment in identity .roleAssignments : {
82- name : 'roleAssignment -${project .name }-${replace (roleAssignment .name , ' ' , '-' )}'
82+ name : 'RBAC -${project .name }-${replace (roleAssignment .name , ' ' , '-' )}'
8383 scope : subscription ()
8484 params : {
8585 id : roleAssignment .id
You can’t perform that action at this time.
0 commit comments