Skip to content

Commit 839aa66

Browse files
sri-markcowl
authored andcommitted
Sri/recommendation details (Azure#21175)
* Add blockchain to latest profile * Add additional types * Clarifying definitions of recommendation details properties. * Updating some more definitions. Co-authored-by: Mark Cowlishaw <[email protected]>
1 parent 9528ef3 commit 839aa66

File tree

1 file changed

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

1 file changed

+8
-8
lines changed

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -3250,15 +3250,15 @@
32503250
}
32513251
},
32523252
"ReservationRecommendationDetailsCalculatedSavingsProperties": {
3253-
"description": "Details of estimated savings.",
3253+
"description": "Details of estimated savings. The costs and savings are estimated for the term.",
32543254
"properties": {
32553255
"onDemandCost": {
3256-
"description": "The cost without reservation.",
3256+
"description": "The cost without reservation. Includes hardware and software cost.",
32573257
"type": "number",
32583258
"readOnly": true
32593259
},
32603260
"overageCost": {
3261-
"description": "The difference between total reservation cost and reservation cost.",
3261+
"description": "Hardware and software cost of the resources not covered by the reservation.",
32623262
"type": "number",
32633263
"readOnly": true
32643264
},
@@ -3268,12 +3268,12 @@
32683268
"readOnly": true
32693269
},
32703270
"reservationCost": {
3271-
"description": "The exact cost of the estimated usage using reservation.",
3271+
"description": "Hardware cost of the resources covered by the reservation.",
32723272
"type": "number",
32733273
"readOnly": true
32743274
},
32753275
"totalReservationCost": {
3276-
"description": "The cost of the suggested quantity.",
3276+
"description": "Reservation cost + software cost of the resources covered by the reservation + overage cost.",
32773277
"type": "number",
32783278
"readOnly": true
32793279
},
@@ -3282,7 +3282,7 @@
32823282
"type": "number"
32833283
},
32843284
"savings": {
3285-
"description": "The amount saved by purchasing the recommended quantity of reservation.",
3285+
"description": "The amount saved by purchasing the recommended quantity of reservation. This is equal to onDemandCost - totalReservationCost.",
32863286
"type": "number",
32873287
"readOnly": true
32883288
}
@@ -3300,7 +3300,7 @@
33003300
"readOnly": true
33013301
},
33023302
"onDemandRate": {
3303-
"description": "On demand rate of the resource.",
3303+
"description": "Hourly on-demand rate of the resource. Includes only hardware rate i.e, software rate is not included.",
33043304
"type": "number",
33053305
"readOnly": true
33063306
},
@@ -3315,7 +3315,7 @@
33153315
"readOnly": true
33163316
},
33173317
"reservationRate": {
3318-
"description": "Reservation rate of the resource.",
3318+
"description": "Hourly reservation rate of the resource. Varies based on the term.",
33193319
"type": "number",
33203320
"readOnly": true
33213321
},

0 commit comments

Comments
 (0)