Update Bicep CLI to v0.42.1#7557
Conversation
Fixes #7556 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
There was a problem hiding this comment.
Pull request overview
Updates the Azure Developer CLI’s bundled Bicep tool version to keep azd’s Bicep-based provisioning and CI linting aligned with the latest required Bicep release.
Changes:
- Bumped the minimum/bundled Bicep CLI version from
0.41.2→0.42.1in the azd Bicep tool wrapper. - Updated the GitHub Actions Bicep download URL used by the Bicep lint workflow to
v0.42.1.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
cli/azd/pkg/tools/bicep/bicep.go |
Updates the required/bundled Bicep version to 0.42.1 for azd-managed installs/upgrades. |
.github/workflows/lint-bicep.yml |
Ensures CI Bicep linting uses Bicep 0.42.1 by updating the download URL. |
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Updates the bundled Bicep CLI version from 0.41.2 to 0.42.1.
Fixes #7556
Release: https://github.com/Azure/bicep/releases/tag/v0.42.1
Changes
Versionconstant incli/azd/pkg/tools/bicep/bicep.go.github/workflows/lint-bicep.yml