Skip to content

Commit

Permalink
replace linkedWorkspace with linkedService
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Li committed Aug 21, 2020
1 parent f2e3464 commit bdcc3f9
Show file tree
Hide file tree
Showing 8 changed files with 175 additions and 137 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "resourceGroup-1",
"workspaceName": "workspace-1",
"linkName": "link-1",
"api-version": "2020-04-01-preview",
"parameters": {
"name": "link-1",
"identity": {
"type": "SystemAssigned"
},
"properties": {
"linkedServiceResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.Synapse/workspaces/Syn-1"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/linkedServices/link-1",
"name": "link-1",
"type": "Microsoft.MachineLearningServices/workspaces/linkedServices",
"identity": {
"type": "SystemAssigned",
"principalId": "aaaaaaaa-1111-2222-3333-444444444444",
"tenantId": "bbbbbbbb-1111-2222-3333-444444444444"
},
"properties": {
"linkedServiceResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.Synapse/workspaces/Syn-1"
}
}
}
}
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "resourceGroup-1",
"workspaceName": "workspace-1",
"linkName": "link-1",
"api-version": "2020-04-01-preview"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/linkedServices/link-1",
"name": "link-1",
"type": "Microsoft.MachineLearningServices/workspaces/linkedServices",
"identity": {
"type": "SystemAssigned",
"principalId": "aaaaaaaa-1111-2222-3333-444444444444",
"tenantId": "bbbbbbbb-1111-2222-3333-444444444444"
},
"properties": {
"linkedServiceResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/linkRg-1/providers/Microsoft.Synapse/workspaces/Syn-1"
}
}
}
}
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "resourceGroup-1",
"workspaceName": "workspace-1",
"api-version": "2020-04-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/linkedServices/link-1",
"name": "link-1",
"type": "Microsoft.MachineLearningServices/workspaces/linkedServices",
"identity": {
"type": "SystemAssigned",
"principalId": "aaaaaaaa-1111-2222-3333-444444444444",
"tenantId": "bbbbbbbb-1111-2222-3333-444444444444"
},
"properties": {
"linkedServiceResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/linkRg-1/providers/Microsoft.Synapse/workspaces/Syn-1"
}
},
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/linkedServices/link-2",
"name": "link-2",
"type": "Microsoft.MachineLearningServices/workspaces/linkedServices",
"identity": {
"type": "SystemAssigned",
"principalId": "cccccccc-1111-2222-3333-444444444444",
"tenantId": "bbbbbbbb-1111-2222-3333-444444444444"
},
"properties": {
"linkedServiceResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/linkRg-2/providers/Microsoft.Synapse/workspaces/Syn-2"
}
}
],
"nextLink": null
}
}
}
}

This file was deleted.

Loading

0 comments on commit bdcc3f9

Please sign in to comment.