Skip to content
Merged
Show file tree
Hide file tree
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 @@ -7320,6 +7320,12 @@
"description": "The link (url) to the next page of results.",
"type": "string",
"readOnly": true
},
"totalCount": {
"description": "Total number of records.",
"type": "number",
"format": "int32",
"readOnly": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5037,6 +5037,12 @@
"description": "The link (url) to the next page of results.",
"type": "string",
"readOnly": true
},
"totalCount": {
"description": "Total number of records.",
"type": "number",
"format": "int32",
"readOnly": true
}
}
},
Expand Down Expand Up @@ -5092,8 +5098,8 @@
"$ref": "#/definitions/Amount"
},
"azurePrepaymentApplied": {
"description": "The amount of Azure prepayment applied to the charges. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.",
"readOnly": true,
"description": "The amount of Azure prepayment applied to the charges. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.",
"$ref": "#/definitions/Amount"
},
"billedAmount": {
Expand Down