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/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json
+17-6Lines changed: 17 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2473,6 +2473,10 @@
2473
2473
"type": "object",
2474
2474
"description": "Language of the BW system where the open hub destination is located. The default value is EN. Type: string (or Expression with resultType string)."
2475
2475
},
2476
+
"systemId": {
2477
+
"type": "object",
2478
+
"description": "SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string)."
2479
+
},
2476
2480
"userName": {
2477
2481
"type": "object",
2478
2482
"description": "Username to access the SAP BW server where the open hub destination is located. Type: string (or Expression with resultType string)."
@@ -2481,16 +2485,23 @@
2481
2485
"description": "Password to access the SAP BW server where the open hub destination is located.",
"description": "The hostname of the SAP Message Server. Type: string (or Expression with resultType string)."
2491
+
},
2492
+
"messageServerService": {
2493
+
"type": "object",
2494
+
"description": "The service name or port number of the Message Server. Type: string (or Expression with resultType string)."
2495
+
},
2496
+
"logonGroup": {
2497
+
"type": "object",
2498
+
"description": "The Logon Group for the SAP System. Type: string (or Expression with resultType string)."
2499
+
},
2484
2500
"encryptedCredential": {
2485
2501
"type": "object",
2486
2502
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
0 commit comments