Skip to content

Commit

Permalink
adding nextlink to responses for Lint failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
msft-adrianma committed Jun 17, 2020
1 parent 3cd239b commit 8b2dfe5
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7964,6 +7964,11 @@
"items": {
"$ref": "#/definitions/BillingRoleAssignment"
}
},
"nextLink": {
"description": "The link (url) to the next page of results.",
"type": "string",
"readOnly": true
}
}
},
Expand Down Expand Up @@ -8048,6 +8053,11 @@
"items": {
"$ref": "#/definitions/BillingRoleDefinition"
}
},
"nextLink": {
"description": "The link (url) to the next page of results.",
"type": "string",
"readOnly": true
}
}
},
Expand Down Expand Up @@ -8099,6 +8109,11 @@
"items": {
"$ref": "#/definitions/BillingPermissionsProperties"
}
},
"nextLink": {
"description": "The link (url) to the next page of results.",
"type": "string",
"readOnly": true
}
}
},
Expand Down

0 comments on commit 8b2dfe5

Please sign in to comment.