From dfa7e7f55f287f651077f15521e8a4872928d7da Mon Sep 17 00:00:00 2001 From: Tatsuro Shibamura Date: Wed, 17 Dec 2025 13:45:52 +0900 Subject: [PATCH] Bump version to 2.0.1 and update Azure Functions CLI proposals across multiple languages --- src/azure-functions-dotnet/devcontainer-template.json | 8 ++++---- src/azure-functions-java/devcontainer-template.json | 9 +++++---- src/azure-functions-node/devcontainer-template.json | 8 ++++---- .../devcontainer-template.json | 8 ++++---- src/azure-functions-python/devcontainer-template.json | 10 +++++----- 5 files changed, 22 insertions(+), 21 deletions(-) diff --git a/src/azure-functions-dotnet/devcontainer-template.json b/src/azure-functions-dotnet/devcontainer-template.json index 5a62936..3228dda 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.0", + "version": "2.0.1", "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,10 +22,10 @@ "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.6.0", + "4.5.0", "4.4.0", - "4.3.0", - "4.2.2", - "4.2.1" + "4.3.0" ], "default": "latest" } diff --git a/src/azure-functions-java/devcontainer-template.json b/src/azure-functions-java/devcontainer-template.json index 491321f..da25e57 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.0", + "version": "2.0.1", "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", @@ -11,6 +11,7 @@ "type": "string", "description": "Java version:", "proposals": [ + "25", "21", "17", "11", @@ -23,10 +24,10 @@ "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.6.0", + "4.5.0", "4.4.0", - "4.3.0", - "4.2.2", - "4.2.1" + "4.3.0" ], "default": "latest" } diff --git a/src/azure-functions-node/devcontainer-template.json b/src/azure-functions-node/devcontainer-template.json index 40e1c63..92eead1 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.0", + "version": "2.0.1", "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,10 +22,10 @@ "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.6.0", + "4.5.0", "4.4.0", - "4.3.0", - "4.2.2", - "4.2.1" + "4.3.0" ], "default": "latest" } diff --git a/src/azure-functions-powershell/devcontainer-template.json b/src/azure-functions-powershell/devcontainer-template.json index 8df3007..ad7e5c8 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.0", + "version": "2.0.1", "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,10 +20,10 @@ "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.6.0", + "4.5.0", "4.4.0", - "4.3.0", - "4.2.2", - "4.2.1" + "4.3.0" ], "default": "latest" } diff --git a/src/azure-functions-python/devcontainer-template.json b/src/azure-functions-python/devcontainer-template.json index b8775ca..3ce5151 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.0", + "version": "2.0.1", "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", @@ -17,17 +17,17 @@ "3.11", "3.10" ], - "default": "3.12" + "default": "3.13" }, "azureFunctionsCliVersion": { "type": "string", "description": "Azure Functions CLI version:", "proposals": [ "latest", + "4.6.0", + "4.5.0", "4.4.0", - "4.3.0", - "4.2.2", - "4.2.1" + "4.3.0" ], "default": "latest" }