Synapse parameterize all parameters at activity level in CI/CD

September 7, 2022 0 By Bhargava

Use the below block of code in the custom template-parameters-definition.json

   {
   "Microsoft.Synapse/workspaces/pipelines": {
         "properties": {
             "activities": [{
                 "typeProperties": {
                     "*": "="
                 }
             }]
         }
     }
     }