Azure / Synapse-workspace-deployment

MIT License
27 stars 34 forks source link

json string gets deployed as int property #94

Open indexample opened 10 months ago

indexample commented 10 months ago

for linked service property: when having a string in workspace (screenshot 1) , and in git (branch) it is still a string (screenshot 2), it gets deployed as an int in the deployed workspace (screenshot 3). i have a workaround in place (screenshot 4), but it should not be required ofcourse.

  1. synapse workspace image

  2. git branch image

  3. after deployment using this devops task, it is passed as an integer, and the linkedservice shows an error (in this case, defaulting back to api version 45.0) image

  4. i am using this current workaround now to force it as a string: image