aboutsummaryrefslogtreecommitdiff
path: root/src/azure-cli/feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/azure-cli/feature.json')
-rw-r--r--src/azure-cli/feature.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/azure-cli/feature.json b/src/azure-cli/feature.json
new file mode 100644
index 0000000..6ae3769
--- /dev/null
+++ b/src/azure-cli/feature.json
@@ -0,0 +1,17 @@
+{
+ "id": "azure-cli",
+ "name": "Azure CLI",
+ "options": {
+ "version": {
+ "type": "string",
+ "proposals": ["latest"],
+ "default": "latest",
+ "description": "Select or enter an Azure CLI version. (Available versions may vary by Linux distribution.)"
+ }
+ },
+ "extensions": ["ms-vscode.azurecli"],
+ "install": {
+ "app": "",
+ "file": "install.sh"
+ }
+}