Bump Python SDK

Update corresponding versions

Update package name + package version:

  • setup.py;
  • requirements.py3.Linux.txt;
  • requirements.py3.Darwin.txt;
  • requirements.py3.Windows.txt;

Update resource type + api version:

  • _shared.py (latest);

Setup development environment

Install expected Python packages:

1
$ azdev setup -c -r ./azure-cli-extensions

Find affected modules

Get all test failures in test_results.xml:

1
$ azdev test --no-exitfirst

Re-run tests in live mode

Make sure the new API version is working in all modules:

1
$ azdev test --no-exitfirst --lf --live