-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exposing reviewers property on accessReviewInstance model (#14560)
* Cloning version 2021-07-01-preview from version 2021-03-01-preview * Exposing reviewers properties on accessReviewInstance model * Fixing SDK validation warnings * Prettier check fixes
- Loading branch information
1 parent
b47572a
commit 74dbcfe
Showing
29 changed files
with
3,063 additions
and
0 deletions.
There are no files selected for viewing
2,161 changes: 2,161 additions & 0 deletions
2,161
...r/Microsoft.Authorization/preview/2021-07-01-preview/authorization-AccessReviewCalls.json
Large diffs are not rendered by default.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
...zation/preview/2021-07-01-preview/examples/AccessReviewInstanceAcceptRecommendations.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-07-01-preview", | ||
"scheduleDefinitionId": "488a6d0e-0a63-4946-86e3-1f5bbc934661", | ||
"id": "d9b9e056-7004-470b-bf21-1635e98487da" | ||
}, | ||
"responses": { | ||
"204": {} | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...Authorization/preview/2021-07-01-preview/examples/AccessReviewInstanceApplyDecisions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-07-01-preview", | ||
"subscriptionId": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"scheduleDefinitionId": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"id": "d9b9e056-7004-470b-bf21-1635e98487da" | ||
}, | ||
"responses": { | ||
"204": {} | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...Authorization/preview/2021-07-01-preview/examples/AccessReviewInstanceResetDecisions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-07-01-preview", | ||
"subscriptionId": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"scheduleDefinitionId": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"id": "d9b9e056-7004-470b-bf21-1635e98487da" | ||
}, | ||
"responses": { | ||
"204": {} | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Authorization/preview/2021-07-01-preview/examples/AccessReviewInstanceSendReminders.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-07-01-preview", | ||
"subscriptionId": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"scheduleDefinitionId": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"id": "d9b9e056-7004-470b-bf21-1635e98487da" | ||
}, | ||
"responses": { | ||
"204": {} | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...thorization/preview/2021-07-01-preview/examples/DeleteAccessReviewScheduleDefinition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-07-01-preview", | ||
"subscriptionId": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"scheduleDefinitionId": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"204": {} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...oft.Authorization/preview/2021-07-01-preview/examples/GetAccessReviewDefaultSettings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-07-01-preview", | ||
"subscriptionId": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/fa73e90b-5bf1-45fd-a182-35ce5fc0674d/providers/Microsoft.Authorization/accessReviewSettings/default", | ||
"type": "Microsoft.Authorization/accessReviewSettings", | ||
"name": "default", | ||
"properties": { | ||
"mailNotificationsEnabled": true, | ||
"reminderNotificationsEnabled": true, | ||
"justificationRequiredOnApproval": true, | ||
"recommendationsEnabled": true, | ||
"instanceDurationInDays": 30, | ||
"recurrence": { | ||
"range": { | ||
"type": "endDate", | ||
"numberOfOccurrences": 1, | ||
"startDate": "2018-08-03T21:02:30.667Z", | ||
"endDate": "2018-08-03T21:17:30.513Z" | ||
} | ||
}, | ||
"defaultDecisionEnabled": true, | ||
"defaultDecision": "Approve", | ||
"autoApplyDecisionsEnabled": true | ||
} | ||
} | ||
} | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
.../Microsoft.Authorization/preview/2021-07-01-preview/examples/GetAccessReviewInstance.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-07-01-preview", | ||
"subscriptionId": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"scheduleDefinitionId": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"id": "4135f961-be78-4005-8101-c72a5af307a2" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/fa73e90b-5bf1-45fd-a182-35ce5fc0674d/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/fa73e90b-5bf1-45fd-a182-35ce5fc0674d/instances/4135f961-be78-4005-8101-c72a5af307a2", | ||
"type": "Microsoft.Authorization/accessReviewScheduleDefinitions/instances", | ||
"name": "4135f961-be78-4005-8101-c72a5af307a2", | ||
"properties": { | ||
"status": "Applied", | ||
"startDateTime": "2018-08-03T21:02:30.667Z", | ||
"endDateTime": "2018-08-03T21:17:30.513Z" | ||
} | ||
} | ||
} | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
...ion/preview/2021-07-01-preview/examples/GetAccessReviewInstanceAssignedForMyApproval.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-07-01-preview", | ||
"scheduleDefinitionId": "488a6d0e-0a63-4946-86e3-1f5bbc934661", | ||
"id": "4135f961-be78-4005-8101-c72a5af307a2", | ||
"$filter": "assignedToMeToReview()" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/488a6d0e-0a63-4946-86e3-1f5bbc934661/instances/4135f961-be78-4005-8101-c72a5af307a2", | ||
"type": "Microsoft.Authorization/accessReviewScheduleDefinitions/instances", | ||
"name": "4135f961-be78-4005-8101-c72a5af307a2", | ||
"properties": { | ||
"status": "Applied", | ||
"startDateTime": "2018-08-03T21:02:30.667Z", | ||
"endDateTime": "2018-08-03T21:17:30.513Z" | ||
} | ||
} | ||
} | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
...zation/preview/2021-07-01-preview/examples/GetAccessReviewInstanceContactedReviewers.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-07-01-preview", | ||
"subscriptionId": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"scheduleDefinitionId": "265785a7-a81f-4201-8a18-bb0db95982b7", | ||
"id": "f25ed880-9c31-4101-bc57-825d8df3b58c" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/fa73e90b-5bf1-45fd-a182-35ce5fc0674d/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/fa73e90b-5bf1-45fd-a182-35ce5fc0674d/instances/f8882fec-7d56-4e97-ad6d-5e3f4557971d/contactedReviewers/fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"type": "Microsoft.Authorization/accessReviewScheduleDefinitions/instances/contactedReviewers", | ||
"name": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"properties": { | ||
"userDisplayName": "Bob", | ||
"userPrincipalName": "[email protected]", | ||
"createdDateTime": "2018-08-03T21:02:30.667Z" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
52 changes: 52 additions & 0 deletions
52
...t.Authorization/preview/2021-07-01-preview/examples/GetAccessReviewInstanceDecisions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-07-01-preview", | ||
"subscriptionId": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"scheduleDefinitionId": "265785a7-a81f-4201-8a18-bb0db95982b7", | ||
"id": "f25ed880-9c31-4101-bc57-825d8df3b58c" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/fa73e90b-5bf1-45fd-a182-35ce5fc0674d/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/fa73e90b-5bf1-45fd-a182-35ce5fc0674d/instances/f8882fec-7d56-4e97-ad6d-5e3f4557971d/decisions/fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"type": "Microsoft.Authorization/accessReviewScheduleDefinitions/instances/decisions", | ||
"name": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"properties": { | ||
"reviewedBy": { | ||
"principalType": "user", | ||
"principalId": "a6c7aecb-cbfd-4763-87ef-e91b4bd509d9", | ||
"principalName": "Shubham Gupta", | ||
"userPrincipalName": "[email protected]" | ||
}, | ||
"reviewedDateTime": "2018-08-03T21:02:30.667Z", | ||
"decision": "Deny", | ||
"justification": "This person has left this team", | ||
"appliedBy": { | ||
"principalType": "user", | ||
"principalId": "36777fc8-4ec2-49ea-a56c-cec0bd47d83a", | ||
"principalName": "Amit Ghosh", | ||
"userPrincipalName": "[email protected]" | ||
}, | ||
"appliedDateTime": "2018-10-03T21:02:30.667Z", | ||
"applyResult": "Success", | ||
"recommendation": "Deny", | ||
"principal": { | ||
"type": "user", | ||
"id": "a6c7aecb-cbfd-4763-87ef-e91b4bd509d9", | ||
"displayName": "Shubham Gupta", | ||
"userPrincipalName": "[email protected]" | ||
}, | ||
"resource": { | ||
"type": "azureRole", | ||
"id": "a6c7aecb-cbfd-4763-87ef-e91b4bd509d9", | ||
"displayName": "Owner" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
...horization/preview/2021-07-01-preview/examples/GetAccessReviewInstanceMyDecisionById.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-07-01-preview", | ||
"id": "4135f961-be78-4005-8101-c72a5af307a2", | ||
"scheduleDefinitionId": "488a6d0e-0a63-4946-86e3-1f5bbc934661", | ||
"decisionId": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/488a6d0e-0a63-4946-86e3-1f5bbc934661/instances/4135f961-be78-4005-8101-c72a5af307a2/decisions/fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"type": "Microsoft.Authorization/accessReviewScheduleDefinitions/instances/decisions", | ||
"name": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"properties": { | ||
"reviewedBy": { | ||
"principalType": "user", | ||
"principalId": "a6c7aecb-cbfd-4763-87ef-e91b4bd509d9", | ||
"principalName": "Shubham Gupta", | ||
"userPrincipalName": "[email protected]" | ||
}, | ||
"reviewedDateTime": "2018-08-03T21:02:30.667Z", | ||
"decision": "Deny", | ||
"justification": "This person has left this team", | ||
"appliedBy": { | ||
"principalType": "user", | ||
"principalId": "36777fc8-4ec2-49ea-a56c-cec0bd47d83a", | ||
"principalName": "Amit Ghosh", | ||
"userPrincipalName": "[email protected]" | ||
}, | ||
"appliedDateTime": "2018-10-03T21:02:30.667Z", | ||
"applyResult": "Success", | ||
"recommendation": "Deny", | ||
"principal": { | ||
"type": "user", | ||
"id": "a6c7aecb-cbfd-4763-87ef-e91b4bd509d9", | ||
"displayName": "Shubham Gupta", | ||
"userPrincipalName": "[email protected]" | ||
}, | ||
"resource": { | ||
"type": "azureRole", | ||
"id": "a6c7aecb-cbfd-4763-87ef-e91b4bd509d9", | ||
"displayName": "Owner" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
51 changes: 51 additions & 0 deletions
51
...Authorization/preview/2021-07-01-preview/examples/GetAccessReviewInstanceMyDecisions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-07-01-preview", | ||
"scheduleDefinitionId": "488a6d0e-0a63-4946-86e3-1f5bbc934661", | ||
"id": "4135f961-be78-4005-8101-c72a5af307a2" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/488a6d0e-0a63-4946-86e3-1f5bbc934661/instances/4135f961-be78-4005-8101-c72a5af307a2/decisions/fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"type": "Microsoft.Authorization/accessReviewScheduleDefinitions/instances/decisions", | ||
"name": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"properties": { | ||
"reviewedBy": { | ||
"principalType": "user", | ||
"principalId": "a6c7aecb-cbfd-4763-87ef-e91b4bd509d9", | ||
"principalName": "Shubham Gupta", | ||
"userPrincipalName": "[email protected]" | ||
}, | ||
"reviewedDateTime": "2018-08-03T21:02:30.667Z", | ||
"decision": "Deny", | ||
"justification": "This person has left this team", | ||
"appliedBy": { | ||
"principalType": "user", | ||
"principalId": "36777fc8-4ec2-49ea-a56c-cec0bd47d83a", | ||
"principalName": "Amit Ghosh", | ||
"userPrincipalName": "[email protected]" | ||
}, | ||
"appliedDateTime": "2018-10-03T21:02:30.667Z", | ||
"applyResult": "Success", | ||
"recommendation": "Deny", | ||
"principal": { | ||
"type": "user", | ||
"id": "a6c7aecb-cbfd-4763-87ef-e91b4bd509d9", | ||
"displayName": "Shubham Gupta", | ||
"userPrincipalName": "[email protected]" | ||
}, | ||
"resource": { | ||
"type": "azureRole", | ||
"id": "a6c7aecb-cbfd-4763-87ef-e91b4bd509d9", | ||
"displayName": "Owner" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...Microsoft.Authorization/preview/2021-07-01-preview/examples/GetAccessReviewInstances.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-07-01-preview", | ||
"subscriptionId": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d", | ||
"scheduleDefinitionId": "265785a7-a81f-4201-8a18-bb0db95982b7" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/fa73e90b-5bf1-45fd-a182-35ce5fc0674d/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/fa73e90b-5bf1-45fd-a182-35ce5fc0674d/instances/4135f961-be78-4005-8101-c72a5af307a2", | ||
"type": "Microsoft.Authorization/accessReviewScheduleDefinitions/instances", | ||
"name": "4135f961-be78-4005-8101-c72a5af307a2", | ||
"properties": { | ||
"status": "Applied", | ||
"startDateTime": "2018-08-03T21:02:30.667Z", | ||
"endDateTime": "2018-08-03T21:17:30.513Z" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...on/preview/2021-07-01-preview/examples/GetAccessReviewInstancesAssignedForMyApproval.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-07-01-preview", | ||
"scheduleDefinitionId": "488a6d0e-0a63-4946-86e3-1f5bbc934661", | ||
"$filter": "assignedToMeToReview()" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/488a6d0e-0a63-4946-86e3-1f5bbc934661/instances/4135f961-be78-4005-8101-c72a5af307a2", | ||
"type": "Microsoft.Authorization/accessReviewScheduleDefinitions/instances", | ||
"name": "4135f961-be78-4005-8101-c72a5af307a2", | ||
"properties": { | ||
"status": "Applied", | ||
"startDateTime": "2018-08-03T21:02:30.667Z", | ||
"endDateTime": "2018-08-03T21:17:30.513Z" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.