Skip to content

Commit 9b06c50

Browse files
muazmianFredericHeem
authored andcommitted
[Microsoft.Billing] S360 | Adding missing properties for GA swagger (Azure#17715)
* Adding missing properties from GA swagger * Adding object property
1 parent 17344d0 commit 9b06c50

File tree

1 file changed

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

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4341,6 +4341,12 @@
43414341
"$ref": "#/definitions/BillingProfile"
43424342
}
43434343
},
4344+
"totalCount": {
4345+
"description": "Total number of records.",
4346+
"type": "number",
4347+
"format": "int32",
4348+
"readOnly": true
4349+
},
43444350
"nextLink": {
43454351
"description": "The link (url) to the next page of results.",
43464352
"type": "string",
@@ -6336,13 +6342,10 @@
63366342
"modelAsString": true
63376343
}
63386344
},
6339-
"billingProfilesInfo": {
6340-
"type": "array",
6345+
"billingProfileInfo": {
63416346
"description": "The list of billing profiles associated with agreement and present only for specific agreements.",
63426347
"readOnly": true,
6343-
"items": {
6344-
"$ref": "#/definitions/BillingProfileInfo"
6345-
}
6348+
"$ref": "#/definitions/BillingProfileInfo"
63466349
},
63476350
"effectiveDate": {
63486351
"description": "The date from which the agreement is effective.",
@@ -6371,8 +6374,8 @@
63716374
}
63726375
},
63736376
"BillingProfileInfo": {
6374-
"type": "object",
63756377
"description": "Details about billing profile associated with agreement and available only for specific agreements.",
6378+
"type": "object",
63766379
"properties": {
63776380
"billingProfileId": {
63786381
"description": "The unique identifier for the billing profile.",

0 commit comments

Comments
 (0)