Skip to content

Commit d4e3266

Browse files
us6193Umang Shah
authored andcommitted
S360 swagger correctness - added missing property totalCount (Azure#21091)
Co-authored-by: Umang Shah <[email protected]>
1 parent d9f65ae commit d4e3266

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

specification/billing/resource-manager/Microsoft.Billing/stable/2021-10-01/billingSubscription.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,12 @@
647647
"$ref": "#/definitions/BillingSubscription"
648648
}
649649
},
650+
"totalCount": {
651+
"description": "Total number of records.",
652+
"type": "number",
653+
"format": "int32",
654+
"readOnly": true
655+
},
650656
"nextLink": {
651657
"description": "The link (url) to the next page of results.",
652658
"type": "string",

specification/billing/resource-manager/Microsoft.Billing/stable/2021-10-01/examples/BillingSubscriptionsListByBillingAccount.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"responses": {
77
"200": {
88
"body": {
9+
"totalCount": 3,
910
"value": [
1011
{
1112
"id": "/providers/Microsoft.Billing/BillingAccounts/{billingAccountName}/billingSubscriptions/418b0e9c-5dc3-4260-918f-30b90619fe07",

0 commit comments

Comments
 (0)