Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Grlin/updatingReqsforRA #3852

Merged
merged 6 commits into from
Sep 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,10 @@
"description": "The delgation flag used for creating a role assignment"
}
},
"required": [
"roleDefinitionId",
"principalId"
],
"description": "Role assignment properties."
},
"RoleAssignmentCreateParameters": {
Expand All @@ -1152,6 +1156,9 @@
"description": "Role assignment properties."
}
},
"required": [
"properties"
],
"description": "Role assignment create parameters."
},
"Permission": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,10 @@
"description": "The delgation flag used for creating a role assignment"
}
},
"required": [
"roleDefinitionId",
"principalId"
],
"description": "Role assignment properties."
},
"RoleAssignmentCreateParameters": {
Expand All @@ -1172,6 +1176,9 @@
"description": "Role assignment properties."
}
},
"required": [
"properties"
],
"description": "Role assignment create parameters."
},
"Permission": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"properties": {
"roleDefinitionId": "/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772",
"principalId": "d93a38bc-d029-4160-bfb0-fbda779ac214",
"principalType": "User",
"principalType": "User",
"canDelegate":false
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,10 @@
"description": "The principal ID assigned to the role. This maps to the ID inside the Active Directory. It can point to a user, service principal, or security group."
}
},
"required": [
"roleDefinitionId",
"principalId"
],
"description": "Role assignment properties."
},
"RoleAssignmentCreateParameters": {
Expand All @@ -1130,6 +1134,9 @@
"description": "Role assignment properties."
}
},
"required": [
"properties"
],
"description": "Role assignment create parameters."
},
"RoleDefinitionProperties": {
Expand Down