Skip to content
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 @@ -1194,7 +1194,7 @@
"ReservationTransactions"
],
"operationId": "ReservationTransactions_List",
"description": "List of transactions for reserved instances on billing account scope",
"description": "List of transactions for reserved instances on billing account scope. Note: The refund transactions are posted along with its purchase transaction (i.e. in the purchase billing month). For example, The refund is requested in May 2021. This refund transaction will have event date as May 2021 but the billing month as April 2020 when the reservation purchase was made.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/consumption/"
},
Expand All @@ -1206,7 +1206,7 @@
"parameters": [
{
"name": "$filter",
"description": "Filter reservation transactions by date range. The properties/EventDate for start date and end date. The filter supports 'le' and 'ge' ",
"description": "Filter reservation transactions by date range. The properties/EventDate for start date and end date. The filter supports 'le' and 'ge'. Note: API returns data for the entire start date's and end date's billing month. For example, filter properties/eventDate+ge+2020-01-01+AND+properties/eventDate+le+2020-12-29 will include data for the entire December 2020 month (i.e. will contain records for dates December 30 and 31)",
"in": "query",
"required": false,
"type": "string"
Expand Down Expand Up @@ -1243,7 +1243,7 @@
"ReservationTransactions"
],
"operationId": "ReservationTransactions_ListByBillingProfile",
"description": "List of transactions for reserved instances on billing account scope",
"description": "List of transactions for reserved instances on billing profile scope. The refund transactions are posted along with its purchase transaction (i.e. in the purchase billing month). For example, The refund is requested in May 2021. This refund transaction will have event date as May 2021 but the billing month as April 2020 when the reservation purchase was made.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/consumption/"
},
Expand All @@ -1255,7 +1255,7 @@
"parameters": [
{
"name": "$filter",
"description": "Filter reservation transactions by date range. The properties/EventDate for start date and end date. The filter supports 'le' and 'ge' ",
"description": "Filter reservation transactions by date range. The properties/EventDate for start date and end date. The filter supports 'le' and 'ge'. Note: API returns data for the entire start date's and end date's billing month. For example, filter properties/eventDate+ge+2020-01-01+AND+properties/eventDate+le+2020-12-29 will include data for entire December 2020 month (i.e. will contain records for dates December 30 and 31)",
"in": "query",
"required": false,
"type": "string"
Expand Down Expand Up @@ -3768,7 +3768,7 @@
"readOnly": true
},
"eventType": {
"description": "The type of the transaction (Purchase, Cancel, etc.)",
"description": "The type of the transaction (Purchase, Cancel or Refund).",
"type": "string",
"readOnly": true
},
Expand Down Expand Up @@ -3889,7 +3889,7 @@
"readOnly": true
},
"eventType": {
"description": "The type of the transaction (Purchase, Cancel, etc.)",
"description": "The type of the transaction (Purchase, Cancel or Refund).",
"type": "string",
"readOnly": true
},
Expand Down