From 839aa6625cdadcaecc0750375ceb30a6cfe67c15 Mon Sep 17 00:00:00 2001 From: srilatha inavolu Date: Wed, 19 Oct 2022 19:41:00 -0700 Subject: [PATCH] Sri/recommendation details (#21175) * Add blockchain to latest profile * Add additional types * Clarifying definitions of recommendation details properties. * Updating some more definitions. Co-authored-by: Mark Cowlishaw --- .../stable/2021-10-01/consumption.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/consumption.json b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/consumption.json index 3f2d05cd1c21..226f0cc35b16 100644 --- a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/consumption.json +++ b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/consumption.json @@ -3250,15 +3250,15 @@ } }, "ReservationRecommendationDetailsCalculatedSavingsProperties": { - "description": "Details of estimated savings.", + "description": "Details of estimated savings. The costs and savings are estimated for the term.", "properties": { "onDemandCost": { - "description": "The cost without reservation.", + "description": "The cost without reservation. Includes hardware and software cost.", "type": "number", "readOnly": true }, "overageCost": { - "description": "The difference between total reservation cost and reservation cost.", + "description": "Hardware and software cost of the resources not covered by the reservation.", "type": "number", "readOnly": true }, @@ -3268,12 +3268,12 @@ "readOnly": true }, "reservationCost": { - "description": "The exact cost of the estimated usage using reservation.", + "description": "Hardware cost of the resources covered by the reservation.", "type": "number", "readOnly": true }, "totalReservationCost": { - "description": "The cost of the suggested quantity.", + "description": "Reservation cost + software cost of the resources covered by the reservation + overage cost.", "type": "number", "readOnly": true }, @@ -3282,7 +3282,7 @@ "type": "number" }, "savings": { - "description": "The amount saved by purchasing the recommended quantity of reservation.", + "description": "The amount saved by purchasing the recommended quantity of reservation. This is equal to onDemandCost - totalReservationCost.", "type": "number", "readOnly": true } @@ -3300,7 +3300,7 @@ "readOnly": true }, "onDemandRate": { - "description": "On demand rate of the resource.", + "description": "Hourly on-demand rate of the resource. Includes only hardware rate i.e, software rate is not included.", "type": "number", "readOnly": true }, @@ -3315,7 +3315,7 @@ "readOnly": true }, "reservationRate": { - "description": "Reservation rate of the resource.", + "description": "Hourly reservation rate of the resource. Varies based on the term.", "type": "number", "readOnly": true },