Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: reservations\resource-manager\Microsoft.Capacity #5569

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"/providers/Microsoft.Capacity/calculatePrice" : {
"post" : {
"summary" : "Calculate price for a `ReservationOrder`.",
"description" : "Calculate price for placing a `ReservationOrder`\n",
"description" : "Calculate price for placing a `ReservationOrder`.",
"operationId" : "ReservationOrder_Calculate",
"x-ms-examples" : {
"Purchase" : {
Expand Down Expand Up @@ -159,7 +159,7 @@
"/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}" : {
"put" : {
"summary" : "Purchase `ReservationOrder`",
"description" : "Purchase `ReservationOrder` and create resource under the specificed URI\n",
"description" : "Purchase `ReservationOrder` and create resource under the specified URI.",
"operationId" : "ReservationOrder_Purchase",
"x-ms-examples" : {
"Purchase" : {
Expand Down Expand Up @@ -233,7 +233,7 @@
"/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/split" : {
"post" : {
"summary" : "Split the `Reservation`.",
"description" : "Split a `Reservation` into two `Reservation`s with specified quantity distribution.\n",
"description" : "Split a `Reservation` into two `Reservation`s with specified quantity distribution.",
"operationId" : "Reservation_Split",
"x-ms-examples" : {
"Split" : {
Expand Down Expand Up @@ -422,7 +422,7 @@
"/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}/revisions" : {
"get" : {
"summary" : "Get `Reservation` revisions.",
"description" : "List of all the revisions for the `Reservation`.\n",
"description" : "List of all the revisions for the `Reservation`.",
"operationId" : "Reservation_ListRevisions",
"x-ms-examples" : {
"ReservationRevisions" : {
Expand Down