Skip to content

Commit ea09ce5

Browse files
Pashanomicssyy0129Yingying Songcomacginsriramkakara
authored
[Ready-To-Merge] Machinelearningservices microsoft.machine learning services 2020 05 15 preview (#10133)
* integrate 05-01 into 05-15 * Updates readme * Adding osType and vmImage parameters (#9519) * update (#9713) (#9723) Co-authored-by: Yingying Song <[email protected]> Co-authored-by: syy0129 <[email protected]> Co-authored-by: Yingying Song <[email protected]> * add enableNodePublicIp to AMLCompute (#9725) * Adding estimatedVMPrices to AML ListVMSzies (#9972) Co-authored-by: Sriram Kakara <[email protected]> * Changing description for nodeIdleTimeBeforeScaleDown * Integrating delete changes Co-authored-by: syy0129 <[email protected]> Co-authored-by: Yingying Song <[email protected]> Co-authored-by: comacgin <[email protected]> Co-authored-by: sriramkakara <[email protected]> Co-authored-by: Sriram Kakara <[email protected]>
1 parent 942f455 commit ea09ce5

40 files changed

+8625
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"parameters": {
3+
"api-version": "2020-05-15-preview",
4+
"subscriptionId": "{subscription-id}"
5+
},
6+
"responses": {
7+
"200": {
8+
"body": {
9+
"value": [
10+
{
11+
"resourceType": "workspaces",
12+
"name": "Basic",
13+
"tier": "Basic",
14+
"locations": [
15+
"westus"
16+
],
17+
"locationInfo": [
18+
{
19+
"location": "westus",
20+
"zones": [
21+
"westus-AZ02",
22+
"westus-AZ01"
23+
]
24+
}
25+
],
26+
"capabilities": [
27+
{
28+
"name": "automatedml_readhyperdrivesdk",
29+
"value": "{\n \"id\": \"automatedml_ readhyperdrivesdk\",\n \"name\": \"Read hyperdrive SDK\",\n \"description\": \"Read only access to Hyperdrive in the SDK\"\n}"
30+
},
31+
{
32+
"name": "workspace_upgradeworkspacesdk",
33+
"value": "{\n \"id\": \"workspace_upgradeworkspacesdk\",\n \"name\": \"Upgrade workspace SDK\",\n \"description\": \"Upgrade workspace from Basic to enterprise from the SDK\"\n}"
34+
}
35+
],
36+
"restrictions": []
37+
},
38+
{
39+
"resourceType": "workspaces",
40+
"name": "Enterprise",
41+
"tier": "Enterprise",
42+
"locations": [
43+
"westus"
44+
],
45+
"locationInfo": [
46+
{
47+
"location": "westus",
48+
"zones": [
49+
"westus-AZ01"
50+
],
51+
"zoneDetails": [
52+
{
53+
"name": [
54+
"westus-AZ01"
55+
],
56+
"capabilities": [
57+
{
58+
"name": "automatedml_createeditexperimentssdk",
59+
"value": "{\n \"id\": \"automatedml_createeditexperimentssdk\",\n \"name\": \"Create edit experiments SDK\",\n \"description\": \"Create, edit or delete AutoML experiments in the SDK\"\n}"
60+
}
61+
]
62+
}
63+
]
64+
}
65+
],
66+
"capabilities": [
67+
{
68+
"name": "automatedml_createeditexperimentssdk",
69+
"value": "{\n \"id\": \"automatedml_createeditexperimentssdk\",\n \"name\": \"Create edit experiments SDK\",\n \"description\": \"Create, edit or delete AutoML experiments in the SDK\"\n}"
70+
}
71+
],
72+
"restrictions": []
73+
}
74+
],
75+
"nextLink": null
76+
}
77+
}
78+
}
79+
}

0 commit comments

Comments
 (0)