From 847fb293b809041b868241837433a067741bd82a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Mar 2026 06:07:41 +0000 Subject: [PATCH 1/2] Initial plan From a6c3573cdbd4f52b6127c618bec37271c4e7b25e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Mar 2026 06:09:20 +0000 Subject: [PATCH 2/2] Update azureFunctionsCliVersion to latest 5 versions and bump template version to 2.0.3 Co-authored-by: shibayan <1356444+shibayan@users.noreply.github.com> Agent-Logs-Url: https://github.com/shibayan/devcontainers/sessions/71390801-1e15-4656-a003-20784eeded22 --- src/azure-functions-dotnet/devcontainer-template.json | 6 +++--- src/azure-functions-java/devcontainer-template.json | 6 +++--- src/azure-functions-node/devcontainer-template.json | 6 +++--- src/azure-functions-powershell/devcontainer-template.json | 6 +++--- src/azure-functions-python/devcontainer-template.json | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/azure-functions-dotnet/devcontainer-template.json b/src/azure-functions-dotnet/devcontainer-template.json index a416d53..134508b 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.2", + "version": "2.0.3", "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.8.0", "4.7.0", "4.6.0", "4.5.0", - "4.4.0", - "4.3.0" + "4.4.1" ], "default": "latest" } diff --git a/src/azure-functions-java/devcontainer-template.json b/src/azure-functions-java/devcontainer-template.json index c06478a..9852e2f 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.2", + "version": "2.0.3", "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.8.0", "4.7.0", "4.6.0", "4.5.0", - "4.4.0", - "4.3.0" + "4.4.1" ], "default": "latest" } diff --git a/src/azure-functions-node/devcontainer-template.json b/src/azure-functions-node/devcontainer-template.json index b13b69e..aab6cd1 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.2", + "version": "2.0.3", "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.8.0", "4.7.0", "4.6.0", "4.5.0", - "4.4.0", - "4.3.0" + "4.4.1" ], "default": "latest" } diff --git a/src/azure-functions-powershell/devcontainer-template.json b/src/azure-functions-powershell/devcontainer-template.json index b73ece3..a687c70 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.2", + "version": "2.0.3", "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", @@ -20,11 +20,11 @@ "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.8.0", "4.7.0", "4.6.0", "4.5.0", - "4.4.0", - "4.3.0" + "4.4.1" ], "default": "latest" } diff --git a/src/azure-functions-python/devcontainer-template.json b/src/azure-functions-python/devcontainer-template.json index 0e8ea5b..80c7fc7 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.2", + "version": "2.0.3", "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.8.0", "4.7.0", "4.6.0", "4.5.0", - "4.4.0", - "4.3.0" + "4.4.1" ], "default": "latest" }