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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Copilot
Copy link

@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.

Co-authored-by: vhvb1989 <24213737+vhvb1989@users.noreply.github.com>
@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

Co-authored-by: vhvb1989 <24213737+vhvb1989@users.noreply.github.com>
Copy link
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).

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
2 participants