Azure-Player / azure.datafactory.tools

Tools for deploying Data Factory (v2) in Microsoft Azure
https://azureplayer.net/adftools
MIT License
209 stars 69 forks source link

invalid json primitive using json config file #219

Closed dlaplante75 closed 2 years ago

dlaplante75 commented 2 years ago

Using json config file for stage, providing a value for keyvault url produces error "Invalid JSON primitive: https."

image

image

dlaplante75 commented 2 years ago

Ah nevermind, my json config file was missing ".value" at the end in the "name" attributes.

Sorry about this.