Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Microsoft.Billing] S360 | Adding missing properties for GA swagger #17715

Merged
merged 3 commits into from
Feb 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -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.",
Expand Down