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