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.
* new api changes * referer url change
- Loading branch information
Showing
32 changed files
with
1,721 additions
and
1,432 deletions.
There are no files selected for viewing
1,032 changes: 563 additions & 469 deletions
1,032
.../edgeorder/resource-manager/Microsoft.EdgeOrder/preview/2020-12-01-preview/edgeorder.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
48 changes: 48 additions & 0 deletions
48
...ource-manager/Microsoft.EdgeOrder/preview/2020-12-01-preview/examples/GetOrderByName.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,48 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", | ||
"resourceGroupName": "TestRG", | ||
"location": "%7B%7B%7Blocation%7D%7D", | ||
"orderName": "TestOrderItemName901", | ||
"api-version": "2020-12-01-preview", | ||
"User-Agent": [ | ||
"vscode-restclient" | ||
], | ||
"Referer": [ | ||
"https://localhost/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/TestRG/providers/Microsoft.EdgeOrder/locations/westus/orders/TestOrderItemName901?api-version=2020-12-01-preview" | ||
] | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"orderItemIds": [ | ||
"/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/TestRG/providers/Microsoft.EdgeOrder/orderItems/TestOrderItemName901" | ||
], | ||
"currentStage": { | ||
"stageStatus": "InProgress", | ||
"stageName": "InReview", | ||
"startTime": "0001-01-01T05:30:00+05:30" | ||
}, | ||
"orderStageHistory": [ | ||
{ | ||
"stageStatus": "None", | ||
"stageName": "InReview" | ||
}, | ||
{ | ||
"stageStatus": "None", | ||
"stageName": "Placed" | ||
}, | ||
{ | ||
"stageStatus": "None", | ||
"stageName": "Confirmed" | ||
} | ||
] | ||
}, | ||
"name": "TestOrderItemName901", | ||
"id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/TestRG/providers/Microsoft.EdgeOrder/locations/westus/orders/TestOrderItemName901", | ||
"type": "Microsoft.EdgeOrder/orders" | ||
} | ||
} | ||
} | ||
} |
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
Oops, something went wrong.