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" }