Skip to content

Commit 6c3e7b6

Browse files
committed
SAP Open Hub - Support Message Server
1 parent f4178c1 commit 6c3e7b6

File tree

1 file changed

+17
-6
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+17
-6
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,6 +2473,10 @@
24732473
"type": "object",
24742474
"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)."
24752475
},
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+
},
24762480
"userName": {
24772481
"type": "object",
24782482
"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 @@
24812485
"description": "Password to access the SAP BW server where the open hub destination is located.",
24822486
"$ref": "../datafactory.json#/definitions/SecretBase"
24832487
},
2488+
"messageServer": {
2489+
"type": "object",
2490+
"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+
},
24842500
"encryptedCredential": {
24852501
"type": "object",
24862502
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
24872503
}
2488-
},
2489-
"required": [
2490-
"server",
2491-
"systemNumber",
2492-
"clientId"
2493-
]
2504+
}
24942505
},
24952506
"RestServiceLinkedService": {
24962507
"x-ms-discriminator-value": "RestService",

0 commit comments

Comments
 (0)