diff --git a/specification/reservations/resource-manager/Microsoft.Capacity/stable/2022-11-01/reservations.json b/specification/reservations/resource-manager/Microsoft.Capacity/stable/2022-11-01/reservations.json index 4edc8f117712..312a92004e6a 100644 --- a/specification/reservations/resource-manager/Microsoft.Capacity/stable/2022-11-01/reservations.json +++ b/specification/reservations/resource-manager/Microsoft.Capacity/stable/2022-11-01/reservations.json @@ -178,7 +178,7 @@ "post": { "summary": "Calculate price for a `ReservationOrder`.", "description": "Calculate price for placing a `ReservationOrder`.", - "operationId": "ReservationOrder_Calculate", + "operationId": "ReservationOrder_CalculatePrice", "x-ms-examples": { "Purchase": { "$ref": "./examples/CalculateReservationOrder.json" @@ -730,7 +730,7 @@ "post": { "summary": "Calculate the refund amount of a reservation order.", "description": "Calculate price for returning `Reservations` if there are no policy errors.\n", - "operationId": "CalculateRefund_Post", + "operationId": "ReservationOrder_CalculateRefund", "x-ms-examples": { "Purchase": { "$ref": "./examples/CalculateRefund.json" @@ -770,7 +770,7 @@ "post": { "summary": "Return a reservation.", "description": "Return a reservation.", - "operationId": "Return_Post", + "operationId": "ReservationOrder_Return", "x-ms-examples": { "Purchase": { "$ref": "./examples/Return.json" @@ -815,7 +815,7 @@ "post": { "summary": "Calculates the refund amounts and price of the new purchases.", "description": "Calculates price for exchanging `Reservations` if there are no policy errors.\n", - "operationId": "CalculateExchange_Post", + "operationId": "CalculateExchange", "x-ms-examples": { "CalculateExchange": { "$ref": "./examples/CalculateExchange.json" @@ -874,7 +874,7 @@ "post": { "summary": "Exchange Reservation(s)", "description": "Returns one or more `Reservations` in exchange for one or more `Reservation` purchases.\n", - "operationId": "Exchange_Post", + "operationId": "Exchange", "x-ms-examples": { "Exchange": { "$ref": "./examples/Exchange.json"