Skip to content

chore: dev to main merge#79

Merged
Avijit-Microsoft merged 2 commits into
mainfrom
dev
May 5, 2026
Merged

chore: dev to main merge#79
Avijit-Microsoft merged 2 commits into
mainfrom
dev

Conversation

@Saswato-Microsoft
Copy link
Copy Markdown
Collaborator

Purpose

This pull request updates the Azure CLI feature configuration in the .devcontainer/devcontainer.json file to ensure the latest versions of both Azure CLI and Bicep are installed in the development container.

Dependency configuration:

  • Set the bicepVersion property to latest for the Azure CLI feature, ensuring the most recent version of Bicep is installed.
  • Reordered properties for clarity, placing installBicep before version settings.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

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 pull request updates the devcontainer Azure CLI feature configuration to install the latest Bicep version alongside the latest Azure CLI, ensuring the development container has current tooling.

Changes:

  • Enables Bicep installation via the Azure CLI devcontainer feature (installBicep: true).
  • Adds bicepVersion: "latest" to explicitly track the newest Bicep release.
  • Reorders Azure CLI feature properties for clarity.

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

@Avijit-Microsoft Avijit-Microsoft merged commit 6c0e439 into main May 5, 2026
7 checks passed
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.3.3 🎉

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