Releases: abij/az-account-switcher
Releases · abij/az-account-switcher
Release 1.4.0
v1.4.0 (28-12-2023):
- Removed
az.cli
withazure-cli
dependencies in favor of subprocess call.- Assuming
az
in on your PATH. - This makes the package with fast to install.
- Assuming
- Drop Python 3.7 support, due to minimal version supported by (dev) dependency
commitizen
.
Release 1.3.0
Release 1.2.0
Main change is support for Windows
Changes
- Support Windows by changing interaction with Azure-CLI using Python package 'az.cli' instead of subprocess
- Drop Python 3.6 support, due to dependent package 'az.cli' using => 3.7
- Add unit tests running on latest versions of Unix, Windows and MacOs
- Depend on
azure-cli
instead ofazure-cli-core
to auto includepackaging
to fix issue-3
Release 1.1.0
Some small improvements:
- Don't switch when same subscription is selected.
- Add
-v
verbose flag to print Azure-CLI sub-commands. - Add
-h
as alias for--help
Release 1.0.0
Changes:
- Include Python 3.6, not only greater then.
- Add DeepSource code checker and resolve found issue (related to shell=true)
- Add aliases for command-line next to az-switch: + az-account-switch + az-account-switcher (the package name)
- Dump to v1.0.0, since it's working fine for a while and looks better!
Release 0.0.6
Add support for subscriptions in state disabled
Release 0.0.5
After installing the package, the cli should work without extra dependencies.
Changes:
- Add dependency to 'azure-cli-core'.
Release
First release through GitHub Actions
Test releasing using Github Actions automatically to PyPi.
Changes:
- Add optional argument
-n
to directly switch accounts. - Drop 3.5 support, which is in line with the Azure CLI.