Skip to content

Commit

Permalink
Fix broken SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
leherpel committed Jan 11, 2022
1 parent 7e4b3eb commit 040d220
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1513,8 +1513,7 @@
"items": {
"$ref": "#/definitions/AccessReviewReviewer"
},
"description": "This is the collection of backup reviewers.",
"x-ms-identifiers": []
"description": "This is the collection of backup reviewers."
},
"reviewersType": {
"type": "string",
Expand Down Expand Up @@ -1609,16 +1608,14 @@
"items": {
"$ref": "#/definitions/AccessReviewReviewer"
},
"description": "This is the collection of reviewers.",
"x-ms-identifiers": []
"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": []
"description": "This is the collection of backup reviewers."
},
"reviewersType": {
"type": "string",
Expand Down Expand Up @@ -1900,8 +1897,7 @@
"items": {
"$ref": "#/definitions/AccessReviewScope"
},
"description": "A collection of scopes used when selecting review history data",
"x-ms-identifiers": []
"description": "A collection of scopes used when selecting review history data"
},
"settings": {
"x-ms-client-flatten": true,
Expand Down

0 comments on commit 040d220

Please sign in to comment.