Skip to content

Bump version to 2.0.1 and update Azure Functions CLI proposals across multiple languages#53

Merged
shibayan merged 1 commit intomasterfrom
update-proposals
Dec 17, 2025
Merged

Bump version to 2.0.1 and update Azure Functions CLI proposals across multiple languages#53
shibayan merged 1 commit intomasterfrom
update-proposals

Conversation

@shibayan
Copy link
Owner

This pull request updates all Azure Functions devcontainer templates across .NET, Java, Node.js, PowerShell, and Python. The main changes include bumping the template version, updating the available Azure Functions CLI versions, and adding support for new language versions where applicable.

Version and CLI updates across all templates:

  • Bumped the version field from 2.0.0 to 2.0.1 in all devcontainer-template.json files to reflect the new release. [1] [2] [3] [4] [5]
  • Updated the azureFunctionsCliVersion proposals to add 4.6.0 and 4.5.0, and removed older versions (4.2.1, 4.2.2), ensuring only recent and supported CLI versions are selectable. [1] [2] [3] [4] [5]

Language-specific improvements:

  • Java: Added Java 25 as a selectable version in the azure-functions-java template, expanding support for the latest Java release.
  • Python: Updated the default Python version from 3.12 to 3.13 in the azure-functions-python template, ensuring new containers use the latest Python version by default.

@shibayan shibayan requested a review from Copilot December 17, 2025 04:46
@shibayan shibayan self-assigned this Dec 17, 2025
@shibayan shibayan added the enhancement New feature or request label Dec 17, 2025
Copy link

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 all five Azure Functions devcontainer templates (.NET, Java, Node.js, PowerShell, and Python) to version 2.0.1, standardizing Azure Functions CLI version proposals and adding support for newer language versions where applicable.

Key changes:

  • Bumped template version from 2.0.0 to 2.0.1 across all five templates
  • Updated Azure Functions CLI proposals to include 4.6.0 and 4.5.0 while removing deprecated versions 4.2.1 and 4.2.2
  • Added Java 25 support and updated Python default to 3.13

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/azure-functions-dotnet/devcontainer-template.json Version bump to 2.0.1 and updated Azure Functions CLI proposals (added 4.6.0, 4.5.0; removed 4.2.1, 4.2.2)
src/azure-functions-java/devcontainer-template.json Version bump to 2.0.1, added Java 25 to version proposals, and updated Azure Functions CLI proposals
src/azure-functions-node/devcontainer-template.json Version bump to 2.0.1 and updated Azure Functions CLI proposals
src/azure-functions-powershell/devcontainer-template.json Version bump to 2.0.1 and updated Azure Functions CLI proposals
src/azure-functions-python/devcontainer-template.json Version bump to 2.0.1, changed default Python version from 3.12 to 3.13, and updated Azure Functions CLI proposals

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

@shibayan shibayan merged commit 1b8aaaa into master Dec 17, 2025
17 checks passed
@shibayan shibayan deleted the update-proposals branch December 17, 2025 04:53
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