chore: downmerge from main to dev#847
Merged
Merged
Conversation
chore: Dev to Main merge
chore: dev to main merge
chore: Clean up unused Bicep resources
Adds Bicep CLI (v0.33.0+) to the Local Environment prerequisites in docs/DEPLOYMENT.md so users running 'azd up' locally have the required Bicep version installed before provisioning the infrastructure templates. Work item: AB#42634
docs: Add Bicep CLI (v0.33.0+) to local deployment prerequisites
chore: dev to main merge
Contributor
There was a problem hiding this comment.
Pull request overview
Documentation-only update adding Bicep CLI (v0.33.0+) as a required prerequisite tool across deployment guides and bumping the minimum azd version from v1.15.0 to v1.18.0.
Changes:
- Added Bicep CLI v0.33.0+ prerequisite with install links in README and three deployment docs.
- Bumped minimum Azure Developer CLI version to v1.18.0 in README and DEPLOYMENT.md.
- Added Bicep install/upgrade/verify command snippet in AZD_DEPLOYMENT.md.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Adds Bicep CLI prerequisite note alongside the existing azd version note. |
| docs/DEPLOYMENT.md | Bumps azd minimum to v1.18.0 and adds Bicep CLI to the tool list. |
| docs/AZD_DEPLOYMENT.md | Adds Bicep CLI prerequisite section with install/upgrade/verify commands. |
| docs/AVMPostDeploymentGuide.md | Adds Bicep CLI row to the prerequisites table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Avijit-Microsoft
approved these changes
May 14, 2026
Contributor
|
🎉 This PR is included in version 2.5.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request updates the documentation to add Bicep CLI as a required tool for deploying the solution accelerator, specifies the minimum required version (v0.33.0+), and provides installation instructions. It also updates the minimum required version for Azure Developer CLI (azd) to v1.18.0+. These changes help ensure users have all necessary tools and correct versions before starting deployment.
Tool requirements updates:
README.md,docs/DEPLOYMENT.md,docs/AVMPostDeploymentGuide.md, anddocs/AZD_DEPLOYMENT.md. Provided links and installation instructions. [1] [2] [3] [4]Documentation improvements:
README.mdand detailed installation steps indocs/AZD_DEPLOYMENT.mdto help users verify and upgrade their Bicep CLI installation. [1] [2]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation