Skip to content

Commit 1aba830

Browse files
authored
[NEED ARM SIGN-OFF] Adding new API version for ComputeInstance preview (#8452)
1 parent fae82ba commit 1aba830

39 files changed

+6193
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"parameters": {
3+
"api-version": "2020-02-18-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)