Skip to content

Commit

Permalink
Update bicep.go (bump bicep to 0.17.1) (#2310)
Browse files Browse the repository at this point in the history
bump bicep to 0.17.1 which introduces the new `loadYamlContent` file function.
  • Loading branch information
JayDoubleu committed May 30, 2023
1 parent f2aafb0 commit 2587416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/azd/pkg/tools/bicep/bicep.go
Expand Up @@ -27,7 +27,7 @@ import (

// cBicepVersion is the minimum version of bicep that we require (and the one we fetch when we fetch bicep on behalf of a
// user).
var cBicepVersion semver.Version = semver.MustParse("0.16.1")
var cBicepVersion semver.Version = semver.MustParse("0.17.1")

type BicepCli interface {
Build(ctx context.Context, file string) (string, error)
Expand Down

0 comments on commit 2587416

Please sign in to comment.