Skip to content

Commit 0c48f2a

Browse files
bradenwatkinsBraden Watkins
andauthored
Add TotalCount property to ListInvoices (#16623)
Co-authored-by: Braden Watkins <[email protected]>
1 parent 99c77e2 commit 0c48f2a

File tree

2 files changed

+13
-1
lines changed
  • specification/billing/resource-manager/Microsoft.Billing

2 files changed

+13
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7320,6 +7320,12 @@
73207320
"description": "The link (url) to the next page of results.",
73217321
"type": "string",
73227322
"readOnly": true
7323+
},
7324+
"totalCount": {
7325+
"description": "Total number of records.",
7326+
"type": "number",
7327+
"format": "int32",
7328+
"readOnly": true
73237329
}
73247330
}
73257331
},

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5037,6 +5037,12 @@
50375037
"description": "The link (url) to the next page of results.",
50385038
"type": "string",
50395039
"readOnly": true
5040+
},
5041+
"totalCount": {
5042+
"description": "Total number of records.",
5043+
"type": "number",
5044+
"format": "int32",
5045+
"readOnly": true
50405046
}
50415047
}
50425048
},
@@ -5092,8 +5098,8 @@
50925098
"$ref": "#/definitions/Amount"
50935099
},
50945100
"azurePrepaymentApplied": {
5095-
"description": "The amount of Azure prepayment applied to the charges. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.",
50965101
"readOnly": true,
5102+
"description": "The amount of Azure prepayment applied to the charges. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.",
50975103
"$ref": "#/definitions/Amount"
50985104
},
50995105
"billedAmount": {

0 commit comments

Comments
 (0)