From 78f7da3dad31cf665cb0e4b3f489f5c2fcdf9cd9 Mon Sep 17 00:00:00 2001 From: Victor Vazquez Date: Thu, 30 Jan 2025 18:33:01 +0000 Subject: [PATCH] update to latest bicep version --- cli/azd/pkg/tools/bicep/bicep.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/azd/pkg/tools/bicep/bicep.go b/cli/azd/pkg/tools/bicep/bicep.go index ec9a50a94a0..99e8c39a0c5 100644 --- a/cli/azd/pkg/tools/bicep/bicep.go +++ b/cli/azd/pkg/tools/bicep/bicep.go @@ -25,7 +25,7 @@ import ( // Version is the minimum version of bicep that we require (and the one we fetch when we fetch bicep on behalf of a // user). -var Version semver.Version = semver.MustParse("0.33.13") +var Version semver.Version = semver.MustParse("0.33.93") // NewCli creates a new Bicep CLI. Azd manages its own copy of the bicep CLI, stored in `$AZD_CONFIG_DIR/bin`. If // bicep is not present at this location, or if it is present but is older than the minimum supported version, it is