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..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 @@ -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,24 @@ } } }, + "BillingProfileInfo": { + "type": "object", + "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": {