feat(wsl): include azure-cli in WSL image#17672
Conversation
Add azure-cli to the WSL image package list so users have the Azure management CLI available out of the box. The azure-cli component is already defined in base/comps/components.toml. Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure Linux WSL KIWI definition to include azure-cli in the image package set, providing the Azure management CLI out of the box for WSL users.
Changes:
- Add
azure-clito the WSL image<packages type="image">list.
| <packages type="image" patternType="plusRecommended"> | ||
| <package name="attr"/> | ||
| <package name="acl"/> | ||
| <package name="azure-cli"/> |
|
@mfrw How would you evaluate the trade-off between pre-installing the (Linux) |
This is an excellent point. There are almost all Pros of falling back to the az storage blob upload --file ./dataSince, Also, other WSL images do not install azcli by default. While we are here, i also wanted for slightly better devex, we should atleast include |
Add azure-cli to the WSL image package list so users have the Azure
management CLI available out of the box. The azure-cli component is
already defined in base/comps/components.toml.
Signed-off-by: Muhammad Falak R Wani falakreyaz@gmail.com