Skip to content

Commit

Permalink
Update Split-AzReservation.md (#15049)
Browse files Browse the repository at this point in the history
I have changed the quantity command in ### Example 1
  • Loading branch information
Srihsu authored May 19, 2021
1 parent a4cdc7d commit a59ff91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reservations/Reservations/help/Split-AzReservation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Split a `Reservation` into two `Reservation`s with specified quantity distributi

### Example 1
```
PS C:\> Split-AzReservation -ReservationOrderId "00000000-ffff-ffff-0000-00000fffff" -ReservationId "11111111-1111-1111-1111-1111111111" -Quantities 2,3
PS C:\> Split-AzReservation -ReservationOrderId "00000000-ffff-ffff-0000-00000fffff" -ReservationId "11111111-1111-1111-1111-1111111111" -Quantity 2,3
```

Split the specified `Reservation` into two `Reservation`s with the corresponding quantities
Expand Down

0 comments on commit a59ff91

Please sign in to comment.