Metadata-Version: 2.0
Name: msrestazure
Version: 0.1.1
Summary: AutoRest swagger generator Python client runtime. Azure-specific module.
Home-page: https://github.com/xingwu1/autorest/tree/python/ClientRuntimes/Python/msrestazure
Author: Microsoft Corporation
Author-email: UNKNOWN
License: MIT License
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: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
Requires-Dist: msrest (>=0.1.1)

AutoRest: Python Client Runtime - Azure Module
===============================================


Installation
------------

To install:

.. code-block:: bash

    $ pip install msrestazure


Release History
---------------

2016-03-04 Version 0.1.0
++++++++++++++++++++++++

**Behaviour change**

- Replaced _required attribute in CloudErrorData class with _validation dict.

2016-02-29 Version 0.0.2
++++++++++++++++++++++++

**Bugfixes**

- Fixed AAD bug to include connection verification in UserPassCredentials. (https://github.com/Azure/autorest/pull/725)
- Source package corrupted in Pypi (https://github.com/Azure/autorest/issues/718)

2016-02-19 Version 0.0.1
++++++++++++++++++++++++

- Initial release.


