Skip to content

Commit f9ae3e2

Browse files
Copilotvhvb1989
andcommitted
Update bicep CLI version from 0.35.1 to 0.36.1
Co-authored-by: vhvb1989 <24213737+vhvb1989@users.noreply.github.com>
1 parent 1673061 commit f9ae3e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/azd/pkg/tools/bicep/bicep.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525

2626
// Version is the minimum version of bicep that we require (and the one we fetch when we fetch bicep on behalf of a
2727
// user).
28-
var Version semver.Version = semver.MustParse("0.35.1")
28+
var Version semver.Version = semver.MustParse("0.36.1")
2929

3030
// NewCli creates a new Bicep CLI. Azd manages its own copy of the bicep CLI, stored in `$AZD_CONFIG_DIR/bin`. If
3131
// bicep is not present at this location, or if it is present but is older than the minimum supported version, it is

0 commit comments

Comments
 (0)