From c33a7a6ebbfc4ab58ebffe0fc8ef8472de756b79 Mon Sep 17 00:00:00 2001 From: "REDMOND\\muazmian" Date: Wed, 16 Jun 2021 16:35:07 -0700 Subject: [PATCH 1/3] Adding totalCount to transactionList result --- .../Microsoft.Billing/stable/2020-05-01/billing.json | 6 ++++++ 1 file changed, 6 insertions(+) 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 5256816c34ae..f21b8f6c8c51 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 @@ -5729,6 +5729,12 @@ "$ref": "#/definitions/Transaction" } }, + "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", From 5ad53be354eac2cd0f7ae5b1abfa1c01e5ff2fad Mon Sep 17 00:00:00 2001 From: "REDMOND\\muazmian" Date: Fri, 21 Jan 2022 17:33:08 -0800 Subject: [PATCH 2/3] Adding BilingProfileInfo on agreements to GA version --- .../stable/2020-05-01/billing.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) 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 d26a16a24c4a..0b1d10b8f657 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 @@ -6423,6 +6423,14 @@ "modelAsString": true } }, + "billingProfilesInfo": { + "type": "array", + "description": "The list of billing profiles associated with agreement and present only for specific agreements.", + "readOnly": true, + "items": { + "$ref": "#/definitions/BillingProfileInfo" + } + }, "effectiveDate": { "description": "The date from which the agreement is effective.", "type": "string", @@ -6449,6 +6457,23 @@ } } }, + "BillingProfileInfo": { + "description": "Details about billing profile associated with agreement and available only for specific agreements.", + "properties": { + "billingProfileId": { + "description": "The unique identifier for the billing profile.", + "type": "string" + }, + "billingProfileDisplayName": { + "description": "The name of the billing profile", + "type": "string" + }, + "indirectRelationshipOrganizationName": { + "description": "Billing account name. This property is available for a specific type of agreement.", + "type": "string" + } + } + }, "Participants": { "description": "The details about a participant.", "properties": { From cc012e96cc9bb035f7e595ed954f175bf6186c92 Mon Sep 17 00:00:00 2001 From: "REDMOND\\muazmian" Date: Fri, 21 Jan 2022 17:44:00 -0800 Subject: [PATCH 3/3] Adding type object --- .../Microsoft.Billing/stable/2020-05-01/billing.json | 1 + 1 file changed, 1 insertion(+) 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 0b1d10b8f657..f1874c5f838c 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 @@ -6458,6 +6458,7 @@ } }, "BillingProfileInfo": { + "type": "object", "description": "Details about billing profile associated with agreement and available only for specific agreements.", "properties": { "billingProfileId": {