Update Bicep CLI to v0.47.16 - #9909
Conversation
Fixes Azure#9908 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). 21 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
🟡 Changes recommended
The workflow must explicitly declare least-privilege token permissions before approval.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the bundled Bicep CLI and CI linting version from 0.45.15 to 0.47.16.
Changes:
- Bumps the required Bicep CLI version.
- Updates the lint workflow download URL.
File summaries
| File | Description |
|---|---|
cli/azd/pkg/tools/bicep/bicep.go |
Sets the bundled Bicep version to 0.47.16. |
.github/workflows/lint-bicep.yml |
Downloads Bicep v0.47.16, but lacks explicit least-privilege permissions: contents: read. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
JeffreyCA
left a comment
There was a problem hiding this comment.
We should turn this into an agentic workflow that runs regularly to take care of these kinds of updates in the future 🙂
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Richard Park (@richardpark-msft) suggested the same. My stand is that I really don't like those polling-jobs which runs every If we can make the automation to be triggered only when there's a new version, then I would see the value. Otherwise I don't want to maintain the poller |
Updates the bundled Bicep CLI version from 0.45.15 to 0.47.16.
Fixes #9908
Release: https://github.com/Azure/bicep/releases/tag/v0.47.16
Changes
Versionconstant incli/azd/pkg/tools/bicep/bicep.go.github/workflows/lint-bicep.yml