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
When setting installBicep to true, it is not possible to specify which Bicep version will be installed; it will always use whatever latest happens to point at when the container is built.
This means you can end up with a team of people developing against different Bicep versions, and as there have been some behavioral changes (and even the odd breaking change here and there) between Bicep versions in the past, this is something I'd like to avoid.
When setting
installBicep
totrue
, it is not possible to specify which Bicep version will be installed; it will always use whateverlatest
happens to point at when the container is built.This means you can end up with a team of people developing against different Bicep versions, and as there have been some behavioral changes (and even the odd breaking change here and there) between Bicep versions in the past, this is something I'd like to avoid.
I've submitted #1227 as a suggested fix.
The text was updated successfully, but these errors were encountered: