Skip to content

Update bicep CLI supported version to v0.36.1 #5245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 2, 2025
Merged

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented May 30, 2025

This PR updates the minimum supported bicep CLI version from 0.35.1 to 0.36.1 in the azd CLI tool.

Changes Made

  • Updated the Version variable in cli/azd/pkg/tools/bicep/bicep.go from "0.35.1" to "0.36.1"
  • Verified that no other references to version 0.35.1 exist in the eng/ folder that need updating

Testing

  • All bicep-specific tests pass with the new version
  • Build verification confirms the change works correctly
  • Test logs show the new version (v0.36.1) is properly downloaded and used

Reference

Release notes for bicep v0.36.1: https://github.com/Azure/bicep/releases/tag/v0.36.1

Fixes #5244.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@Copilot Copilot AI changed the title [WIP] Update bicep cli supported version to v0.36.1 Update bicep CLI supported version to v0.36.1 May 30, 2025
@Copilot Copilot AI requested a review from vhvb1989 May 30, 2025 23:38
Copilot finished work on behalf of vhvb1989 May 30, 2025 23:38
@vhvb1989
Copy link
Member

@copilot update .github/workflows/lint-bicep.yml to use version v0.36.1. Look for the step Upgrade bicep and make sure it is installing the v0.36.1 version

Copy link
Contributor Author

Copilot AI commented May 30, 2025

@copilot update .github/workflows/lint-bicep.yml to use version v0.36.1. Look for the step Upgrade bicep and make sure it is installing the v0.36.1 version

Updated .github/workflows/lint-bicep.yml to use bicep v0.36.1 in the "Upgrade bicep" step. The workflow will now download and use the correct version matching the Go code update. (43a639f)

Copilot finished work on behalf of vhvb1989 May 30, 2025 23:45
@vhvb1989 vhvb1989 marked this pull request as ready for review May 30, 2025 23:51
@vhvb1989
Copy link
Member

/azp run azure-dev - cli

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vhvb1989
Copy link
Member

vhvb1989 commented Jun 2, 2025

@copilot rebase changes on top of upstream main

Copy link
Contributor Author

Copilot AI commented Jun 2, 2025

@copilot rebase changes on top of upstream main

The branch is already up to date with upstream main. No rebase was needed as there are no new commits in main since this branch was created.

Copilot finished work on behalf of vhvb1989 June 2, 2025 02:05
@vhvb1989 vhvb1989 requested a review from jongio as a code owner June 2, 2025 02:49
@vhvb1989 vhvb1989 merged commit 66aca1a into main Jun 2, 2025
11 checks passed
@vhvb1989 vhvb1989 deleted the copilot/fix-5244 branch June 2, 2025 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update bicep cli supported version to v0.36.1
5 participants