-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace linkedWorkspace with linkedService
- Loading branch information
Richard Li
committed
Aug 21, 2020
1 parent
f2e3464
commit bdcc3f9
Showing
8 changed files
with
175 additions
and
137 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
...soft.MachineLearningServices/preview/2020-09-01-preview/examples/createLinkedService.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} | ||
} |
29 changes: 0 additions & 29 deletions
29
...ft.MachineLearningServices/preview/2020-09-01-preview/examples/createLinkedWorkspace.json
This file was deleted.
Oops, something went wrong.
File renamed without changes.
26 changes: 26 additions & 0 deletions
26
...crosoft.MachineLearningServices/preview/2020-09-01-preview/examples/getLinkedService.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} | ||
} |
22 changes: 0 additions & 22 deletions
22
...osoft.MachineLearningServices/preview/2020-09-01-preview/examples/getLinkedWorkspace.json
This file was deleted.
Oops, something went wrong.
43 changes: 43 additions & 0 deletions
43
...osoft.MachineLearningServices/preview/2020-09-01-preview/examples/listLinkedServices.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} | ||
} |
32 changes: 0 additions & 32 deletions
32
...oft.MachineLearningServices/preview/2020-09-01-preview/examples/listLinkedWorkspaces.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.