Update Bicep CLI to v0.43.8#8148
Conversation
Fixes #8147 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
This PR updates the Azure Developer CLI’s bundled/minimum Bicep CLI version to v0.43.8 (fixes #8147), and aligns the CI Bicep lint workflow to download the same release.
Changes:
- Bumped the Bicep
Versionconstant from0.42.1to0.43.8. - Updated the GitHub Actions Bicep download URL used by the lint workflow to
v0.43.8.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
cli/azd/pkg/tools/bicep/bicep.go |
Updates the required/bundled Bicep version used for auto-install/upgrade. |
.github/workflows/lint-bicep.yml |
Updates the Bicep binary download URL used by the CI lint job. |
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
jongio
left a comment
There was a problem hiding this comment.
Version bump from 0.42.1 to 0.43.8 - both the Go constant and CI workflow are updated consistently. Verified the v0.43.8 release and bicep-linux-x64 asset exist. All CI green.
Updates the bundled Bicep CLI version from 0.42.1 to 0.43.8.
Fixes #8147
Release: https://github.com/Azure/bicep/releases/tag/v0.43.8
Changes
Versionconstant incli/azd/pkg/tools/bicep/bicep.go.github/workflows/lint-bicep.yml