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

[AutoPR] reservations/resource-manager #4792

Merged
merged 12 commits into from
Apr 26, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Generated from 2a27c087f73db194c6bc57747665dc2f62e2d6f4 (#4794)
fix: reservations\resource-manager\Microsoft.Capacity

- Remove trailing newline in description
- specificed -> specified
  • Loading branch information
AutorestCI authored Apr 8, 2019
commit e10fc7bace6de58a6bd37fc1476c21b2ce29c310
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def split(

Split a `Reservation` into two `Reservation`s with specified quantity
distribution.
.

:param reservation_order_id: Order Id of the reservation
:type reservation_order_id: str
Expand Down Expand Up @@ -478,7 +477,6 @@ def list_revisions(
"""Get `Reservation` revisions.

List of all the revisions for the `Reservation`.
.

:param reservation_id: Id of the Reservation Item
:type reservation_id: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ def calculate(
self, body, custom_headers=None, raw=False, **operation_config):
"""Calculate price for a `ReservationOrder`.

Calculate price for placing a `ReservationOrder`
.
Calculate price for placing a `ReservationOrder`.

:param body: Information needed for calculate or purchase reservation
:type body: ~azure.mgmt.reservations.models.PurchaseRequest
Expand Down Expand Up @@ -212,9 +211,8 @@ def purchase(
self, reservation_order_id, body, custom_headers=None, raw=False, polling=True, **operation_config):
"""Purchase `ReservationOrder`.

Purchase `ReservationOrder` and create resource under the specificed
URI
.
Purchase `ReservationOrder` and create resource under the specified
URI.

:param reservation_order_id: Order Id of the reservation
:type reservation_order_id: str
Expand Down