Skip to content

Commit 7dd1c2d

Browse files
authored
Adding totalCount to transactionList result (#14858)
1 parent 1ca4e7d commit 7dd1c2d

File tree

1 file changed

+6
-0
lines changed
  • specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01

1 file changed

+6
-0
lines changed

specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5729,6 +5729,12 @@
57295729
"$ref": "#/definitions/Transaction"
57305730
}
57315731
},
5732+
"totalCount": {
5733+
"description": "Total number of records.",
5734+
"type": "number",
5735+
"format": "int32",
5736+
"readOnly": true
5737+
},
57325738
"nextLink": {
57335739
"description": "The link (url) to the next page of results.",
57345740
"type": "string",

0 commit comments

Comments
 (0)