Skip to content

Update Azure Functions templates to version 2.0.2 and adjust README.md references#56

Merged
shibayan merged 1 commit intomasterfrom
update-template
Feb 20, 2026
Merged

Update Azure Functions templates to version 2.0.2 and adjust README.md references#56
shibayan merged 1 commit intomasterfrom
update-template

Conversation

@shibayan
Copy link
Owner

This pull request updates all Azure Functions devcontainer templates to version 2.0.2, sets newer default runtime versions, and adds Azure Functions CLI version 4.7.0 as a selectable option. Additionally, the release workflow now ensures that generated documentation links reference the correct branch.

Devcontainer template updates:

  • Bumped version to 2.0.2 in all Azure Functions devcontainer templates: .NET, Java, Node.js, PowerShell, and Python. [1] [2] [3] [4] [5]
  • Added 4.7.0 to the list of proposed azureFunctionsCliVersion options in all templates. [1] [2] [3] [4] [5]

Default runtime updates:

  • Changed default .NET runtime version to 10.0 in azure-functions-dotnet and Node.js runtime version to 24 in azure-functions-node. [1] [2]

Release workflow improvement:

  • Updated the GitHub Actions release workflow to replace blob/main with blob/master in generated README.md files to ensure correct documentation links.

@shibayan shibayan requested a review from Copilot February 20, 2026 03:05
@shibayan shibayan self-assigned this Feb 20, 2026
@shibayan shibayan added the enhancement New feature or request label Feb 20, 2026
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 Azure Functions devcontainer templates to version 2.0.2, adds support for Azure Functions CLI 4.7.0, updates default runtime versions for .NET and Node.js to their latest versions, and fixes the release workflow to ensure generated documentation references the correct branch name (master instead of main).

Changes:

  • Bumped all five Azure Functions devcontainer templates (.NET, Java, Node.js, PowerShell, Python) from version 2.0.1 to 2.0.2
  • Added Azure Functions CLI version 4.7.0 as a selectable option across all templates
  • Updated default .NET runtime from 8.0 to 10.0 and Node.js runtime from 22 to 24
  • Fixed release workflow to replace blob/main with blob/master in auto-generated README.md files

Reviewed changes

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

Show a summary per file
File Description
src/azure-functions-dotnet/devcontainer-template.json Updated version to 2.0.2, changed default .NET version to 10.0, added CLI 4.7.0
src/azure-functions-java/devcontainer-template.json Updated version to 2.0.2, added Azure Functions CLI 4.7.0
src/azure-functions-node/devcontainer-template.json Updated version to 2.0.2, changed default Node.js version to 24, added CLI 4.7.0
src/azure-functions-powershell/devcontainer-template.json Updated version to 2.0.2, added Azure Functions CLI 4.7.0
src/azure-functions-python/devcontainer-template.json Updated version to 2.0.2, added Azure Functions CLI 4.7.0
.github/workflows/release.yml Added sed command to fix branch references in generated documentation
test/azure-functions-powershell/test.sh Fixed whitespace formatting

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

@shibayan shibayan merged commit 9633c72 into master Feb 20, 2026
15 checks passed
@shibayan shibayan deleted the update-template branch February 20, 2026 03:10
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