Skip to content

Commit 7f284e0

Browse files
erjmsforteddytteochabanTeo Magnino Chabansrivatsasinha
authored
[Hub Generated] Review request for Microsoft.MachineLearningServices to add version preview/2022-06-01-preview (#19842)
* Adds base for updating Microsoft.MachineLearningServices from version stable/2022-05-01 to version 2022-06-01-preview * Updates readme * Updates API version in new specs and examples * Add idleShutdownSetting to Compute Instances (#19748) * Added idleTimeBeforeShutdown to compute instance properties * Added api UpdateIdleShutdownSetting Co-authored-by: Teo Magnino Chaban <[email protected]> * Add mfe.json 2022-06-01-preview changes (#19740) * update mfe.json with 2022-06-01-preview spec * update go.md with preview-2022-06 * add AutoMLJob examples (initial) * add LabelingJob examples (initial) * add Schedule examples (initial) * prettier * update AutoMLJob examples * update LabelingJob examples * update LabelingJob examples * prettier * typo fixes * add Vectorizer to custom-words.txt * add missing * is this a breaking change? * Revert "update go.md with preview-2022-06" This reverts commit b49c64a. * Updating Swagger Spec for MLC for CustomServices (#19781) * Updating Swagger Spec for MLC for CustomServices * Added Examples * Removing update API in favor of exisiting Patch API and Fixing some Validation issues * Fixed Pretty Issue * Fixed Id Issue * Changed case * Updated Examples * Changing Description * Added nullable fields * Added update APIs * Fixing validation errors * Fix model validation Co-authored-by: Srivatsa Sinha <[email protected]> * Add encryption property to workspace update parameters (#19893) * Add encryption property to workspace update parameters Adding the ability for users to update CMK keyIdentifier property for workspace update. * Apply prettier changes Co-authored-by: Joshua Loeffler <[email protected]> * Add enum value to OutputDataDeliveryMode (#19964) * add soft delete related properties (#19907) * add soft delete related properties * resolve lint diff issue that enum name duplicaton Co-authored-by: Xi Jin <[email protected]> * Remove SoftDeleteEnabled. (#20005) * reorder DeploymentResourceConfiguration Definition (#20057) Co-authored-by: Teddy Todorov <[email protected]> Co-authored-by: teochaban <[email protected]> Co-authored-by: Teo Magnino Chaban <[email protected]> Co-authored-by: Teddy Todorov <[email protected]> Co-authored-by: srivatsasinha <[email protected]> Co-authored-by: Srivatsa Sinha <[email protected]> Co-authored-by: jloeffler7 <[email protected]> Co-authored-by: Joshua Loeffler <[email protected]> Co-authored-by: XI JIN <[email protected]> Co-authored-by: Xi Jin <[email protected]> Co-authored-by: ZhidaLiu <[email protected]>
1 parent 3668731 commit 7f284e0

File tree

159 files changed

+32131
-12
lines changed

Some content is hidden

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

159 files changed

+32131
-12
lines changed

custom-words.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,6 +2337,7 @@ Vcore
23372337
Vcores
23382338
VCPU
23392339
vcsa
2340+
Vectorizer
23402341
versionid
23412342
Vertica
23422343
Vfyc
@@ -2495,6 +2496,10 @@ relationshipdef
24952496
structdef
24962497
typedefs
24972498
testfailover
2499+
tmpfs
2500+
Tmpfs
2501+
npipe
2502+
nocopy
24982503
Orignal
24992504
Onprem
25002505
targetv
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-06-01-preview",
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-06-01-preview"
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-06-01-preview"
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)