Skip to content

chore: Dev merge to Main#265

Merged
Avijit-Microsoft merged 5 commits into
mainfrom
dev
Jun 1, 2026
Merged

chore: Dev merge to Main#265
Avijit-Microsoft merged 5 commits into
mainfrom
dev

Conversation

@Shreyas-Microsoft

Copy link
Copy Markdown
Contributor

Purpose

This pull request updates the infra/main.json infrastructure template with a newer Bicep generator version and makes minor corrections to the dependency order for certain resources. The main goal is to ensure the template is generated with the latest tooling and that resource dependencies are properly ordered.

Key changes include:

Bicep Generator Update:

  • Updated the Bicep generator version from 0.42.1.51946 to 0.43.8.12551 throughout the template, along with corresponding updates to templateHash values. [1] [2] [3] [4]

Dependency Order Corrections:

  • Reordered entries in the dependsOn arrays for certain resources to ensure the correct provisioning order, specifically moving the storageQueue and cognitiveServices dependencies after their related entries. [1] [2]

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

Kanchan-Microsoft and others added 4 commits May 21, 2026 16:51
PR #254 (dev -> main) shows infra/main.json on dev was last generated
with Bicep CLI 0.42.1.51946, while main is already on 0.43.8.12551.
This is a downgrade in the merge surface.

Recompiled infra/main.bicep using Azure CLI's bundled Bicep
(0.43.8.12551) so the generator metadata on dev matches what's already
in main. The bicep source is unchanged; only the four _generator blocks
(root + three nested modules) and their templateHash values are
updated.

Once this lands on dev, regenerating against PR #254 will no longer
show a Bicep version downgrade on infra/main.json.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…grade

chore: regenerate infra/main.json with Bicep CLI 0.43.8 (fix PR #254 version downgrade)

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates the generated ARM template at infra/main.json, primarily refreshing the Bicep _generator metadata to a newer Bicep build and making small ordering adjustments within a couple of dependsOn arrays.

Changes:

  • Updated Bicep _generator.version and corresponding templateHash values in the template metadata blocks.
  • Reordered a couple of dependsOn entries for the Storage and AI Foundry private endpoint nested deployments.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

refactor: clean up imports and remove unused code across multiple components
@Avijit-Microsoft Avijit-Microsoft merged commit 5e7e467 into main Jun 1, 2026
13 checks passed
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 2.1.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants