You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-09-01-preview/examples/createLinkedService.json
Copy file name to clipboardExpand all lines: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-09-01-preview/examples/getLinkedService.json
Copy file name to clipboardExpand all lines: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-09-01-preview/examples/listLinkedServices.json
Copy file name to clipboardExpand all lines: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-09-01-preview/machineLearningServices.json
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4050,10 +4050,34 @@
4050
4050
"LinkedServiceProps": {
4051
4051
"type": "object",
4052
4052
"description": "LinkedService specific properties.",
4053
+
"required": [
4054
+
"linkedServiceResourceId"
4055
+
],
4053
4056
"properties": {
4054
4057
"linkedServiceResourceId": {
4055
4058
"description": "ResourceId of the link target of the linked service.",
4056
4059
"type": "string"
4060
+
},
4061
+
"linkType": {
4062
+
"description": "Type of the link target.",
4063
+
"type": "string",
4064
+
"enum": [
4065
+
"Synapse"
4066
+
],
4067
+
"x-ms-enum": {
4068
+
"name": "LinkedServiceLinkType",
4069
+
"modelAsString": false
4070
+
}
4071
+
},
4072
+
"createdTime": {
4073
+
"format": "date-time",
4074
+
"description": "The creation time of the linked service.",
4075
+
"type": "string"
4076
+
},
4077
+
"modifiedTime": {
4078
+
"format": "date-time",
4079
+
"description": "The last modified time of the linked service.",
0 commit comments