Conversation
… multiple languages
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
versionfield from2.0.0to2.0.1in alldevcontainer-template.jsonfiles to reflect the new release. [1] [2] [3] [4] [5]azureFunctionsCliVersionproposals to add4.6.0and4.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:
azure-functions-javatemplate, expanding support for the latest Java release.3.12to3.13in theazure-functions-pythontemplate, ensuring new containers use the latest Python version by default.