You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new option to install azure-cli extensions (#165)
* Add new option for azure-cli extensions
* Update to install az extensions as $_REMOTE_USER
* Skip unknown extensions
* Change azure cli extension option type to string
* Adding test for azure-cli extensions
"description": "Installs the Azure CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
@@ -12,16 +12,21 @@
12
12
],
13
13
"default": "latest",
14
14
"description": "Select or enter an Azure CLI version. (Available versions may vary by Linux distribution.)"
15
+
},
16
+
"extensions": {
17
+
"type": "string",
18
+
"default": "",
19
+
"description": "Optional comma separated list of Azure CLI extensions to install in profile."
0 commit comments