forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add change directory to reservations spec 2020-10-01-preview
- Loading branch information
Sean Oh
committed
Nov 6, 2020
1 parent
28cd66f
commit 064f7a9
Showing
2 changed files
with
144 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
...crosoft.Capacity/preview/2020-10-01-preview/examples/ChangeDirectoryReservationOrder.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-10-01-preview", | ||
"reservationOrderId": "a075419f-44cc-497f-b68a-14ee811d48b9", | ||
"body": { | ||
"destinationTenantId": "906655ea-30be-4587-9d12-b50e077b0f32" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"reservationOrder" : { | ||
"id": "1f14354c-dc12-4c8d-8090-6f295a3a34aa", | ||
"name": "VM_RI_10-02-2020_15-21", | ||
"isSucceeded": true, | ||
"error": "error string" | ||
}, | ||
"reservations" : [ | ||
{ | ||
"id": "1f14354c-dc12-4c8d-8090-6f295a3a34aa", | ||
"name": "VM_RI_10-02-2020_15-21", | ||
"isSucceeded": true, | ||
"error": "error string" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters