This is the Microsoft Azure bundle.
This package does not contain any code in itself. It installs a set of packages that provide Microsoft Azure functionality.
All packages in this bundle have been tested with Python 2.7, 3.3, 3.4 and 3.5.
This version of the Azure package bundle consists of the following packages. Follow the links for more information on each package.
- azure-mgmt v0.30.0rc3
- azure-graphrbac v0.30.0rc3
- azure-batch v0.30.0rc3
- azure-servicebus v0.20.1
- azure-servicemanagement-legacy v0.20.3
- azure-storage v0.30.0
Note that if you don't need all of these packages, you can install/uninstall them individually.
To install the Azure package bundle, type:
pip install azure
Upgrading from azure<1.0 is not supported. You must uninstall the old version first.
pip uninstall azure
pip install azure
Some breaking changes were introduced in azure==1.0.
If you are porting your code from an older version (<1.0), be prepared to change some import statements and rename exception classes.
For details on the breaking changes, see the change log.
Installing the azure bundle package installs several packages.
Use the following script to uninstall all of them.
pip uninstall azure
pip uninstall azure-mgmt
pip uninstall azure-mgmt-authorization
pip uninstall azure-mgmt-batch
pip uninstall azure-mgmt-cdn
pip uninstall azure-mgmt-compute
pip uninstall azure-mgmt-logic
pip uninstall azure-mgmt-graphrbac
pip uninstall azure-mgmt-network
pip uninstall azure-mgmt-notificationhubs
pip uninstall azure-mgmt-redis
pip uninstall azure-mgmt-resource
pip uninstall azure-mgmt-scheduler
pip uninstall azure-mgmt-storage
pip uninstall azure-mgmt-web
pip uninstall azure-mgmt-nspkg
pip uninstall azure-batch
pip uninstall azure-graphrbac
pip uninstall azure-servicebus
pip uninstall azure-storage
pip uninstall azure-common
pip uninstall azure-nspkg