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

new api changes #1

Merged
merged 2 commits into from
Mar 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
"contactDetails": {
"contactName": "Petr Cech",
"phone": "123344334",
"phoneExtension": ""
"phoneExtension": "",
"emailList": [
"ssemcr@microsoft.com"
]
}
},
"location": "westus"
Expand All @@ -59,7 +62,10 @@
"contactDetails": {
"contactName": "Petr Cech",
"phone": "123344334",
"phoneExtension": ""
"phoneExtension": "",
"emailList": [
"ssemcr@microsoft.com"
]
}
},
"location": "westus",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
"contactDetails": {
"contactName": "Petr Cech",
"phone": "123344334",
"phoneExtension": ""
"phoneExtension": "",
"emailList": [
"ssemcr@microsoft.com"
]
}
},
"location": "westus",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
"contactDetails": {
"contactName": "Petr Cech",
"phone": "123344335",
"phoneExtension": ""
"phoneExtension": "",
"emailList": [
"ssemcr@microsoft.com"
]
}
},
"tags": {
Expand Down Expand Up @@ -61,7 +64,10 @@
"contactDetails": {
"contactName": "Petr Cech",
"phone": "123344335",
"phoneExtension": ""
"phoneExtension": "",
"emailList": [
"ssemcr@microsoft.com"
]
}
},
"location": "westus",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
"contactDetails": {
"contactName": "Petr Cech",
"phone": "123344334",
"phoneExtension": ""
"phoneExtension": "",
"emailList": [
"ssemmail@microsoft.com",
"vishwamdir@microsoft.com"
]
}
},
"location": "westus",
Expand All @@ -57,7 +61,11 @@
"contactDetails": {
"contactName": "Petr Cech",
"phone": "123344334",
"phoneExtension": ""
"phoneExtension": "",
"emailList": [
"ssemmail@microsoft.com",
"vishwamdir@microsoft.com"
]
}
},
"location": "westus",
Expand All @@ -83,7 +91,11 @@
"contactDetails": {
"contactName": "Petr Cech",
"phone": "123344334",
"phoneExtension": ""
"phoneExtension": "",
"emailList": [
"ssemmail@microsoft.com",
"vishwamdir@microsoft.com"
]
}
},
"location": "westus",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"contactDetails": {
"contactName": "Petr Cech",
"phone": "123344334",
"phoneExtension": ""
"phoneExtension": "",
"emailList": [
"ssemmail@microsoft.com",
"vishwamdir@microsoft.com"
]
}
},
"location": "westus",
Expand All @@ -56,7 +60,11 @@
"contactDetails": {
"contactName": "Petr Cech",
"phone": "123344334",
"phoneExtension": ""
"phoneExtension": "",
"emailList": [
"ssemmail@microsoft.com",
"vishwamdir@microsoft.com"
]
}
},
"location": "westus",
Expand All @@ -82,7 +90,11 @@
"contactDetails": {
"contactName": "Petr Cech",
"phone": "123344334",
"phoneExtension": ""
"phoneExtension": "",
"emailList": [
"ssemmail@microsoft.com",
"vishwamdir@microsoft.com"
]
}
},
"location": "westus",
Expand Down
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"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,36 @@
"vscode-restclient"
],
"Referer": [
"https://localhost/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.EdgeOrder/listConfigurations?api-version=2020-12-01-preview"
"https://localhost/subscriptions/{{subscriptionId}}/providers/Microsoft.EdgeOrder/listConfigurations?api-version=2020-12-01-preview"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
"323"
"498"
],
"configurationsRequest": {
"configurationFilters": [
{
"hierarchyInformation": {
"productFamilyName": "AzureStackEdge",
"productLineName": "AzureStackEdge",
"productName": "AzureStackEdgeProFPGA"
"productFamilyName": "azurestackedge",
"productLineName": "azure stack edge_pl",
"productName": "azure stack edge pro - gpu"
},
"filterableProperty": {
"type": "ShipToCountries",
"supportedValues": [
"US"
]
}
"filterableProperty": [
{
"type": "ShipToCountries",
"supportedValues": [
"US"
]
},
{
"type": "DoubleEncryptionStatus",
"supportedValues": [
"Enabled"
]
}
]
}
]
}
Expand Down Expand Up @@ -59,9 +67,15 @@
"US",
"UK"
]
},
{
"type": "DoubleEncryptionStatus",
"supportedValues": [
"Enabled"
]
}
],
"displayName": "1 GPU",
"displayName": "azurestackedgepro-gpu 1 GPU",
"description": {
"descriptionType": "Base",
"keywords": [],
Expand All @@ -74,10 +88,10 @@
"disabledReason": "None"
},
"hierarchyInformation": {
"productFamilyName": "AzureStackEdge",
"productLineName": "AzureStackEdge",
"productName": "AzureStackEdgeProFPGA",
"configurationName": "1GPU"
"productFamilyName": "azurestackedge",
"productLineName": "azure stack edge_pl",
"productName": "azure stack edge pro - gpu",
"configurationName": "azurestackedgepro-gpu1 gpu"
}
}
}
Expand Down
Loading