Update Bicep version to 0.42.1 and adjust package URI in deployment templates#1009
Merged
Update Bicep version to 0.42.1 and adjust package URI in deployment templates#1009
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s CI/CD workflows and deployment templates to use Bicep 0.42.1 and to switch deployment/publishing references from the legacy keyvault-acmebot naming to acmebot (blob container + Bicep module target).
Changes:
- Bumped the Bicep version used in GitHub Actions workflows to
0.42.1. - Updated publish workflow artifact paths to use
deploy/azuredeploy.bicepand adjusted publish targets toacmebot. - Updated the deployment package URI in the v5 templates (
deploy/azuredeploy.bicepand generateddeploy/azuredeploy.json) to point at theacmebotblob container.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
deploy/azuredeploy.json |
Regenerated ARM template and updated packageUri to the acmebot container. |
deploy/azuredeploy.bicep |
Updated packageUri for OneDeploy to use the acmebot container. |
.github/workflows/publish.yml |
Bumped Bicep version; updated artifact path; switched blob container + registry module targets to acmebot. |
.github/workflows/build.yml |
Bumped Bicep version used during CI lint/build. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
This pull request updates the build and deployment workflows as well as deployment artifacts to use the latest Bicep version and to standardize naming and storage conventions from "keyvault-acmebot" to "acmebot". The changes also ensure that deployment references and publishing targets are consistent with the new naming scheme.
Workflow and deployment updates:
build.ymlandpublish.ymlworkflows from0.40.2to0.42.1for improved compatibility and features. [1] [2]publish.ymlto referencedeploy/azuredeploy.bicepinstead of the root-level file, and updated publishing targets to use theacmebotcontainer and module names instead ofkeyvault-acmebot. [1] [2]Artifact and deployment reference updates:
azuredeploy.bicepandazuredeploy.jsonto use theacmebotcontainer in blob storage instead ofkeyvault-acmebot. [1] [2]azuredeploy.jsonwith the new Bicep version and updated template hash to reflect the changes.