Skip to content

Commit

Permalink
[READY FOR REVIEW] Azure ML API new version 2020-03-01 with private l…
Browse files Browse the repository at this point in the history
…ink properties (#8608)

* Copy version 2020-01-01

* Update to new version 2020-03-01

* Fix README

* SharedPrivateLinkResources writable

* Add shared private link resources in create operation

* Fix readonly issues

* Rollback property name

* Switch back to correct name

* Empty body for 202

* Fix body definition for create

* To trigger new check

* Fix type and put 202 body back

* Revert changes on 2020-01-01 version

* Remove body again

* Add property allowPublicAccessWhenBehindVnet

Co-authored-by: Guanyu Wang <[email protected]>
  • Loading branch information
guanyu-240 and Guanyu Wang authored Mar 11, 2020
1 parent 5f5e737 commit dbd7fe1
Show file tree
Hide file tree
Showing 33 changed files with 5,771 additions and 1 deletion.
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
}
}
}
}
Loading

0 comments on commit dbd7fe1

Please sign in to comment.