-
Notifications
You must be signed in to change notification settings - Fork 236
Update bicep CLI supported version to v0.36.1 #5245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: vhvb1989 <[email protected]>
@copilot update .github/workflows/lint-bicep.yml to use version v0.36.1. Look for the step Upgrade bicep and make sure it is installing the v0.36.1 version |
Co-authored-by: vhvb1989 <[email protected]>
Updated |
/azp run azure-dev - cli |
Azure Pipelines successfully started running 1 pipeline(s). |
@copilot rebase changes on top of upstream main |
The branch is already up to date with upstream main. No rebase was needed as there are no new commits in main since this branch was created. |
This PR updates the minimum supported bicep CLI version from 0.35.1 to 0.36.1 in the azd CLI tool.
Changes Made
Version
variable incli/azd/pkg/tools/bicep/bicep.go
from "0.35.1" to "0.36.1"eng/
folder that need updatingTesting
Reference
Release notes for bicep v0.36.1: https://github.com/Azure/bicep/releases/tag/v0.36.1
Fixes #5244.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.