Skip to content

Commit b82521b

Browse files
erjmsforteddytzhaomuzhiXi JinZhidaLiu
authored andcommitted
[Hub Generated] Review request for Microsoft.MachineLearningServices to add version stable/2022-05-01 (#18645)
* Adds base for updating Microsoft.MachineLearning from version stable/2019-10-01 to version 2022-05-01 * Updates readme * Updates API version in new specs and examples * add 2022-05-01 mfe.json * add 2022-02-01-preview mls.json * add workspaceFeatures.json from 2022-02-01-preview * add example files * update readme * Update mfe spec - Update discriminator values from PascalCase to snake_case - Remove job schedules - Add MLTable * Add ScheduleBase types to machineLearningServices.json * Updated custom-words.txt * Update examples * Update readme * add workspace connection v2 changes * Update readme * Update readme * fix example validation error * Update mfe swagger * Updated examples * Moved 2022-05-01 specs from machinelearning to machinelearningservices * Update readme * port 2022-02-01-preview mfe.json Schedule to machineLearningServices.json * update example w/ provisioningState * Rename workspace connection related auth type * description change to try to trigger pipelines * Revert "description change to try to trigger pipelines" This reverts commit 899cb59. * update missed common-types v2 -> v3 * Remove unnecessary Credentials properties * fix propertyBag schema * add x-ms-secret * remove checkNameAvailability api * remove traffic property from PartialOnlineEndpoint * prettier * Revert "port 2022-02-01-preview mfe.json Schedule to machineLearningServices.json" This reverts commit 4268210. * add v1LegacyMode to workpsace properties. * update description and add default value. * update description * [MLC] label sslConfiguration and virtualMachineImage as nullable * reduce PATCH to bare minimum * update examples w/ new spec * [MLC] Mark as null-able for properties Getting API * TEST enum as x-nullable * Revert "TEST enum as x-nullable" This reverts commit 616291c. * [MLC] Mark as null-able for properties of List API * remove x-nullable from properties with defaults * description update * enum ordering * fix XmsEnumValidation error for MLC * change x-ms-enum name of SSLConfiguration * update descriptions * change x-ms-client-name 'Details' to 'Properties' * removed x-ms-client-name 'Data' suffix * reorder SecretsType enum Co-authored-by: Teddy <[email protected]> Co-authored-by: zhaomuzhi <[email protected]> Co-authored-by: Xi Jin <[email protected]> Co-authored-by: ZhidaLiu <[email protected]> Co-authored-by: Teddy Todorov <[email protected]> Co-authored-by: Bingchen Li <[email protected]>
1 parent 7ab9cd4 commit b82521b

File tree

145 files changed

+24937
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+24937
-1
lines changed

custom-words.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ autopatching
188188
autopool
189189
Autoregressive
190190
autorest
191+
autosave
191192
autoscale
192193
autoscaler
193194
autoscalesettings
@@ -1259,7 +1260,9 @@ mixedreality
12591260
Mkdirs
12601261
mktorest
12611262
mlapi
1263+
mlflow
12621264
mlFlowTrackingUri
1265+
mltable
12631266
ML's
12641267
mnist
12651268
modelmanagement
@@ -1936,6 +1939,7 @@ snapshotsdr
19361939
snaptshot
19371940
SNAT
19381941
SNMP
1942+
Sobol
19391943
softwareplan
19401944
SOHSV
19411945
solaris

specification/machinelearning/resource-manager/readme.typescript.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ batch:
1111
- package-commitmentPlans: true
1212
package-name: "@azure/arm-commitmentplans"
1313
output-folder: $(typescript-sdks-folder)/sdk/machinelearning/arm-commitmentplans
14+
clear-output-folder: true
1415
- package-webservices: true
1516
package-name: "@azure/arm-webservices"
1617
output-folder: $(typescript-sdks-folder)/sdk/machinelearning/arm-webservices
18+
clear-output-folder: true
1719
- package-workspaces: true
1820
package-name: "@azure/arm-workspaces"
1921
output-folder: $(typescript-sdks-folder)/sdk/machinelearning/arm-workspaces
22+
clear-output-folder: true
2023
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,220 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-1111-2222-3333-444444444444",
4+
"resourceGroupName": "test-rg",
5+
"workspaceName": "my-aml-workspace",
6+
"endpointName": "testEndpointName",
7+
"deploymentName": "testDeploymentName",
8+
"api-version": "2022-05-01",
9+
"body": {
10+
"properties": {
11+
"description": "string",
12+
"properties": {
13+
"string": "string"
14+
},
15+
"codeConfiguration": {
16+
"codeId": "string",
17+
"scoringScript": "string"
18+
},
19+
"environmentId": "string",
20+
"environmentVariables": {
21+
"string": "string"
22+
},
23+
"compute": "string",
24+
"errorThreshold": 1,
25+
"retrySettings": {
26+
"maxRetries": 1,
27+
"timeout": "PT5M"
28+
},
29+
"miniBatchSize": 1,
30+
"loggingLevel": "Info",
31+
"model": {
32+
"referenceType": "Id",
33+
"assetId": "string"
34+
},
35+
"maxConcurrencyPerInstance": 1,
36+
"outputAction": "SummaryOnly",
37+
"outputFileName": "string",
38+
"resources": {
39+
"instanceCount": 1,
40+
"instanceType": "string",
41+
"properties": {
42+
"string": {
43+
"cd3c37dc-2876-4ca4-8a54-21bd7619724a": null
44+
}
45+
}
46+
}
47+
},
48+
"tags": {},
49+
"location": "string",
50+
"kind": "string",
51+
"identity": {
52+
"type": "SystemAssigned",
53+
"userAssignedIdentities": {
54+
"string": {}
55+
}
56+
},
57+
"sku": {
58+
"name": "string",
59+
"tier": "Free",
60+
"size": "string",
61+
"family": "string",
62+
"capacity": 1
63+
}
64+
}
65+
},
66+
"responses": {
67+
"200": {
68+
"headers": {},
69+
"body": {
70+
"id": "string",
71+
"name": "string",
72+
"type": "string",
73+
"properties": {
74+
"description": "string",
75+
"properties": {
76+
"string": "string"
77+
},
78+
"codeConfiguration": {
79+
"codeId": "string",
80+
"scoringScript": "string"
81+
},
82+
"environmentId": "string",
83+
"environmentVariables": {
84+
"string": "string"
85+
},
86+
"compute": "string",
87+
"errorThreshold": 1,
88+
"retrySettings": {
89+
"maxRetries": 1,
90+
"timeout": "PT5M"
91+
},
92+
"miniBatchSize": 1,
93+
"loggingLevel": "Info",
94+
"model": {
95+
"referenceType": "Id",
96+
"assetId": "string"
97+
},
98+
"maxConcurrencyPerInstance": 1,
99+
"outputAction": "SummaryOnly",
100+
"outputFileName": "string",
101+
"resources": {
102+
"instanceCount": 1,
103+
"instanceType": "string",
104+
"properties": {
105+
"string": {
106+
"4939850d-8eae-4343-8566-0826259a2ad1": null
107+
}
108+
}
109+
},
110+
"provisioningState": "Creating"
111+
},
112+
"systemData": {
113+
"createdAt": "2020-01-01T12:34:56.999Z",
114+
"createdBy": "string",
115+
"createdByType": "User",
116+
"lastModifiedAt": "2020-01-01T12:34:56.999Z",
117+
"lastModifiedBy": "string",
118+
"lastModifiedByType": "User"
119+
},
120+
"tags": {},
121+
"location": "string",
122+
"kind": "string",
123+
"identity": {
124+
"type": "SystemAssigned",
125+
"principalId": "00000000-1111-2222-3333-444444444444",
126+
"tenantId": "00000000-1111-2222-3333-444444444444",
127+
"userAssignedIdentities": {
128+
"string": {
129+
"principalId": "00000000-1111-2222-3333-444444444444",
130+
"clientId": "00000000-1111-2222-3333-444444444444"
131+
}
132+
}
133+
},
134+
"sku": {
135+
"name": "string",
136+
"tier": "Free",
137+
"size": "string",
138+
"family": "string",
139+
"capacity": 1
140+
}
141+
}
142+
},
143+
"201": {
144+
"headers": {},
145+
"body": {
146+
"id": "string",
147+
"name": "string",
148+
"type": "string",
149+
"properties": {
150+
"description": "string",
151+
"properties": {
152+
"string": "string"
153+
},
154+
"codeConfiguration": {
155+
"codeId": "string",
156+
"scoringScript": "string"
157+
},
158+
"environmentId": "string",
159+
"environmentVariables": {
160+
"string": "string"
161+
},
162+
"compute": "string",
163+
"errorThreshold": 1,
164+
"retrySettings": {
165+
"maxRetries": 1,
166+
"timeout": "PT5M"
167+
},
168+
"miniBatchSize": 1,
169+
"loggingLevel": "Info",
170+
"model": {
171+
"referenceType": "Id",
172+
"assetId": "string"
173+
},
174+
"maxConcurrencyPerInstance": 1,
175+
"outputAction": "SummaryOnly",
176+
"outputFileName": "string",
177+
"resources": {
178+
"instanceCount": 1,
179+
"instanceType": "string",
180+
"properties": {
181+
"string": {
182+
"b76755e4-16bf-45d4-b625-6634df7444cc": null
183+
}
184+
}
185+
},
186+
"provisioningState": "Creating"
187+
},
188+
"systemData": {
189+
"createdAt": "2020-01-01T12:34:56.999Z",
190+
"createdBy": "string",
191+
"createdByType": "User",
192+
"lastModifiedAt": "2020-01-01T12:34:56.999Z",
193+
"lastModifiedBy": "string",
194+
"lastModifiedByType": "User"
195+
},
196+
"tags": {},
197+
"location": "string",
198+
"kind": "string",
199+
"identity": {
200+
"type": "SystemAssigned",
201+
"principalId": "00000000-1111-2222-3333-444444444444",
202+
"tenantId": "00000000-1111-2222-3333-444444444444",
203+
"userAssignedIdentities": {
204+
"string": {
205+
"principalId": "00000000-1111-2222-3333-444444444444",
206+
"clientId": "00000000-1111-2222-3333-444444444444"
207+
}
208+
}
209+
},
210+
"sku": {
211+
"name": "string",
212+
"tier": "Free",
213+
"size": "string",
214+
"family": "string",
215+
"capacity": 1
216+
}
217+
}
218+
}
219+
}
220+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-1111-2222-3333-444444444444",
4+
"resourceGroupName": "test-rg",
5+
"workspaceName": "my-aml-workspace",
6+
"endpointName": "testEndpointName",
7+
"deploymentName": "testDeploymentName",
8+
"api-version": "2022-05-01"
9+
},
10+
"responses": {
11+
"200": {},
12+
"202": {},
13+
"204": {}
14+
}
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-1111-2222-3333-444444444444",
4+
"resourceGroupName": "test-rg",
5+
"workspaceName": "my-aml-workspace",
6+
"endpointName": "testEndpointName",
7+
"deploymentName": "testDeploymentName",
8+
"api-version": "2022-05-01"
9+
},
10+
"responses": {
11+
"200": {
12+
"headers": {},
13+
"body": {
14+
"id": "string",
15+
"name": "string",
16+
"type": "string",
17+
"properties": {
18+
"description": "string",
19+
"properties": {
20+
"string": "string"
21+
},
22+
"codeConfiguration": {
23+
"codeId": "string",
24+
"scoringScript": "string"
25+
},
26+
"environmentId": "string",
27+
"environmentVariables": {
28+
"string": "string"
29+
},
30+
"compute": "string",
31+
"errorThreshold": 1,
32+
"retrySettings": {
33+
"maxRetries": 1,
34+
"timeout": "PT5M"
35+
},
36+
"miniBatchSize": 1,
37+
"loggingLevel": "Info",
38+
"model": {
39+
"referenceType": "Id",
40+
"assetId": "string"
41+
},
42+
"maxConcurrencyPerInstance": 1,
43+
"outputAction": "SummaryOnly",
44+
"outputFileName": "string",
45+
"resources": {
46+
"instanceCount": 1,
47+
"instanceType": "string",
48+
"properties": {
49+
"string": {
50+
"843c2bb4-e5f1-4267-98c8-ba22a99dbb00": null
51+
}
52+
}
53+
},
54+
"provisioningState": "Creating"
55+
},
56+
"systemData": {
57+
"createdAt": "2020-01-01T12:34:56.999Z",
58+
"createdBy": "string",
59+
"createdByType": "User",
60+
"lastModifiedAt": "2020-01-01T12:34:56.999Z",
61+
"lastModifiedBy": "string",
62+
"lastModifiedByType": "User"
63+
},
64+
"tags": {},
65+
"location": "string",
66+
"kind": "string",
67+
"identity": {
68+
"type": "SystemAssigned",
69+
"principalId": "00000000-1111-2222-3333-444444444444",
70+
"tenantId": "00000000-1111-2222-3333-444444444444",
71+
"userAssignedIdentities": {
72+
"string": {
73+
"principalId": "00000000-1111-2222-3333-444444444444",
74+
"clientId": "00000000-1111-2222-3333-444444444444"
75+
}
76+
}
77+
},
78+
"sku": {
79+
"name": "string",
80+
"tier": "Free",
81+
"size": "string",
82+
"family": "string",
83+
"capacity": 1
84+
}
85+
}
86+
}
87+
}
88+
}

0 commit comments

Comments
 (0)