You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .pipelines/templates/mi-build-role.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
{
2
+
"Name": "ACN CI/CD Build Environment Owner",
2
3
"roleName": "ACN CI/CD Build Environment Owner",
4
+
"Type": "CustomRole",
3
5
"roleType": "CustomRole",
6
+
"isCustom": true,
4
7
"description": "A custom role given to managed identities created by the CI build process. This role should try to focus on owning the resources already in its scope; rather than creating new ones. Actions should be added as necessary - and not in anticipation.",
0 commit comments