Azure / Synapse-workspace-deployment

MIT License
27 stars 34 forks source link

Action does not give a warning or error if it cannot find the OverrideArmParameter file specified. #81

Open datamartyn opened 1 year ago

datamartyn commented 1 year ago

Using operation 'validateDeploy' the action does not give a warning or error if the override arm parameter file specified is not found.

Instead the Action completes reporting successful, but has not picked up the overrides and deployed with the source workspaces settings.

It would be better if action could give a warning like it does when it can't locate the template-parameters-definiton.json file, so it is clear to the user it did not find the OverrideArmParameter file specified.