Skip to content

Commit

Permalink
Add adminUsers in aadprofile (Azure#17402)
Browse files Browse the repository at this point in the history
  • Loading branch information
norshtein authored Jan 25, 2022
1 parent 2bee0bd commit 1d8f262
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4222,6 +4222,13 @@
},
"description": "The list of AAD group object IDs that will have admin role of the cluster."
},
"adminUsers": {
"type": "array",
"items": {
"type": "string"
},
"description": "The list of admin users that will have admin role of the cluster. For users in the same tenant, user principal name should be used; for users in different tenant, user object ID should be used."
},
"clientAppID": {
"type": "string",
"description": "The client AAD application ID."
Expand Down

0 comments on commit 1d8f262

Please sign in to comment.