Azure / arm-deploy

ARM action to deploy an Azure Resource Manager (ARM) template to all the deployment scopes
MIT License
84 stars 39 forks source link

Removed additionalArguments while validation step #95

Closed t-dedah closed 2 years ago

t-dedah commented 2 years ago

There are multiple parameters in additionalArguments which are not available for validate step. This leads to unnecessary warnings in the logs.

This PR will create separate validataeParameters and azDeployParameters for their respective steps ensuring the success of validate step.

alt-text

bishal-pdMSFT commented 2 years ago

@t-dedah can you please provide link to an issue where this was reported. I Need to understand the error better.

github-actions[bot] commented 2 years ago

This PR is idle because it has been open for 14 days with no activity.

t-dedah commented 2 years ago

@bishal-pdMSFT Link to the issue comment https://github.com/Azure/arm-deploy/issues/71#issuecomment-977697831