Skip to content

Commit

Permalink
Add endpointUri to Swagger (#12479)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinmayya authored Jan 20, 2021
1 parent 1cfdf4b commit 521ed88
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
],
"provisioningState": "Succeeded",
"usable": "Yes",
"storageAccount": "/subscriptions/1C4B2828-7D49-494F-933D-061373BE28C2/resourceGroups/quantumResourcegroup/providers/Microsoft.Storage/storageAccounts/testStorageAccount"
"storageAccount": "/subscriptions/1C4B2828-7D49-494F-933D-061373BE28C2/resourceGroups/quantumResourcegroup/providers/Microsoft.Storage/storageAccounts/testStorageAccount",
"endpointUri": "https://quantumworkspace1.westus.quantum.azure.com"
},
"location": "West US",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
],
"provisioningState": "Succeeded",
"usable": "Yes",
"storageAccount": "/subscriptions/1C4B2828-7D49-494F-933D-061373BE28C2/resourceGroups/quantumResourcegroup/providers/Microsoft.Storage/storageAccounts/testStorageAccount"
"storageAccount": "/subscriptions/1C4B2828-7D49-494F-933D-061373BE28C2/resourceGroups/quantumResourcegroup/providers/Microsoft.Storage/storageAccounts/testStorageAccount",
"endpointUri": "https://quantumworkspace1.westus.quantum.azure.com"
},
"location": "West US",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
],
"provisioningState": "Succeeded",
"usable": "Yes",
"storageAccount": "/subscriptions/1C4B2828-7D49-494F-933D-061373BE28C2/resourceGroups/quantumResourcegroup/providers/Microsoft.Storage/storageAccounts/testStorageAccount"
"storageAccount": "/subscriptions/1C4B2828-7D49-494F-933D-061373BE28C2/resourceGroups/quantumResourcegroup/providers/Microsoft.Storage/storageAccounts/testStorageAccount",
"endpointUri": "https://quantumworkspace1.westus.quantum.azure.com"
},
"location": "West US",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
],
"provisioningState": "Succeeded",
"usable": "Yes",
"storageAccount": "/subscriptions/1C4B2828-7D49-494F-933D-061373BE28C2/resourceGroups/quantumResourcegroup/providers/Microsoft.Storage/storageAccounts/testStorageAccount"
"storageAccount": "/subscriptions/1C4B2828-7D49-494F-933D-061373BE28C2/resourceGroups/quantumResourcegroup/providers/Microsoft.Storage/storageAccounts/testStorageAccount",
"endpointUri": "https://quantumworkspace1.westus.quantum.azure.com"
},
"location": "West US",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
],
"provisioningState": "Succeeded",
"usable": "Yes",
"storageAccount": "/subscriptions/1C4B2828-7D49-494F-933D-061373BE28C2/resourceGroups/quantumResourcegroup/providers/Microsoft.Storage/storageAccounts/testStorageAccount"
"storageAccount": "/subscriptions/1C4B2828-7D49-494F-933D-061373BE28C2/resourceGroups/quantumResourcegroup/providers/Microsoft.Storage/storageAccounts/testStorageAccount",
"endpointUri": "https://quantumworkspace1.westus.quantum.azure.com"
},
"location": "West US",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,11 @@
"storageAccount": {
"type": "string",
"description": "ARM Resource Id of the storage account associated with this workspace."
},
"endpointUri": {
"type": "string",
"description": "The URI of the workspace endpoint.",
"readOnly": true
}
}
},
Expand Down

0 comments on commit 521ed88

Please sign in to comment.