Skip to content

Releases: abij/az-account-switcher

Release 1.4.0

28 Dec 13:49
Compare
Choose a tag to compare

v1.4.0 (28-12-2023):

  • Removed az.cli with azure-cli dependencies in favor of subprocess call.
    • Assuming az in on your PATH.
    • This makes the package with fast to install.
  • Drop Python 3.7 support, due to minimal version supported by (dev) dependency commitizen.

Release 1.3.0

25 Feb 09:49
Compare
Choose a tag to compare

v1.3.0 (25-02-2022):

  • Speed-up switching by removing the online interaction pulling the Subscriptions through the Azure-CLI. PR-7
  • Removed deprecated get_azure_cli_credentials in PR-6
  • Add --verbose flag as an alias to the -v flag.

Release 1.2.0

31 May 06:52
Compare
Choose a tag to compare

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 of azure-cli-core to auto include packaging to fix issue-3

Release 1.1.0

04 May 06:44
Compare
Choose a tag to compare

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

08 Apr 12:09
Compare
Choose a tag to compare

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

12 Mar 20:49
Compare
Choose a tag to compare

Add support for subscriptions in state disabled

Release 0.0.5

06 Apr 11:46
Compare
Choose a tag to compare

After installing the package, the cli should work without extra dependencies.

Changes:

  • Add dependency to 'azure-cli-core'.

Release

31 Mar 21:11
Compare
Choose a tag to compare

Another release to see Github actions in action.

Changes:

  • Improve the help text.

First release through GitHub Actions

31 Mar 20:59
Compare
Choose a tag to compare

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.