File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: jianleishen
66ms.subservice : data-movement
77ms.custom : synapse
88ms.topic : conceptual
9- ms.date : 01/04 /2026
9+ ms.date : 01/22 /2026
1010ms.author : jianleishen
1111---
1212# Copy data from Xero using Azure Data Factory or Synapse Analytics
@@ -103,6 +103,7 @@ The Xero linked service supports the following properties when applying version
103103 "name" : " XeroLinkedService" ,
104104 "properties" : {
105105 "type" : " Xero" ,
106+ "version" : " 2.0" ,
106107 "typeProperties" : {
107108 "host" : "api.xero.com",
108109 "clientId" : " <client ID>" ,
@@ -112,8 +113,7 @@ The Xero linked service supports the following properties when applying version
112113 "type" : " SecureString" ,
113114 "value" : " <refresh token>"
114115 },
115- "authenticationType" :" OAuth_2.0" ,
116- "version" : " 2.0"
116+ "authenticationType" :" OAuth_2.0"
117117 }
118118 }
119119}
You can’t perform that action at this time.
0 commit comments