diff --git a/cli/azd/pkg/tools/bicep/bicep.go b/cli/azd/pkg/tools/bicep/bicep.go index 40d54c452da..e8a4253ee2f 100644 --- a/cli/azd/pkg/tools/bicep/bicep.go +++ b/cli/azd/pkg/tools/bicep/bicep.go @@ -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)