Skip to content

Commit aae39a0

Browse files
authored
update RI transactions description (#19598)
1 parent 6c065f8 commit aae39a0

File tree

1 file changed

+6
-6
lines changed
  • specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01

1 file changed

+6
-6
lines changed

specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/consumption.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@
11971197
"ReservationTransactions"
11981198
],
11991199
"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.",
12011201
"externalDocs": {
12021202
"url": "https://docs.microsoft.com/en-us/rest/api/consumption/"
12031203
},
@@ -1209,7 +1209,7 @@
12091209
"parameters": [
12101210
{
12111211
"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)",
12131213
"in": "query",
12141214
"required": false,
12151215
"type": "string"
@@ -1246,7 +1246,7 @@
12461246
"ReservationTransactions"
12471247
],
12481248
"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.",
12501250
"externalDocs": {
12511251
"url": "https://docs.microsoft.com/en-us/rest/api/consumption/"
12521252
},
@@ -1258,7 +1258,7 @@
12581258
"parameters": [
12591259
{
12601260
"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)",
12621262
"in": "query",
12631263
"required": false,
12641264
"type": "string"
@@ -3771,7 +3771,7 @@
37713771
"readOnly": true
37723772
},
37733773
"eventType": {
3774-
"description": "The type of the transaction (Purchase, Cancel, etc.)",
3774+
"description": "The type of the transaction (Purchase, Cancel or Refund).",
37753775
"type": "string",
37763776
"readOnly": true
37773777
},
@@ -3892,7 +3892,7 @@
38923892
"readOnly": true
38933893
},
38943894
"eventType": {
3895-
"description": "The type of the transaction (Purchase, Cancel, etc.)",
3895+
"description": "The type of the transaction (Purchase, Cancel or Refund).",
38963896
"type": "string",
38973897
"readOnly": true
38983898
},

0 commit comments

Comments
 (0)