Metadata-Version: 1.1
Name: azure-mgmt
Version: 1.0.0rc1
Summary: Microsoft Azure Resource Management Client Libraries for Python
Home-page: https://github.com/Azure/azure-sdk-for-python
Author: Microsoft Corporation
Author-email: ptvshelp@microsoft.com
License: MIT License
Description: Microsoft Azure SDK for Python
        ==============================
        
        This is the Microsoft Azure Resource Management bundle.
        
        Azure Resource Manager (ARM) is the next generation of management APIs that
        replace the old Azure Service Management (ASM).
        
        This package does not contain any code in itself. It installs a set
        of packages that provide management APIs for the various Azure services.
        
        All packages in this bundle have been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
        
        This package uses PEP440 syntax, and then requires pip >= 6.0 and/or setuptools >= 8.0
        to be installed.
        
        For a more complete set of Azure libraries, see the `azure <https://pypi.python.org/pypi/azure>`__ bundle package.
        
        
        Compatibility
        =============
        
        **IMPORTANT**: If you have an earlier version of the azure package
        (version < 1.0), you should uninstall it before installing this package.
        
        You can check the version using pip:
        
        .. code:: shell
        
            pip freeze
        
        If you see azure==0.11.0 (or any version below 1.0), uninstall it first:
        
        .. code:: shell
        
            pip uninstall azure
        
        
        Features
        ========
        
        This version of the Azure Management package bundle consists of the
        following packages. Follow the links for more information on each package.
        Note that versions are fixed at the patch version number level.
        
        -  `azure-mgmt-batch v3.0.x <https://pypi.python.org/pypi/azure-mgmt-batch/3.0.1>`__
        -  `azure-mgmt-compute v1.0.x <https://pypi.python.org/pypi/azure-mgmt-compute/1.0.0rc1>`__
        -  `azure-mgmt-dns v1.0.x <https://pypi.python.org/pypi/azure-mgmt-batch/1.0.1>`__
        -  `azure-mgmt-keyvault v0.31.x <https://pypi.python.org/pypi/azure-mgmt-keyvault/0.31.0>`__
        -  `azure-mgmt-logic v2.1.x <https://pypi.python.org/pypi/azure-mgmt-logic/2.1.0>`__
        -  `azure-mgmt-network v1.0.x <https://pypi.python.org/pypi/azure-mgmt-network/1.0.0rc2>`__
        -  `azure-mgmt-redis v4.1.x <https://pypi.python.org/pypi/azure-mgmt-redis/4.1.0>`__
        -  `azure-mgmt-resource v1.0.x <https://pypi.python.org/pypi/azure-mgmt-resource/1.0.0rc1>`__
        -  `azure-mgmt-scheduler v1.1.x <https://pypi.python.org/pypi/azure-mgmt-scheduler/1.1.2>`__
        -  `azure-mgmt-storage v1.0.x <https://pypi.python.org/pypi/azure-mgmt-storage/1.0.0rc1>`__
        
        Note that if you don't need all of these packages, you can install/uninstall them individually.
        
        
        Installation
        ============
        
        To install the Azure Resource Management bundle, type:
        
        .. code:: shell
        
            pip install azure-mgmt
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
