Skip to content

Commit

Permalink
[Ready For Review]a new version with CRUD operations on workspaces/co…
Browse files Browse the repository at this point in the history
…nnections (#9799)

* Add Identity to createWorkpace example

* move missing apis to version 2020-04-01

* add new version 2020-06-01

* change delete to async

* fix up

* fix up

* add two optional parameters

* fix url

* modify readme.md

* fix LintDiff errors

* Adding ComputeInstance operations from 2020-02-18-preview to 2020-06-01 stable

Adding ComputeInstance operations from 2020-02-18-preview to 2020-06-01 stable

* Adding missing braces

* make connection paginated

* fix up

Co-authored-by: Ramakrishna Gottimukkula <[email protected]>
  • Loading branch information
zhaomuzhi and ramagott authored Jul 9, 2020
1 parent 8f534d9 commit c0fbec0
Show file tree
Hide file tree
Showing 43 changed files with 6,879 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"parameters": {
"api-version": "2020-06-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

0 comments on commit c0fbec0

Please sign in to comment.