aboutsummaryrefslogtreecommitdiff
path: root/src/azure-cli/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/azure-cli/devcontainer-feature.json')
-rw-r--r--src/azure-cli/devcontainer-feature.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/azure-cli/devcontainer-feature.json b/src/azure-cli/devcontainer-feature.json
index 901ba4f..09c295c 100644
--- a/src/azure-cli/devcontainer-feature.json
+++ b/src/azure-cli/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "azure-cli",
- "version": "1.1.0",
+ "version": "1.2.0",
"name": "Azure CLI",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/azure-cli",
"description": "Installs the Azure CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
@@ -22,6 +22,11 @@
"type": "boolean",
"description": "Optionally install Azure Bicep",
"default": false
+ },
+ "installUsingPython": {
+ "type": "boolean",
+ "description": "Install Azure CLI using Python instead of pipx",
+ "default": true
}
},
"customizations": {