Skip to content

Commit

Permalink
[DataFactory] Xero add connectionProperties property (Azure#10056)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingshu923 authored and 00Kai0 committed Oct 12, 2020
1 parent 6f3aa1f commit d60cc3e
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4703,6 +4703,10 @@
"XeroLinkedServiceTypeProperties": {
"description": "Xero Service linked service properties.",
"properties": {
"connectionProperties": {
"description": "Properties used to connect to Xero. It is mutually exclusive with any other properties in the linked service. Type: object.",
"type": "object"
},
"host": {
"description": "The endpoint of the Xero server. (i.e. api.xero.com)",
"type": "object"
Expand Down Expand Up @@ -4731,10 +4735,7 @@
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).",
"type": "object"
}
},
"required": [
"host"
]
}
},
"ZohoLinkedService": {
"x-ms-discriminator-value": "Zoho",
Expand Down

0 comments on commit d60cc3e

Please sign in to comment.