Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release machinelearningservices microsoft.machine learning services 2023 08 01 preview #24762

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
622126d
Adds base for updating Microsoft.MachineLearningServices from version…
kseager Jul 10, 2023
7271c66
Updates readme
kseager Jul 10, 2023
e16eabd
Updates API version in new specs and examples
kseager Jul 10, 2023
0b18643
MFE 2023-08-01-preview mfe.json (#24764)
kseager Aug 1, 2023
b30cc24
Adding Resources at sweep level (#25090)
Anubha98 Aug 4, 2023
1434d85
HoboVM Preview Features (#24769)
teochaban Aug 11, 2023
24e6642
Adding new query param on list job api (#25375)
shail2208 Aug 28, 2023
c8c4603
Remove list materialization jobs api (#25372)
shail2208 Aug 28, 2023
d97207a
sweep over pipeline component (#25616)
ghsutirtha Sep 5, 2023
c18d535
Add SSO and RootAccess (#25754)
teochaban Sep 18, 2023
f216349
add EnvironmentVariables in sparkjob (#25814)
ycheng35xo Sep 18, 2023
4513d82
Add model monitor 2023-08-01-preview changes (#25785)
mastloui-msft Sep 18, 2023
4427a31
Add WS Vnet properties for Serverless GA (#25780)
ac923 Sep 20, 2023
17458a1
Resource to ProxyResource for preview version (#25906)
shail2208 Sep 22, 2023
779b18a
August-2023-preview fix circular reference (#25870)
kseager Sep 22, 2023
7b57c8d
Update ServerlessEndpoints design (#25593)
forteddyt Sep 22, 2023
17a7e5d
add suppression for lint error (#25941)
ZhidaLiu Sep 22, 2023
d094f2b
minor fixes (#25940)
forteddyt Sep 26, 2023
8f31487
Update 2023-08-01-preview swagger for workspaceRP (#25532)
ZhidaLiu Sep 26, 2023
5f4676c
Updated preview API to add Kernel Config (#25361)
srivatsasinha Sep 27, 2023
276272f
Thtodoro/serverless endpoints 2023 08 01 preview fix (#25993)
forteddyt Sep 28, 2023
3a815de
Adding Inference Pools, Groups and Endpoints recreated for https://gi…
raushan2016 Sep 29, 2023
b8d173c
Make suppression more specific (#26031)
teochaban Sep 29, 2023
3267390
add serverless compute settings (#26007)
ac923 Oct 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ antimeridian
antispam
anybuild
anyofany
aoai
aoairesource
aods
aosm
Expand Down Expand Up @@ -2673,6 +2674,7 @@ termtemplatedef
testall
testallroutes
testbase
testconnection
testfailover
testnew
testnewroute
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"groupId": "string",
"api-version": "2023-08-01-preview",
"body": {
"properties": {
"offer": {
"publisher": "string",
"offerName": "string"
},
"reservedCapacity": 1
},
"tags": {},
"location": "string",
"kind": "string",
"identity": {
"type": "SystemAssigned",
"userAssignedIdentities": {
"string": {}
}
},
"sku": {
"name": "string",
"tier": "Premium",
"size": "string",
"family": "string",
"capacity": 1
}
}
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"offer": {
"publisher": "string",
"offerName": "string"
},
"reservedCapacity": 1
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:15",
"createdBy": "string",
"createdByType": "User",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:15",
"lastModifiedBy": "string",
"lastModifiedByType": "ManagedIdentity"
},
"tags": {},
"location": "string",
"kind": "string",
"identity": {
"type": "SystemAssigned",
"principalId": "00000000-1111-2222-3333-444444444444",
"tenantId": "00000000-1111-2222-3333-444444444444",
"userAssignedIdentities": {
"string": {
"principalId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
}
}
},
"sku": {
"name": "string",
"tier": "Premium",
"size": "string",
"family": "string",
"capacity": 1
}
}
},
"201": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"offer": {
"publisher": "string",
"offerName": "string"
},
"reservedCapacity": 1
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:15",
"createdBy": "string",
"createdByType": "Application",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:15",
"lastModifiedBy": "string",
"lastModifiedByType": "Application"
},
"tags": {},
"location": "string",
"kind": "string",
"identity": {
"type": "SystemAssigned,UserAssigned",
"principalId": "00000000-1111-2222-3333-444444444444",
"tenantId": "00000000-1111-2222-3333-444444444444",
"userAssignedIdentities": {
"string": {
"principalId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
}
}
},
"sku": {
"name": "string",
"tier": "Free",
"size": "string",
"family": "string",
"capacity": 1
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"groupId": "string",
"api-version": "2023-08-01-preview"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"groupId": "string",
"api-version": "2023-08-01-preview"
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"offer": {
"publisher": "string",
"offerName": "string"
},
"reservedCapacity": 1
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:53",
"createdBy": "string",
"createdByType": "Key",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:53",
"lastModifiedBy": "string",
"lastModifiedByType": "Application"
},
"tags": {},
"location": "string",
"kind": "string",
"identity": {
"type": "UserAssigned",
"principalId": "00000000-1111-2222-3333-444444444444",
"tenantId": "00000000-1111-2222-3333-444444444444",
"userAssignedIdentities": {
"string": {
"principalId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
}
}
},
"sku": {
"name": "string",
"tier": "Free",
"size": "string",
"family": "string",
"capacity": 1
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"api-version": "2023-08-01-preview",
"$skipToken": "string",
"groupId": "string"
},
"responses": {
"200": {
"headers": {},
"body": {
"value": [
{
"id": "string",
"name": "string",
"type": "string",
"properties": {
"offer": {
"publisher": "string",
"offerName": "string"
},
"reservedCapacity": 1
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:08",
"createdBy": "string",
"createdByType": "ManagedIdentity",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:08",
"lastModifiedBy": "string",
"lastModifiedByType": "ManagedIdentity"
},
"tags": {},
"location": "string",
"kind": "string",
"identity": {
"type": "UserAssigned",
"principalId": "00000000-1111-2222-3333-444444444444",
"tenantId": "00000000-1111-2222-3333-444444444444",
"userAssignedIdentities": {
"string": {
"principalId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
}
}
},
"sku": {
"name": "string",
"tier": "Premium",
"size": "string",
"family": "string",
"capacity": 1
}
}
],
"nextLink": "string"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"api-version": "2023-08-01-preview",
"$skipToken": "string"
},
"responses": {
"200": {
"headers": {},
"body": {
"value": [
{
"id": "string",
"name": "string",
"type": "string",
"properties": {
"offer": {
"publisher": "string",
"offerName": "string"
},
"reservedCapacity": 1
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:52",
"createdBy": "string",
"createdByType": "ManagedIdentity",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:52",
"lastModifiedBy": "string",
"lastModifiedByType": "Application"
},
"tags": {},
"location": "string",
"kind": "string",
"identity": {
"type": "SystemAssigned,UserAssigned",
"principalId": "00000000-1111-2222-3333-444444444444",
"tenantId": "00000000-1111-2222-3333-444444444444",
"userAssignedIdentities": {
"string": {
"principalId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
}
}
},
"sku": {
"name": "string",
"tier": "Standard",
"size": "string",
"family": "string",
"capacity": 1
}
}
],
"nextLink": "string"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"groupId": "string",
"api-version": "2023-08-01-preview",
"body": {
"tags": {},
"sku": {
"name": "string",
"tier": "Standard",
"size": "string",
"family": "string",
"capacity": 1
},
"identity": {
"type": "SystemAssigned",
"userAssignedIdentities": {
"string": {}
}
}
}
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"offer": {
"publisher": "string",
"offerName": "string"
},
"reservedCapacity": 1
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:15",
"createdBy": "string",
"createdByType": "User",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:15",
"lastModifiedBy": "string",
"lastModifiedByType": "ManagedIdentity"
},
"tags": {},
"location": "string",
"kind": "string",
"identity": {
"type": "SystemAssigned",
"principalId": "00000000-1111-2222-3333-444444444444",
"tenantId": "00000000-1111-2222-3333-444444444444",
"userAssignedIdentities": {
"string": {
"principalId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
}
}
},
"sku": {
"name": "string",
"tier": "Premium",
"size": "string",
"family": "string",
"capacity": 1
}
}
}
}
}
Loading