From 5365e964da5120b6cc1ed4c8d613c6226ad91af7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 30 May 2026 14:42:24 +0000 Subject: [PATCH] Update Azure Functions Core Tools template versions --- src/azure-functions-dotnet/devcontainer-template.json | 9 ++++----- src/azure-functions-java/devcontainer-template.json | 9 ++++----- src/azure-functions-node/devcontainer-template.json | 9 ++++----- .../devcontainer-template.json | 9 ++++----- src/azure-functions-python/devcontainer-template.json | 9 ++++----- 5 files changed, 20 insertions(+), 25 deletions(-) diff --git a/src/azure-functions-dotnet/devcontainer-template.json b/src/azure-functions-dotnet/devcontainer-template.json index 8244a5a..92721d6 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.4", + "version": "2.0.5", "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,10 @@ "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.12.0", + "4.11.0", "4.10.0", - "4.9.0", - "4.8.0", - "4.7.0", - "4.6.0" + "4.9.0" ], "default": "latest" } diff --git a/src/azure-functions-java/devcontainer-template.json b/src/azure-functions-java/devcontainer-template.json index 52b23e8..0b8b8a3 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.4", + "version": "2.0.5", "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,10 @@ "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.12.0", + "4.11.0", "4.10.0", - "4.9.0", - "4.8.0", - "4.7.0", - "4.6.0" + "4.9.0" ], "default": "latest" } diff --git a/src/azure-functions-node/devcontainer-template.json b/src/azure-functions-node/devcontainer-template.json index e59ccdd..a81dbc7 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.4", + "version": "2.0.5", "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,10 @@ "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.12.0", + "4.11.0", "4.10.0", - "4.9.0", - "4.8.0", - "4.7.0", - "4.6.0" + "4.9.0" ], "default": "latest" } diff --git a/src/azure-functions-powershell/devcontainer-template.json b/src/azure-functions-powershell/devcontainer-template.json index 7b8d4ff..c761f86 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.4", + "version": "2.0.5", "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", @@ -21,11 +21,10 @@ "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.12.0", + "4.11.0", "4.10.0", - "4.9.0", - "4.8.0", - "4.7.0", - "4.6.0" + "4.9.0" ], "default": "latest" } diff --git a/src/azure-functions-python/devcontainer-template.json b/src/azure-functions-python/devcontainer-template.json index a08eb8b..67bf454 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.4", + "version": "2.0.5", "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,10 @@ "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.12.0", + "4.11.0", "4.10.0", - "4.9.0", - "4.8.0", - "4.7.0", - "4.6.0" + "4.9.0" ], "default": "latest" }