Skip to content

Commit

Permalink
[Ready For Review] New version 20210101 (#12111)
Browse files Browse the repository at this point in the history
* Add Identity to createWorkpace example

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* revert change on transitivePE and notebookKeys

* revert change on transitivePE and notebookKeys

* add new stable version 2021-01-01

* add ListNotebookAccessToken

* add primaryUserAssignedIdentity

* fix missing properties and apis

* fix one more missing property

* support for cmk uai

* addressed comments

* fix ref error

* fix linterror

* fix pipeline errors

* fix more properties

* fix lintdiff error and prettier error

* ListNodes should be marked as pageable

* Default value for IsolatedNetwork should be false not null

* update aksProperties for agentVmSize and clusterPurpose

* Add "auto" enum to SslConfiguration.status

* add setupScripts property to computeInstance

* add workspaceUrl to databricks

* mark osType readonly

* set default of ostype. dont make readonly

* dont capitalize setupscripts

* fix property clusterPurpose

* define SetupScripts

* description should not be capitalized

* AmlComputeNodesInformation update for nextLink

* remove linked service

* add systemData

* add IdentityType reference

* fix systemData

* add itemName to pagable on listNodes

* fix prettier

* add cpuLimit and memoryInGBLimit, update desc

* add new property

* address comments

* fix pipeline

* fix pipeline errors

* 202 status for start and stop CI

Co-authored-by: Deepthi Male <[email protected]>
Co-authored-by: Joshua Peterson <[email protected]>
Co-authored-by: thtodoro <[email protected]>
Co-authored-by: Vinay Rajmal Soni <[email protected]>
  • Loading branch information
5 people authored Feb 10, 2021
1 parent b9db999 commit aac1986
Show file tree
Hide file tree
Showing 50 changed files with 9,968 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"parameters": {
"api-version": "2021-01-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 aac1986

Please sign in to comment.