Skip to content

Update Bicep version to 0.42.1 and adjust package URI in deployment templates#1009

Merged
shibayan merged 1 commit intomasterfrom
update-deploy-target
Apr 4, 2026
Merged

Update Bicep version to 0.42.1 and adjust package URI in deployment templates#1009
shibayan merged 1 commit intomasterfrom
update-deploy-target

Conversation

@shibayan
Copy link
Copy Markdown
Member

@shibayan shibayan commented Apr 4, 2026

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:

  • Updated the Bicep version used in both build.yml and publish.yml workflows from 0.40.2 to 0.42.1 for improved compatibility and features. [1] [2]
  • Changed artifact and deployment paths in publish.yml to reference deploy/azuredeploy.bicep instead of the root-level file, and updated publishing targets to use the acmebot container and module names instead of keyvault-acmebot. [1] [2]

Artifact and deployment reference updates:

  • Updated the deployment package URI in both azuredeploy.bicep and azuredeploy.json to use the acmebot container in blob storage instead of keyvault-acmebot. [1] [2]
  • Regenerated azuredeploy.json with the new Bicep version and updated template hash to reflect the changes.

@shibayan shibayan self-assigned this Apr 4, 2026
@shibayan shibayan added the enhancement New feature or request label Apr 4, 2026
Copilot AI review requested due to automatic review settings April 4, 2026 04:00
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.bicep and adjusted publish targets to acmebot.
  • Updated the deployment package URI in the v5 templates (deploy/azuredeploy.bicep and generated deploy/azuredeploy.json) to point at the acmebot blob 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.

Comment thread .github/workflows/publish.yml
@shibayan shibayan merged commit e4757f4 into master Apr 4, 2026
8 checks passed
@shibayan shibayan deleted the update-deploy-target branch April 4, 2026 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants