Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A collection of [Dev Container Templates](https://containers.dev/implementors/te
| [Azure Functions (.NET)](./src/azure-functions-dotnet) | C#, .NET | 8.0 / 9.0 / 10.0 |
| [Azure Functions (Java)](./src/azure-functions-java) | Java | 8 / 11 / 17 / 21 / 25 |
| [Azure Functions (Node.js)](./src/azure-functions-node) | JavaScript, TypeScript | 20 / 22 / 24 |
| [Azure Functions (PowerShell)](./src/azure-functions-powershell) | PowerShell | 7.4 |
| [Azure Functions (PowerShell)](./src/azure-functions-powershell) | PowerShell | 7.4 / 7.6 |
| [Azure Functions (Python)](./src/azure-functions-python) | Python | 3.10 / 3.11 / 3.12 / 3.13 / 3.14 |

> All templates include the Azure Functions Core Tools (version selectable, default: `latest`).
Expand Down
8 changes: 4 additions & 4 deletions src/azure-functions-dotnet/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "azure-functions-dotnet",
"version": "2.0.3",
"version": "2.0.4",
"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",
Expand All @@ -22,11 +22,11 @@
"description": "Azure Functions CLI version:",
"proposals": [
"latest",
"4.10.0",
"4.9.0",
"4.8.0",
"4.7.0",
"4.6.0",
"4.5.0",
"4.4.1"
"4.6.0"
],
"default": "latest"
}
Expand Down
8 changes: 4 additions & 4 deletions src/azure-functions-java/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "azure-functions-java",
"version": "2.0.3",
"version": "2.0.4",
"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",
Expand All @@ -24,11 +24,11 @@
"description": "Azure Functions CLI version:",
"proposals": [
"latest",
"4.10.0",
"4.9.0",
"4.8.0",
"4.7.0",
"4.6.0",
"4.5.0",
"4.4.1"
"4.6.0"
],
"default": "latest"
}
Expand Down
8 changes: 4 additions & 4 deletions src/azure-functions-node/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "azure-functions-node",
"version": "2.0.3",
"version": "2.0.4",
"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",
Expand All @@ -22,11 +22,11 @@
"description": "Azure Functions CLI version:",
"proposals": [
"latest",
"4.10.0",
"4.9.0",
"4.8.0",
"4.7.0",
"4.6.0",
"4.5.0",
"4.4.1"
"4.6.0"
],
"default": "latest"
}
Expand Down
9 changes: 5 additions & 4 deletions src/azure-functions-powershell/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "azure-functions-powershell",
"version": "2.0.3",
"version": "2.0.4",
"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",
Expand All @@ -11,6 +11,7 @@
"type": "string",
"description": "PowerShell version:",
"proposals": [
"7.6",
"7.4"
],
"default": "7.4"
Expand All @@ -20,11 +21,11 @@
"description": "Azure Functions CLI version:",
"proposals": [
"latest",
"4.10.0",
"4.9.0",
"4.8.0",
"4.7.0",
"4.6.0",
"4.5.0",
"4.4.1"
"4.6.0"
],
"default": "latest"
}
Expand Down
8 changes: 4 additions & 4 deletions src/azure-functions-python/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "azure-functions-python",
"version": "2.0.3",
"version": "2.0.4",
"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",
Expand All @@ -24,11 +24,11 @@
"description": "Azure Functions CLI version:",
"proposals": [
"latest",
"4.10.0",
"4.9.0",
"4.8.0",
"4.7.0",
"4.6.0",
"4.5.0",
"4.4.1"
"4.6.0"
],
"default": "latest"
Comment thread
shibayan marked this conversation as resolved.
}
Expand Down