Skip to content

Commit

Permalink
update RI transactions description (#19598)
Browse files Browse the repository at this point in the history
  • Loading branch information
pednekarpraj authored Jun 27, 2022
1 parent 6c065f8 commit aae39a0
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,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 @@ -1209,7 +1209,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 @@ -1246,7 +1246,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 @@ -1258,7 +1258,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 @@ -3771,7 +3771,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 @@ -3892,7 +3892,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

0 comments on commit aae39a0

Please sign in to comment.