Skip to content

Commit 8b2dfe5

Browse files
committed
adding nextlink to responses for Lint failures.
1 parent 3cd239b commit 8b2dfe5

File tree

1 file changed

+15
-0
lines changed
  • specification/billing/resource-manager/Microsoft.Billing/preview/2019-10-01-preview

1 file changed

+15
-0
lines changed

specification/billing/resource-manager/Microsoft.Billing/preview/2019-10-01-preview/billing.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7964,6 +7964,11 @@
79647964
"items": {
79657965
"$ref": "#/definitions/BillingRoleAssignment"
79667966
}
7967+
},
7968+
"nextLink": {
7969+
"description": "The link (url) to the next page of results.",
7970+
"type": "string",
7971+
"readOnly": true
79677972
}
79687973
}
79697974
},
@@ -8048,6 +8053,11 @@
80488053
"items": {
80498054
"$ref": "#/definitions/BillingRoleDefinition"
80508055
}
8056+
},
8057+
"nextLink": {
8058+
"description": "The link (url) to the next page of results.",
8059+
"type": "string",
8060+
"readOnly": true
80518061
}
80528062
}
80538063
},
@@ -8099,6 +8109,11 @@
80998109
"items": {
81008110
"$ref": "#/definitions/BillingPermissionsProperties"
81018111
}
8112+
},
8113+
"nextLink": {
8114+
"description": "The link (url) to the next page of results.",
8115+
"type": "string",
8116+
"readOnly": true
81028117
}
81038118
}
81048119
},

0 commit comments

Comments
 (0)