Skip to content

Commit

Permalink
Incorporating changes from #11266 (#2542)
Browse files Browse the repository at this point in the history
* Incorporating feedback from ARM review

* whitespace

* azure-validator=true

* fixing delete examples

* fixing operations schema.

* r4023

* prettier

* readmes

* preview folder

* -ruby

* python version

* incorporating feedback.
  • Loading branch information
anpaz authored Jan 6, 2021
1 parent 38bd87d commit 3ac2758
Show file tree
Hide file tree
Showing 14 changed files with 199 additions and 155 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"value": [
{
"id": "QIO",
"name": "Quntum Inspired Optimization",
"name": "Quantum Inspired Optimization",
"properties": {
"description": "Provide Quntum Inspired Optimization solvers",
"description": "Provide Quantum Inspired Optimization solvers",
"targets": [
{
"name": "CPU annealer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"parameters": {
"workspaceName": "quantumworkspace1",
"resourceGroupName": "quantumResourcegroup",
"subscriptionId": "1C4B2828-7D49-494F-933D-061373BE28C2",
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"api-version": "2019-11-04-preview"
},
"responses": {
"200": {
"description": "Successful."
},
"201": {
"202": {
"body": {
"name": "quantumworkspace1",
"properties": {
Expand All @@ -36,6 +36,7 @@
"type": "None"
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parameters": {
"workspaceName": "quantumworkspace1",
"resourceGroupName": "quantumResourcegroup",
"subscriptionId": "1C4B2828-7D49-494F-933D-061373BE28C2",
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"api-version": "2019-11-04-preview"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"parameters": {
"workspaceName": "quantumworkspace1",
"resourceGroupName": "quantumResourcegroup",
"subscriptionId": "1C4B2828-7D49-494F-933D-061373BE28C2",
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"api-version": "2019-11-04-preview"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"api-version": "2019-11-04-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "quantumworkspace1",
"properties": {
"providers": [
{
"providerId": "Honeywell",
"providerSku": "Basic",
"applicationName": "quantumworkspace1-h1",
"instanceUri": "https://h1.endpoint.com",
"provisioningState": "Succeeded",
"resourceUsageId": "00000000-1111-2222-3333-444444444444"
}
],
"provisioningState": "Succeeded",
"usable": "Yes",
"storageAccount": "/subscriptions/1C4B2828-7D49-494F-933D-061373BE28C2/resourceGroups/quantumResourcegroup/providers/Microsoft.Storage/storageAccounts/testStorageAccount"
},
"location": "West US",
"tags": {
"department": "MightyMight",
"company": "Contoso"
},
"identity": {
"type": "SystemAssigned",
"principalId": "00000000-1111-2222-3333-444444444444",
"tenantId": "00000000-1111-2222-3333-444444444444"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parameters": {
"workspaceName": "quantumworkspace1",
"resourceGroupName": "quantumResourcegroup",
"subscriptionId": "1C4B2828-7D49-494F-933D-061373BE28C2",
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"api-version": "2019-11-04-preview",
"QuantumWorkspace": {
"location": "West US",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parameters": {
"workspaceName": "quantumworkspace1",
"resourceGroupName": "quantumResourcegroup",
"subscriptionId": "1C4B2828-7D49-494F-933D-061373BE28C2",
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"api-version": "2019-11-04-preview",
"QuantumWorkspace": {
"location": "West US",
Expand Down
Loading

0 comments on commit 3ac2758

Please sign in to comment.