aboutsummaryrefslogtreecommitdiff
path: root/test/azure-cli/scenarios.json
Commit message (Collapse)AuthorAgeFilesLines
* Azure-cli: Revert temporary fix which installed az with python (#629)feature_azure-cli_1.2.1Samruddhi Khandale2023-08-161-0/+10
|
* Azure CLI: Compatibility with Debian `bookworm` (#578)feature_azure-cli_1.1.0Josh Spicer2023-06-281-0/+10
| | | | | | | | | | | | | | | * add flag * try to install via apt version of pipx (will only work on bookworm) * _REMOTE_USER aware * dont change more than you need to,josh * increment azure-cli minor version (v1.1.0) * install globally * make sure env variables are in scope
* Optionally install Azure Bicep as part of azure-cli feature (#305)Paul Yu2022-11-231-1/+11
| | | | | * Adding azure-cli bicep installer to correctly install on arm64 containers * Adding a few updates following @joshspicer's review.
* Add new option to install azure-cli extensions (#165)Paul Yu2022-11-141-0/+12
* 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