Skip to content

Commit

Permalink
Adding machinelearningservices workspace publish and registry
Browse files Browse the repository at this point in the history
datareference API
  • Loading branch information
chaoyu-msft committed Sep 2, 2023
1 parent 7af038c commit 9601cd6
Show file tree
Hide file tree
Showing 10 changed files with 1,867 additions and 815 deletions.
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ datapath
dataplane
datapoint
datapoints
datareferences
datas
dataschema
dataset
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"registryName": "registryName",
"name": "string",
"version": "string",
"api-version": "2023-10-01",
"body": {
"assetId": "string",
"blobUri": "https://www.contoso.com/example"
}
},
"responses": {
"200": {
"headers": {},
"body": {
"blobReferenceForConsumption": {
"blobUri": "https://www.contoso.com/example",
"storageAccountArmId": "string",
"credential": {
"credentialType": "NoCredentials"
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"endpointName": "testEndpointName",
"deploymentName": "testDeploymentName",
"api-version": "2023-10-01",
"body": {
"registryName": "string",
"destinationName": "string",
"destinationVersion": "string"
}
},
"responses": {
"200": {},
"202": {
"headers": {
"Location": "example_location"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"name": "string",
"version": "string",
"api-version": "2023-10-01",
"body": {
"registryName": "string",
"destinationName": "string",
"destinationVersion": "string"
}
},
"responses": {
"200": {},
"202": {
"headers": {
"Location": "example_location"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"name": "string",
"version": "string",
"api-version": "2023-10-01",
"body": {
"registryName": "string",
"destinationName": "string",
"destinationVersion": "string"
}
},
"responses": {
"200": {},
"202": {
"headers": {
"Location": "example_location"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"name": "string",
"version": "string",
"api-version": "2023-10-01",
"body": {
"registryName": "string",
"destinationName": "string",
"destinationVersion": "string"
}
},
"responses": {
"200": {},
"202": {
"headers": {
"Location": "example_location"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"name": "string",
"version": "string",
"api-version": "2023-10-01",
"body": {
"registryName": "string",
"destinationName": "string",
"destinationVersion": "string"
}
},
"responses": {
"200": {},
"202": {
"headers": {
"Location": "example_location"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"name": "string",
"version": "string",
"api-version": "2023-10-01",
"body": {
"registryName": "string",
"destinationName": "string",
"destinationVersion": "string"
}
},
"responses": {
"200": {},
"202": {
"headers": {
"Location": "example_location"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"endpointName": "testEndpointName",
"deploymentName": "testDeploymentName",
"api-version": "2023-10-01",
"body": {
"registryName": "string",
"destinationName": "string",
"destinationVersion": "string"
}
},
"responses": {
"200": {},
"202": {
"headers": {
"Location": "example_location"
}
}
}
}
Loading

0 comments on commit 9601cd6

Please sign in to comment.