Skip to content

Commit e0e19d0

Browse files
author
Wee Hyong Tok
committed
Azure Data Factory JSON Conversion Tool
This tool enables you to convert your ADF JSON files to the latest format.
1 parent 632c582 commit e0e19d0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Binary file not shown.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This tool enables you to convert the JSON files to the latest format.
2+
3+
JsonUpgradeTool.exe /sd <source directory> /td <target directory> [/v <target API version>]
4+
Where:
5+
/sd <source directory> - Source Directory containing JSON definitions.
6+
/td <target directory> - Target Directory for new Upgraded JSON defintions.
7+
/v <target API version> - This is an optional argument.
8+
By default latest API version: '2015-05-01-preview' will be assumed.
9+
Supported target API versions: 2014-12-01-preview, 2015-01-01-preview, 2015-05-01-preview.

0 commit comments

Comments
 (0)