Azure-Player / azure.datafactory.devops

Azure DevOps Deployment Tasks for Azure Data Factory objects
MIT License
39 stars 21 forks source link

The column "Value" does not support array variables while deploying #104

Closed akhila31 closed 1 year ago

akhila31 commented 1 year ago

We are using array variables in ADF pipelines which looks like this for ex [{"A":"B", "C","D"}]

While deploying the code we are getting "Unexpected token" . Will this feature be added in the future?

NowinskiK commented 1 year ago

That is NOT valid array: image

image