-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* create 2020-04-01-preview version * add LinkedWorkspace * remove tailing whitespace * fix build error * address comments * fix updateAmlCompute example * fix build * address comments Co-authored-by: Richard Li <[email protected]>
- Loading branch information
1 parent
bbcf377
commit 11b3402
Showing
36 changed files
with
6,133 additions
and
0 deletions.
There are no files selected for viewing
79 changes: 79 additions & 0 deletions
79
...nager/Microsoft.MachineLearningServices/preview/2020-04-01-preview/examples/ListSkus.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,79 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-03-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 | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.