You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a bicepconfig.json to set the linter level for use-parent-property to info to not have my pipeline fail because of one warning I currently can not get around.
Deploying locally, I can see that the waning is silenced, but my GitHub Workflow fails because there is output on stderr.
Is there a way to use the bicepconfig.json with arm-deploy and getting around this without setting failOnStdErr to false?
The text was updated successfully, but these errors were encountered:
I am using a
bicepconfig.json
to set the linter level foruse-parent-property
toinfo
to not have my pipeline fail because of one warning I currently can not get around.Deploying locally, I can see that the waning is silenced, but my GitHub Workflow fails because there is output on stderr.
Is there a way to use the
bicepconfig.json
witharm-deploy
and getting around this without settingfailOnStdErr
tofalse
?The text was updated successfully, but these errors were encountered: