Skip to content
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 @@ -139,6 +139,7 @@
"items": {
"$ref": "#/definitions/ProviderOperation"
},
"x-ms-identifiers": [],
"description": "The resource type operations."
}
},
Expand Down Expand Up @@ -199,13 +200,17 @@
"items": {
"$ref": "#/definitions/ResourceType"
},
"x-ms-identifiers": [
"name"
],
"description": "The provider resource types"
},
"operations": {
"type": "array",
"items": {
"$ref": "#/definitions/ProviderOperation"
},
"x-ms-identifiers": [],
"description": "The provider operations."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@
"items": {
"$ref": "#/definitions/Permission"
},
"x-ms-identifiers": [],
"description": "Role definition permissions."
},
"assignableScopes": {
Expand Down Expand Up @@ -490,6 +491,7 @@
"items": {
"$ref": "#/definitions/Permission"
},
"x-ms-identifiers": [],
"description": "An array of permissions."
},
"nextLink": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@
}
],
"responses": {
"204": {
"description": "Request is well formed but the resource does not exist"
},
"200": {
"description": "Resource deleted successfully"
},
"204": {
"description": "Request is well formed but the resource does not exist"
},
"default": {
"description": "Unexpected error",
"schema": {
Expand Down Expand Up @@ -1114,6 +1114,9 @@
"items": {
"$ref": "#/definitions/AccessReviewReviewer"
},
"x-ms-identifiers": [
"principalId"
],
"description": "This is the collection of reviewers."
},
"reviewersType": {
Expand Down Expand Up @@ -1785,7 +1788,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/Operation"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "The URI that can be used to request the next set of paged results.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@
"items": {
"$ref": "#/definitions/DenyAssignmentPermission"
},
"x-ms-identifiers": [],
"description": "An array of permissions that are denied by the deny assignment."
},
"scope": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@
"items": {
"$ref": "#/definitions/ApprovalStage"
},
"x-ms-identifiers": [],
"description": "The approval stages of the request."
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,12 @@
}
],
"responses": {
"204": {
"description": "Request is well formed but the resource does not exist"
},
"200": {
"description": "Resource deleted successfully"
},
"204": {
"description": "Request is well formed but the resource does not exist"
},
"default": {
"description": "Unexpected error",
"schema": {
Expand Down Expand Up @@ -446,12 +446,12 @@
}
],
"responses": {
"204": {
"description": "Request is well formed but the resource does not exist"
},
"200": {
"description": "Resource deleted successfully"
},
"204": {
"description": "Request is well formed but the resource does not exist"
},
"default": {
"description": "Unexpected error",
"schema": {
Expand Down Expand Up @@ -1565,15 +1565,20 @@
"items": {
"$ref": "#/definitions/AccessReviewReviewer"
},
"x-ms-identifiers": [
"principalId"
],
"description": "This is the collection of reviewers."
},
"backupReviewers": {
"type": "array",
"items": {
"$ref": "#/definitions/AccessReviewReviewer"
},
"description": "This is the collection of backup reviewers.",
"x-ms-identifiers": []
"x-ms-identifiers": [
"principalId"
],
"description": "This is the collection of backup reviewers."
},
"reviewersType": {
"type": "string",
Expand Down Expand Up @@ -2679,7 +2684,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/Operation"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "The URI that can be used to request the next set of paged results.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
"items": {
"$ref": "#/definitions/ProviderOperation"
},
"x-ms-identifiers": [],
"description": "The resource type operations."
}
},
Expand Down Expand Up @@ -197,13 +198,17 @@
"items": {
"$ref": "#/definitions/ResourceType"
},
"x-ms-identifiers": [
"name"
],
"description": "The provider resource types"
},
"operations": {
"type": "array",
"items": {
"$ref": "#/definitions/ProviderOperation"
},
"x-ms-identifiers": [],
"description": "The provider operations."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@
"items": {
"$ref": "#/definitions/Permission"
},
"x-ms-identifiers": [],
"description": "Role definition permissions."
},
"assignableScopes": {
Expand Down Expand Up @@ -484,6 +485,7 @@
"items": {
"$ref": "#/definitions/Permission"
},
"x-ms-identifiers": [],
"description": "An array of permissions."
},
"nextLink": {
Expand Down