From 3f4d7da63b148e5418cbacbb2645c9accedccbaf Mon Sep 17 00:00:00 2001 From: "REDMOND\\muazmian" Date: Mon, 7 Feb 2022 12:03:02 -0800 Subject: [PATCH 1/2] Adding missing properties from GA swagger --- .../stable/2020-05-01/billing.json | 28 +++++++++++++++++++ 1 file changed, 28 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..db3ca8375b8f 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", @@ -6423,6 +6429,11 @@ "modelAsString": true } }, + "billingProfileInfo": { + "description": "The list of billing profiles associated with agreement and present only for specific agreements.", + "readOnly": true, + "$ref": "#/definitions/BillingProfileInfo" + }, "effectiveDate": { "description": "The date from which the agreement is effective.", "type": "string", @@ -6449,6 +6460,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 4ebdac46110ec44a431a9ea2b6a9b98514939414 Mon Sep 17 00:00:00 2001 From: "REDMOND\\muazmian" Date: Wed, 9 Feb 2022 13:22:59 -0800 Subject: [PATCH 2/2] Adding object property --- .../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 ae730bf549f8..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 @@ -6468,6 +6468,7 @@ }, "BillingProfileInfo": { "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.",