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
Support for validating inputs in deploy pane (#16442)
Add the --pattern CLI argument for faster batch operations on multiple files (#16456)
# build all .bicep files under current path
bicep build --pattern './**/*.bicep'# build all .bicepparam files under current path
bicep build-params --pattern './**/*.bicepparam'# format all .bicep files under current path
bicep format --pattern './**/*.bicep*'# lint all .bicep files under current path
bicep lint --pattern './**/*.bicep'# restore modules for all .bicep files under current path
bicep restore --pattern './**/*.bicep'