aboutsummaryrefslogtreecommitdiff
path: root/src/azure-cli/devcontainer-feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-07-22 03:37:10 +0300
committerGitHub <noreply@github.com>2023-07-22 03:37:10 +0300
commitea2d79070ec4e91361412a88ead2ec9b78266b92 (patch)
tree1db8516d55a39666f57b2cb54cd77f2997956351 /src/azure-cli/devcontainer-feature.json
parent7fcec6e7c9dd587b24096597367ef42e4a37465b (diff)
Azure-cli - Temporary quick fix for jammy (ARM) (#626)feature_azure-cli_1.2.0
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": {