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
Were implementing the az DevopsKit to validate our ARM templates in the pipeline. I'm pointing the Module to a folder containing all our ARM-Templates.
There are a few templates which are not supported yet. unfortunately, this causes the pipeline to fail completely.
##[error]One or more files were skipped during the scan. Either the files are invalid as ARM templates or those resource types are currently not supported by this command.
I've tried adding the "FailTaskIfNoControlsScanned" environmental variable to prevent it from failing, but that doesn't seem to apply.
Is there a way to prevent it from failing besides excluding those files? If not, then that would be a feature-request :-)
Regards,
Léon
The text was updated successfully, but these errors were encountered:
Hi,
Were implementing the az DevopsKit to validate our ARM templates in the pipeline. I'm pointing the Module to a folder containing all our ARM-Templates.
There are a few templates which are not supported yet. unfortunately, this causes the pipeline to fail completely.
##[error]One or more files were skipped during the scan. Either the files are invalid as ARM templates or those resource types are currently not supported by this command.
I've tried adding the "FailTaskIfNoControlsScanned" environmental variable to prevent it from failing, but that doesn't seem to apply.
Is there a way to prevent it from failing besides excluding those files? If not, then that would be a feature-request :-)
Regards,
Léon
The text was updated successfully, but these errors were encountered: