|
1197 | 1197 | "ReservationTransactions"
|
1198 | 1198 | ],
|
1199 | 1199 | "operationId": "ReservationTransactions_List",
|
1200 |
| - "description": "List of transactions for reserved instances on billing account scope", |
| 1200 | + "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.", |
1201 | 1201 | "externalDocs": {
|
1202 | 1202 | "url": "https://docs.microsoft.com/en-us/rest/api/consumption/"
|
1203 | 1203 | },
|
|
1209 | 1209 | "parameters": [
|
1210 | 1210 | {
|
1211 | 1211 | "name": "$filter",
|
1212 |
| - "description": "Filter reservation transactions by date range. The properties/EventDate for start date and end date. The filter supports 'le' and 'ge' ", |
| 1212 | + "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)", |
1213 | 1213 | "in": "query",
|
1214 | 1214 | "required": false,
|
1215 | 1215 | "type": "string"
|
|
1246 | 1246 | "ReservationTransactions"
|
1247 | 1247 | ],
|
1248 | 1248 | "operationId": "ReservationTransactions_ListByBillingProfile",
|
1249 |
| - "description": "List of transactions for reserved instances on billing account scope", |
| 1249 | + "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.", |
1250 | 1250 | "externalDocs": {
|
1251 | 1251 | "url": "https://docs.microsoft.com/en-us/rest/api/consumption/"
|
1252 | 1252 | },
|
|
1258 | 1258 | "parameters": [
|
1259 | 1259 | {
|
1260 | 1260 | "name": "$filter",
|
1261 |
| - "description": "Filter reservation transactions by date range. The properties/EventDate for start date and end date. The filter supports 'le' and 'ge' ", |
| 1261 | + "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)", |
1262 | 1262 | "in": "query",
|
1263 | 1263 | "required": false,
|
1264 | 1264 | "type": "string"
|
|
3771 | 3771 | "readOnly": true
|
3772 | 3772 | },
|
3773 | 3773 | "eventType": {
|
3774 |
| - "description": "The type of the transaction (Purchase, Cancel, etc.)", |
| 3774 | + "description": "The type of the transaction (Purchase, Cancel or Refund).", |
3775 | 3775 | "type": "string",
|
3776 | 3776 | "readOnly": true
|
3777 | 3777 | },
|
|
3892 | 3892 | "readOnly": true
|
3893 | 3893 | },
|
3894 | 3894 | "eventType": {
|
3895 |
| - "description": "The type of the transaction (Purchase, Cancel, etc.)", |
| 3895 | + "description": "The type of the transaction (Purchase, Cancel or Refund).", |
3896 | 3896 | "type": "string",
|
3897 | 3897 | "readOnly": true
|
3898 | 3898 | },
|
|
0 commit comments