Skip to content

Commit 497d91f

Browse files
committed
Update version location for Xero V2 Json
1 parent d79e071 commit 497d91f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/data-factory/connector-xero.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.subservice: data-movement
77
ms.custom: synapse
88
ms.topic: conceptual
9-
ms.date: 01/04/2026
9+
ms.date: 01/22/2026
1010
ms.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
}

0 commit comments

Comments
 (0)