From 7bdd15f16d22b535117df0ee08fccf236f5c88da Mon Sep 17 00:00:00 2001 From: Tatsuro Shibamura Date: Fri, 8 May 2026 00:17:08 +0900 Subject: [PATCH] Update Azure Functions templates to support PowerShell 7.6 and bump CLI versions --- README.md | 2 +- src/azure-functions-dotnet/devcontainer-template.json | 8 ++++---- src/azure-functions-java/devcontainer-template.json | 8 ++++---- src/azure-functions-node/devcontainer-template.json | 8 ++++---- .../devcontainer-template.json | 9 +++++---- src/azure-functions-python/devcontainer-template.json | 8 ++++---- 6 files changed, 22 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 11afec6..d031997 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A collection of [Dev Container Templates](https://containers.dev/implementors/te | [Azure Functions (.NET)](./src/azure-functions-dotnet) | C#, .NET | 8.0 / 9.0 / 10.0 | | [Azure Functions (Java)](./src/azure-functions-java) | Java | 8 / 11 / 17 / 21 / 25 | | [Azure Functions (Node.js)](./src/azure-functions-node) | JavaScript, TypeScript | 20 / 22 / 24 | -| [Azure Functions (PowerShell)](./src/azure-functions-powershell) | PowerShell | 7.4 | +| [Azure Functions (PowerShell)](./src/azure-functions-powershell) | PowerShell | 7.4 / 7.6 | | [Azure Functions (Python)](./src/azure-functions-python) | Python | 3.10 / 3.11 / 3.12 / 3.13 / 3.14 | > All templates include the Azure Functions Core Tools (version selectable, default: `latest`). diff --git a/src/azure-functions-dotnet/devcontainer-template.json b/src/azure-functions-dotnet/devcontainer-template.json index 134508b..8244a5a 100644 --- a/src/azure-functions-dotnet/devcontainer-template.json +++ b/src/azure-functions-dotnet/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "azure-functions-dotnet", - "version": "2.0.3", + "version": "2.0.4", "name": "Azure Functions (.NET)", "description": "Develop C# and .NET based Azure Functions. Includes all needed SDKs, extensions, and dependencies.", "documentationURL": "https://github.com/shibayan/devcontainers/tree/master/src/azure-functions-dotnet", @@ -22,11 +22,11 @@ "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.10.0", + "4.9.0", "4.8.0", "4.7.0", - "4.6.0", - "4.5.0", - "4.4.1" + "4.6.0" ], "default": "latest" } diff --git a/src/azure-functions-java/devcontainer-template.json b/src/azure-functions-java/devcontainer-template.json index 9852e2f..52b23e8 100644 --- a/src/azure-functions-java/devcontainer-template.json +++ b/src/azure-functions-java/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "azure-functions-java", - "version": "2.0.3", + "version": "2.0.4", "name": "Azure Functions (Java)", "description": "Develop Java based Azure Functions. Includes all needed SDKs, extensions, and dependencies.", "documentationURL": "https://github.com/shibayan/devcontainers/tree/master/src/azure-functions-java", @@ -24,11 +24,11 @@ "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.10.0", + "4.9.0", "4.8.0", "4.7.0", - "4.6.0", - "4.5.0", - "4.4.1" + "4.6.0" ], "default": "latest" } diff --git a/src/azure-functions-node/devcontainer-template.json b/src/azure-functions-node/devcontainer-template.json index aab6cd1..e59ccdd 100644 --- a/src/azure-functions-node/devcontainer-template.json +++ b/src/azure-functions-node/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "azure-functions-node", - "version": "2.0.3", + "version": "2.0.4", "name": "Azure Functions (Node.js)", "description": "Develop JavaScript and TypeScript based Azure Functions. Includes all needed SDKs, extensions, and dependencies.", "documentationURL": "https://github.com/shibayan/devcontainers/tree/master/src/azure-functions-node", @@ -22,11 +22,11 @@ "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.10.0", + "4.9.0", "4.8.0", "4.7.0", - "4.6.0", - "4.5.0", - "4.4.1" + "4.6.0" ], "default": "latest" } diff --git a/src/azure-functions-powershell/devcontainer-template.json b/src/azure-functions-powershell/devcontainer-template.json index a687c70..7b8d4ff 100644 --- a/src/azure-functions-powershell/devcontainer-template.json +++ b/src/azure-functions-powershell/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "azure-functions-powershell", - "version": "2.0.3", + "version": "2.0.4", "name": "Azure Functions (PowerShell)", "description": "Develop PowerShell based Azure Functions. Includes all needed SDKs, extensions, and dependencies.", "documentationURL": "https://github.com/shibayan/devcontainers/tree/master/src/azure-functions-powershell", @@ -11,6 +11,7 @@ "type": "string", "description": "PowerShell version:", "proposals": [ + "7.6", "7.4" ], "default": "7.4" @@ -20,11 +21,11 @@ "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.10.0", + "4.9.0", "4.8.0", "4.7.0", - "4.6.0", - "4.5.0", - "4.4.1" + "4.6.0" ], "default": "latest" } diff --git a/src/azure-functions-python/devcontainer-template.json b/src/azure-functions-python/devcontainer-template.json index 80c7fc7..a08eb8b 100644 --- a/src/azure-functions-python/devcontainer-template.json +++ b/src/azure-functions-python/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "azure-functions-python", - "version": "2.0.3", + "version": "2.0.4", "name": "Azure Functions (Python)", "description": "Develop Python based Azure Functions. Includes all needed SDKs, extensions, and dependencies.", "documentationURL": "https://github.com/shibayan/devcontainers/tree/master/src/azure-functions-python", @@ -24,11 +24,11 @@ "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.10.0", + "4.9.0", "4.8.0", "4.7.0", - "4.6.0", - "4.5.0", - "4.4.1" + "4.6.0" ], "default": "latest" }