diff --git a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json index 64c7ddf2e524..8267f16b0fb5 100644 --- a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json +++ b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json @@ -4375,6 +4375,12 @@ "$ref": "#/definitions/BillingProfile" } }, + "totalCount": { + "description": "Total number of records.", + "type": "number", + "format": "int32", + "readOnly": true + }, "nextLink": { "description": "The link (url) to the next page of results.", "type": "string", @@ -6429,13 +6435,10 @@ "modelAsString": true } }, - "billingProfilesInfo": { - "type": "array", + "billingProfileInfo": { "description": "The list of billing profiles associated with agreement and present only for specific agreements.", "readOnly": true, - "items": { - "$ref": "#/definitions/BillingProfileInfo" - } + "$ref": "#/definitions/BillingProfileInfo" }, "effectiveDate": { "description": "The date from which the agreement is effective.", @@ -6464,8 +6467,8 @@ } }, "BillingProfileInfo": { - "type": "object", "description": "Details about billing profile associated with agreement and available only for specific agreements.", + "type": "object", "properties": { "billingProfileId": { "description": "The unique identifier for the billing profile.",