Skip to content

Update Azure Functions templates to support PowerShell 7.6 and bump CLI versions#62

Merged
shibayan merged 1 commit intomasterfrom
add-pwsh-7.6
May 7, 2026
Merged

Update Azure Functions templates to support PowerShell 7.6 and bump CLI versions#62
shibayan merged 1 commit intomasterfrom
add-pwsh-7.6

Conversation

@shibayan
Copy link
Copy Markdown
Owner

@shibayan shibayan commented May 7, 2026

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:

  • Added support for PowerShell 7.6 in the azure-functions-powershell template, and updated the README to reflect this new version. [1] [2]
  • Updated all Azure Functions templates (dotnet, java, node, powershell, python) to version 2.0.4. [1] [2] [3] [4] [5]

Azure Functions CLI options:

  • Added Azure Functions CLI versions 4.9.0 and 4.10.0 to the proposals list 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.

@shibayan shibayan requested a review from Copilot May 7, 2026 15:18
@shibayan shibayan self-assigned this May 7, 2026
@shibayan shibayan added the enhancement New feature or request label May 7, 2026
Copy link
Copy Markdown

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 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.4 across .NET/Java/Node.js/PowerShell/Python templates.
  • Added Azure Functions Core Tools proposals 4.9.0 and 4.10.0 and removed older proposals from each template.
  • Added PowerShell 7.6 as a selectable option and updated the root README to reflect PowerShell 7.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.

Comment thread src/azure-functions-python/devcontainer-template.json
Comment thread src/azure-functions-node/devcontainer-template.json
Comment thread src/azure-functions-java/devcontainer-template.json
Comment thread src/azure-functions-dotnet/devcontainer-template.json
Comment thread src/azure-functions-powershell/devcontainer-template.json
@shibayan shibayan merged commit 6f3d6be into master May 7, 2026
15 checks passed
@shibayan shibayan deleted the add-pwsh-7.6 branch May 7, 2026 15:47
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