Hi Abhishek Narain & Team,
If Azure data factory in dev environment is having global parameters defined and its global parameters are used in the data factory pipeline then the npm package is giving validation error as global parameter is not defined.
Have tried with disabled include ARM template & enabled include ARM template then also it is giving the same error as global parameter is not found. It is right to say that global parameter should not be present in inital adf dev environment then only we can validate/build/generate the ARM template, deploy to another enviornment. Please correct if i am missing anything here.
Kindly note that in order to deploy global parameter to another environment i have refer the doc and use powershell script. But if global parameter is already present & applied in data factory pipeline then only NPM package is giving this issue. Please suggest
Thanks in advance!!