Skip to content

Commit 80e0bf2

Browse files
authored
[S360 Correctness] Microsoft.Billing Adding missing property in GA swagger (#17458)
* Adding totalCount to transactionList result * Adding BilingProfileInfo on agreements to GA version * Adding type object
1 parent ae88d63 commit 80e0bf2

File tree

1 file changed

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

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6429,6 +6429,14 @@
64296429
"modelAsString": true
64306430
}
64316431
},
6432+
"billingProfilesInfo": {
6433+
"type": "array",
6434+
"description": "The list of billing profiles associated with agreement and present only for specific agreements.",
6435+
"readOnly": true,
6436+
"items": {
6437+
"$ref": "#/definitions/BillingProfileInfo"
6438+
}
6439+
},
64326440
"effectiveDate": {
64336441
"description": "The date from which the agreement is effective.",
64346442
"type": "string",
@@ -6455,6 +6463,24 @@
64556463
}
64566464
}
64576465
},
6466+
"BillingProfileInfo": {
6467+
"type": "object",
6468+
"description": "Details about billing profile associated with agreement and available only for specific agreements.",
6469+
"properties": {
6470+
"billingProfileId": {
6471+
"description": "The unique identifier for the billing profile.",
6472+
"type": "string"
6473+
},
6474+
"billingProfileDisplayName": {
6475+
"description": "The name of the billing profile",
6476+
"type": "string"
6477+
},
6478+
"indirectRelationshipOrganizationName": {
6479+
"description": "Billing account name. This property is available for a specific type of agreement.",
6480+
"type": "string"
6481+
}
6482+
}
6483+
},
64586484
"Participants": {
64596485
"description": "The details about a participant.",
64606486
"properties": {

0 commit comments

Comments
 (0)