forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edge order GA api version changes and S360 fixes (Azure#16694)
* Existing version into new directory structure * API version change and S360 fixes * read me file changes * minor correction Co-authored-by: Govardhana D K <govardhanadk@microsoft.com>
- Loading branch information
1 parent
3d21367
commit 3401892
Showing
25 changed files
with
5,531 additions
and
8 deletions.
There are no files selected for viewing
3,377 changes: 3,377 additions & 0 deletions
3,377
...ification/edgeorder/resource-manager/Microsoft.EdgeOrder/stable/2021-12-01/edgeorder.json
Large diffs are not rendered by default.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
...rder/resource-manager/Microsoft.EdgeOrder/stable/2021-12-01/examples/CancelOrderItem.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,27 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", | ||
"resourceGroupName": "TestRG", | ||
"orderItemName": "TestOrderItemName1", | ||
"api-version": "2021-12-01", | ||
"User-Agent": [ | ||
"vscode-restclient" | ||
], | ||
"Referer": [ | ||
"https://localhost/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/TestRG/providers/Microsoft.EdgeOrder/orderItems/TestOrderItemName1/cancel?api-version=2021-12-01" | ||
], | ||
"Content-Type": [ | ||
"application/json; charset=utf-8" | ||
], | ||
"Content-Length": [ | ||
"34" | ||
], | ||
"cancellationReason": { | ||
"reason": "Order cancelled" | ||
} | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"204": {} | ||
} | ||
} |
75 changes: 75 additions & 0 deletions
75
...eorder/resource-manager/Microsoft.EdgeOrder/stable/2021-12-01/examples/CreateAddress.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,75 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", | ||
"resourceGroupName": "TestRG", | ||
"addressName": "TestMSAddressName", | ||
"api-version": "2021-12-01", | ||
"User-Agent": [ | ||
"vscode-restclient" | ||
], | ||
"Referer": [ | ||
"https://localhost/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/TestRG/providers/Microsoft.EdgeOrder/addresses/TestMSAddressName?api-version=2021-12-01" | ||
], | ||
"Content-Type": [ | ||
"application/json; charset=utf-8" | ||
], | ||
"Content-Length": [ | ||
"492" | ||
], | ||
"addressResource": { | ||
"properties": { | ||
"shippingAddress": { | ||
"streetAddress1": "16 TOWNSEND ST", | ||
"streetAddress2": "UNIT 1", | ||
"city": "San Francisco", | ||
"stateOrProvince": "CA", | ||
"country": "US", | ||
"postalCode": "94107", | ||
"companyName": "Microsoft", | ||
"addressType": "None" | ||
}, | ||
"contactDetails": { | ||
"contactName": "Petr Cech", | ||
"phone": "1234567890", | ||
"phoneExtension": "", | ||
"emailList": [ | ||
"testemail@microsoft.com" | ||
] | ||
} | ||
}, | ||
"location": "westus" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"shippingAddress": { | ||
"streetAddress1": "16 TOWNSEND ST", | ||
"streetAddress2": "UNIT 1", | ||
"city": "San Francisco", | ||
"stateOrProvince": "CA", | ||
"country": "US", | ||
"postalCode": "94107", | ||
"companyName": "Microsoft", | ||
"addressType": "None" | ||
}, | ||
"contactDetails": { | ||
"contactName": "Petr Cech", | ||
"phone": "1234567890", | ||
"phoneExtension": "", | ||
"emailList": [ | ||
"testemail@microsoft.com" | ||
] | ||
} | ||
}, | ||
"location": "westus", | ||
"tags": {}, | ||
"name": "TestMSAddressName", | ||
"id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/TestRG/providers/Microsoft.EdgeOrder/addresses/TestMSAddressName", | ||
"type": "Microsoft.EdgeOrder/addresses" | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |
168 changes: 168 additions & 0 deletions
168
...rder/resource-manager/Microsoft.EdgeOrder/stable/2021-12-01/examples/CreateOrderItem.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,168 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", | ||
"resourceGroupName": "TestRG", | ||
"orderItemName": "TestOrderItemName01", | ||
"api-version": "2021-12-01", | ||
"User-Agent": [ | ||
"vscode-restclient" | ||
], | ||
"Referer": [ | ||
"https://localhost/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/TestRG/providers/Microsoft.EdgeOrder/orderItems/TestOrderItemName01?api-version=2021-12-01" | ||
], | ||
"Content-Type": [ | ||
"application/json; charset=utf-8" | ||
], | ||
"Content-Length": [ | ||
"1358" | ||
], | ||
"orderItemResource": { | ||
"properties": { | ||
"orderItemDetails": { | ||
"orderItemType": "Purchase", | ||
"productDetails": { | ||
"hierarchyInformation": { | ||
"productFamilyName": "AzureStackEdge", | ||
"productLineName": "AzureStackEdge", | ||
"productName": "AzureStackEdgeGPU", | ||
"configurationName": "AzureStackEdgeGPU" | ||
} | ||
}, | ||
"preferences": { | ||
"transportPreferences": { | ||
"preferredShipmentType": "MicrosoftManaged" | ||
} | ||
} | ||
}, | ||
"addressDetails": { | ||
"forwardAddress": { | ||
"shippingAddress": { | ||
"streetAddress1": "16 TOWNSEND ST", | ||
"streetAddress2": "UNIT 1", | ||
"city": "San Francisco", | ||
"stateOrProvince": "CA", | ||
"country": "US", | ||
"postalCode": "94107", | ||
"companyName": "Microsoft", | ||
"zipExtendedCode": "1", | ||
"addressType": "Residential" | ||
}, | ||
"contactDetails": { | ||
"contactName": "164 TOWNSEND ST", | ||
"phone": "3213131190", | ||
"emailList": [ | ||
"ssemmail@microsoft.com", | ||
"vishwamdir@microsoft.com" | ||
] | ||
} | ||
} | ||
}, | ||
"orderId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/TestRG/providers/Microsoft.EdgeOrder/locations/westus/orders/TestOrderItemName01" | ||
}, | ||
"tags": { | ||
"mango": "fruit", | ||
"carrot": "vegetable" | ||
}, | ||
"location": "westus" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"orderItemDetails": { | ||
"productDetails": { | ||
"displayInfo": { | ||
"productFamilyDisplayName": "Azure Stack Edge", | ||
"configurationDisplayName": "Azure Stack Edge Pro - 1 GPU" | ||
}, | ||
"hierarchyInformation": { | ||
"productFamilyName": "azurestackedge", | ||
"productLineName": "azurestackedge", | ||
"productName": "azurestackedgegpu", | ||
"configurationName": "azurestackedgegpu" | ||
}, | ||
"count": 0, | ||
"productDoubleEncryptionStatus": "Disabled" | ||
}, | ||
"orderItemType": "Purchase", | ||
"currentStage": { | ||
"stageStatus": "InProgress", | ||
"stageName": "Placed", | ||
"startTime": "2021-06-07T13:08:14.0368516+05:30" | ||
}, | ||
"orderItemStageHistory": [ | ||
{ | ||
"stageStatus": "None", | ||
"stageName": "Placed" | ||
}, | ||
{ | ||
"stageStatus": "None", | ||
"stageName": "Confirmed" | ||
}, | ||
{ | ||
"stageStatus": "None", | ||
"stageName": "ReadyToShip" | ||
}, | ||
{ | ||
"stageStatus": "None", | ||
"stageName": "Shipped" | ||
}, | ||
{ | ||
"stageStatus": "None", | ||
"stageName": "Delivered" | ||
}, | ||
{ | ||
"stageStatus": "None", | ||
"stageName": "InUse" | ||
} | ||
], | ||
"preferences": { | ||
"transportPreferences": { | ||
"preferredShipmentType": "MicrosoftManaged" | ||
} | ||
}, | ||
"notificationEmailList": [], | ||
"cancellationStatus": "Cancellable", | ||
"deletionStatus": "NotAllowed", | ||
"returnStatus": "NotReturnable" | ||
}, | ||
"addressDetails": { | ||
"forwardAddress": { | ||
"shippingAddress": { | ||
"streetAddress1": "16 TOWNSEND ST", | ||
"streetAddress2": "UNIT 1", | ||
"city": "San Francisco", | ||
"stateOrProvince": "CA", | ||
"country": "US", | ||
"postalCode": "94107", | ||
"zipExtendedCode": "1", | ||
"companyName": "Microsoft", | ||
"addressType": "Residential" | ||
}, | ||
"contactDetails": { | ||
"contactName": "164 TOWNSEND ST", | ||
"phone": "3213131190", | ||
"emailList": [ | ||
"ssemmail@microsoft.com", | ||
"vishwamdir@microsoft.com" | ||
] | ||
} | ||
} | ||
}, | ||
"startTime": "2021-06-07T13:08:14.0368516+05:30", | ||
"orderId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/TestRG/providers/Microsoft.EdgeOrder/locations/westus/orders/TestOrderItemName01" | ||
}, | ||
"location": "westus", | ||
"tags": { | ||
"mango": "fruit", | ||
"carrot": "vegetable" | ||
}, | ||
"name": "TestOrderItemName01", | ||
"id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/TestRG/providers/Microsoft.EdgeOrder/orderItems/TestOrderItemName01", | ||
"type": "Microsoft.EdgeOrder/orderItems" | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
.../resource-manager/Microsoft.EdgeOrder/stable/2021-12-01/examples/DeleteAddressByName.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,19 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", | ||
"resourceGroupName": "TestRG", | ||
"addressName": "TestAddressName1", | ||
"api-version": "2021-12-01", | ||
"User-Agent": [ | ||
"vscode-restclient" | ||
], | ||
"Referer": [ | ||
"https://localhost/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/TestRG/providers/Microsoft.EdgeOrder/addresses/TestAddressName1?api-version=2021-12-01" | ||
] | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {}, | ||
"204": {} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...esource-manager/Microsoft.EdgeOrder/stable/2021-12-01/examples/DeleteOrderItemByName.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,19 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", | ||
"resourceGroupName": "TestRG", | ||
"orderItemName": "TestOrderItemName01", | ||
"api-version": "2021-12-01", | ||
"User-Agent": [ | ||
"vscode-restclient" | ||
], | ||
"Referer": [ | ||
"https://localhost/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/TestRG/providers/Microsoft.EdgeOrder/orderItems/TestOrderItemName01?api-version=2021-12-01" | ||
] | ||
}, | ||
"responses": { | ||
"202": {}, | ||
"200": {}, | ||
"204": {} | ||
} | ||
} |
45 changes: 45 additions & 0 deletions
45
...der/resource-manager/Microsoft.EdgeOrder/stable/2021-12-01/examples/GetAddressByName.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,45 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", | ||
"resourceGroupName": "TestRG", | ||
"addressName": "TestMSAddressName", | ||
"api-version": "2021-12-01", | ||
"User-Agent": [ | ||
"vscode-restclient" | ||
], | ||
"Referer": [ | ||
"https://localhost/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/TestRG/providers/Microsoft.EdgeOrder/addresses/TestMSAddressName?api-version=2021-12-01" | ||
] | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"shippingAddress": { | ||
"streetAddress1": "16 TOWNSEND ST", | ||
"streetAddress2": "UNIT 1", | ||
"city": "San Francisco", | ||
"stateOrProvince": "CA", | ||
"country": "US", | ||
"postalCode": "94107", | ||
"companyName": "Microsoft", | ||
"addressType": "None" | ||
}, | ||
"contactDetails": { | ||
"contactName": "Petr Cech", | ||
"phone": "1234567890", | ||
"phoneExtension": "", | ||
"emailList": [ | ||
"ssemcr@microsoft.com" | ||
] | ||
} | ||
}, | ||
"location": "westus", | ||
"tags": {}, | ||
"name": "TestMSAddressName", | ||
"id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/TestRG/providers/Microsoft.EdgeOrder/addresses/TestMSAddressName", | ||
"type": "Microsoft.EdgeOrder/addresses" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.