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

Adding userassigned identities for compute #8879

Merged
merged 12 commits into from
May 6, 2020
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"parameters": {
"api-version": "2020-04-01",
"subscriptionId": "{subscription-id}"
},
"responses": {
"200": {
"body": {
"value": [
{
"resourceType": "workspaces",
"name": "Basic",
"tier": "Basic",
"locations": [
"westus"
],
"locationInfo": [
{
"location": "westus",
"zones": [
"westus-AZ02",
"westus-AZ01"
]
}
],
"capabilities": [
{
"name": "automatedml_readhyperdrivesdk",
"value": "{\n \"id\": \"automatedml_ readhyperdrivesdk\",\n \"name\": \"Read hyperdrive SDK\",\n \"description\": \"Read only access to Hyperdrive in the SDK\"\n}"
},
{
"name": "workspace_upgradeworkspacesdk",
"value": "{\n \"id\": \"workspace_upgradeworkspacesdk\",\n \"name\": \"Upgrade workspace SDK\",\n \"description\": \"Upgrade workspace from Basic to enterprise from the SDK\"\n}"
}
],
"restrictions": []
},
{
"resourceType": "workspaces",
"name": "Enterprise",
"tier": "Enterprise",
"locations": [
"westus"
],
"locationInfo": [
{
"location": "westus",
"zones": [
"westus-AZ01"
],
"zoneDetails": [
{
"name": [
"westus-AZ01"
],
"capabilities": [
{
"name": "automatedml_createeditexperimentssdk",
"value": "{\n \"id\": \"automatedml_createeditexperimentssdk\",\n \"name\": \"Create edit experiments SDK\",\n \"description\": \"Create, edit or delete AutoML experiments in the SDK\"\n}"
}
]
}
]
}
],
"capabilities": [
{
"name": "automatedml_createeditexperimentssdk",
"value": "{\n \"id\": \"automatedml_createeditexperimentssdk\",\n \"name\": \"Create edit experiments SDK\",\n \"description\": \"Create, edit or delete AutoML experiments in the SDK\"\n}"
}
],
"restrictions": []
}
],
"nextLink": null
}
}
}
}
Loading