Update Azure Functions templates to support PowerShell 7.6 and bump CLI versions#62
Merged
Update Azure Functions templates to support PowerShell 7.6 and bump CLI versions#62
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request updates the Azure Functions Dev Container Templates to include newer Azure Functions Core Tools versions and adds a new PowerShell version option, while bumping all related template versions to 2.0.4.
Changes:
- Bumped Azure Functions template versions to
2.0.4across .NET/Java/Node.js/PowerShell/Python templates. - Added Azure Functions Core Tools proposals
4.9.0and4.10.0and removed older proposals from each template. - Added PowerShell
7.6as a selectable option and updated the root README to reflect PowerShell7.4 / 7.6.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| src/azure-functions-python/devcontainer-template.json | Bumps template version and updates Core Tools CLI proposal list. |
| src/azure-functions-powershell/devcontainer-template.json | Bumps template version, adds PowerShell 7.6 option, updates Core Tools CLI proposals. |
| src/azure-functions-node/devcontainer-template.json | Bumps template version and updates Core Tools CLI proposal list. |
| src/azure-functions-java/devcontainer-template.json | Bumps template version and updates Core Tools CLI proposal list. |
| src/azure-functions-dotnet/devcontainer-template.json | Bumps template version and updates Core Tools CLI proposal list. |
| README.md | Updates supported PowerShell versions listed for the template. |
💡 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 the Azure Functions Dev Container Templates to add support for new versions of PowerShell and the Azure Functions CLI, as well as bumping the template version numbers for all supported languages. The most significant changes are the addition of PowerShell 7.6 support, new CLI versions (4.9.0 and 4.10.0), and the removal of older CLI versions from the proposals.
Version and feature updates:
azure-functions-powershelltemplate, and updated the README to reflect this new version. [1] [2]dotnet,java,node,powershell,python) to version2.0.4. [1] [2] [3] [4] [5]Azure Functions CLI options:
4.9.0and4.10.0to theproposalslist in all templates, and removed older versions (4.5.0,4.4.1). [1] [2] [3] [4] [5]These changes ensure that the templates are up-to-date with the latest supported versions and provide users with more current options when setting up their development containers.