AutoRest swagger generator Python client runtime. Azure-specific module.
Project description
AutoRest: Python Client Runtime - Azure Module
==============================================
.. image:: https://travis-ci.org/Azure/msrestazure-for-python.svg?branch=master
:target: https://travis-ci.org/Azure/msrestazure-for-python
.. image:: https://codecov.io/gh/azure/msrestazure-for-python/branch/master/graph/badge.svg
:target: https://codecov.io/gh/azure/msrestazure-for-python
Installation
------------
To install:
.. code-block:: bash
$ pip install msrestazure
Release History
---------------
2017-05-31 Version 0.4.8
++++++++++++++++++++++++
**Bugfixes**
- Fix LRO if first call never returns 200, but ends on 201 (#26)
- FiX LRO AttributeError if timeout is short (#21)
**Features**
- Expose a "status()" method in AzureOperationPoller (#18)
2017-01-23 Version 0.4.7
++++++++++++++++++++++++
**Bugfixes**
- Adding `accept_language` and `generate_client_request_id ` default values
2016-12-12 Version 0.4.6
++++++++++++++++++++++++
**Bugfixes**
Refactor Long Running Operation algorithm.
- There is no breaking changes, however you might need to record again your offline HTTP records if you use unittests with VCRpy.
- Fix a couple of latent bugs
2016-11-30 Version 0.4.5
++++++++++++++++++++++++
**New features**
- Add AdalAuthentification class to wrap ADAL library (https://github.com/Azure/msrestazure-for-python/pull/8)
2016-10-17 Version 0.4.4
++++++++++++++++++++++++
**Bugfixes**
- More informative and well-formed CloudError exceptions (https://github.com/Azure/autorest/issues/1460)
- Raise CustomException is defined in Swagger (https://github.com/Azure/autorest/issues/1404)
2016-09-14 Version 0.4.3
++++++++++++++++++++++++
**Bugfixes**
- Make AzureOperationPoller thread as daemon (do not block anymore a Ctrl+C) (https://github.com/Azure/autorest/pull/1379)
2016-09-01 Version 0.4.2
++++++++++++++++++++++++
**Bugfixes**
- Better exception message (https://github.com/Azure/autorest/pull/1300)
This version needs msrest >= 0.4.3
2016-06-08 Version 0.4.1
++++++++++++++++++++++++
**Bugfixes**
- Fix for LRO PUT operation https://github.com/Azure/autorest/issues/1133
2016-05-25 Version 0.4.0
++++++++++++++++++++++++
Update msrest dependency to 0.4.0
**Bugfixes**
- Fix for several AAD issues https://github.com/Azure/autorest/issues/1055
- Fix for LRO PATCH bug and refactor https://github.com/Azure/autorest/issues/993
**Behaviour changes**
- Needs Autorest > 0.17.0 Nightly 20160525
2016-04-26 Version 0.3.0
++++++++++++++++++++++++
Update msrest dependency to 0.3.0
**Bugfixes**
- Read only values are no longer in __init__ or sent to the server (https://github.com/Azure/autorest/pull/959)
- Useless kwarg removed
**Behaviour changes**
- Needs Autorest > 0.16.0 Nightly 20160426
2016-03-31 Version 0.2.1
++++++++++++++++++++++++
**Bugfixes**
- Fix AzurePollerOperation if Swagger defines provisioning status as enum type (https://github.com/Azure/autorest/pull/892)
2016-03-25 Version 0.2.0
++++++++++++++++++++++++
Update msrest dependency to 0.2.0
**Behaviour change**
- async methods called with raw=True don't return anymore AzureOperationPoller but ClientRawResponse
- Needs Autorest > 0.16.0 Nightly 20160324
2016-03-21 Version 0.1.2
++++++++++++++++++++++++
Update msrest dependency to 0.1.3
**Bugfixes**
- AzureOperationPoller.wait() failed to raise exception if query error (https://github.com/Azure/autorest/pull/856)
2016-03-04 Version 0.1.1
++++++++++++++++++++++++
**Bugfixes**
- Source package corrupted in Pypi (https://github.com/Azure/autorest/issues/799)
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.
==============================================
.. image:: https://travis-ci.org/Azure/msrestazure-for-python.svg?branch=master
:target: https://travis-ci.org/Azure/msrestazure-for-python
.. image:: https://codecov.io/gh/azure/msrestazure-for-python/branch/master/graph/badge.svg
:target: https://codecov.io/gh/azure/msrestazure-for-python
Installation
------------
To install:
.. code-block:: bash
$ pip install msrestazure
Release History
---------------
2017-05-31 Version 0.4.8
++++++++++++++++++++++++
**Bugfixes**
- Fix LRO if first call never returns 200, but ends on 201 (#26)
- FiX LRO AttributeError if timeout is short (#21)
**Features**
- Expose a "status()" method in AzureOperationPoller (#18)
2017-01-23 Version 0.4.7
++++++++++++++++++++++++
**Bugfixes**
- Adding `accept_language` and `generate_client_request_id ` default values
2016-12-12 Version 0.4.6
++++++++++++++++++++++++
**Bugfixes**
Refactor Long Running Operation algorithm.
- There is no breaking changes, however you might need to record again your offline HTTP records if you use unittests with VCRpy.
- Fix a couple of latent bugs
2016-11-30 Version 0.4.5
++++++++++++++++++++++++
**New features**
- Add AdalAuthentification class to wrap ADAL library (https://github.com/Azure/msrestazure-for-python/pull/8)
2016-10-17 Version 0.4.4
++++++++++++++++++++++++
**Bugfixes**
- More informative and well-formed CloudError exceptions (https://github.com/Azure/autorest/issues/1460)
- Raise CustomException is defined in Swagger (https://github.com/Azure/autorest/issues/1404)
2016-09-14 Version 0.4.3
++++++++++++++++++++++++
**Bugfixes**
- Make AzureOperationPoller thread as daemon (do not block anymore a Ctrl+C) (https://github.com/Azure/autorest/pull/1379)
2016-09-01 Version 0.4.2
++++++++++++++++++++++++
**Bugfixes**
- Better exception message (https://github.com/Azure/autorest/pull/1300)
This version needs msrest >= 0.4.3
2016-06-08 Version 0.4.1
++++++++++++++++++++++++
**Bugfixes**
- Fix for LRO PUT operation https://github.com/Azure/autorest/issues/1133
2016-05-25 Version 0.4.0
++++++++++++++++++++++++
Update msrest dependency to 0.4.0
**Bugfixes**
- Fix for several AAD issues https://github.com/Azure/autorest/issues/1055
- Fix for LRO PATCH bug and refactor https://github.com/Azure/autorest/issues/993
**Behaviour changes**
- Needs Autorest > 0.17.0 Nightly 20160525
2016-04-26 Version 0.3.0
++++++++++++++++++++++++
Update msrest dependency to 0.3.0
**Bugfixes**
- Read only values are no longer in __init__ or sent to the server (https://github.com/Azure/autorest/pull/959)
- Useless kwarg removed
**Behaviour changes**
- Needs Autorest > 0.16.0 Nightly 20160426
2016-03-31 Version 0.2.1
++++++++++++++++++++++++
**Bugfixes**
- Fix AzurePollerOperation if Swagger defines provisioning status as enum type (https://github.com/Azure/autorest/pull/892)
2016-03-25 Version 0.2.0
++++++++++++++++++++++++
Update msrest dependency to 0.2.0
**Behaviour change**
- async methods called with raw=True don't return anymore AzureOperationPoller but ClientRawResponse
- Needs Autorest > 0.16.0 Nightly 20160324
2016-03-21 Version 0.1.2
++++++++++++++++++++++++
Update msrest dependency to 0.1.3
**Bugfixes**
- AzureOperationPoller.wait() failed to raise exception if query error (https://github.com/Azure/autorest/pull/856)
2016-03-04 Version 0.1.1
++++++++++++++++++++++++
**Bugfixes**
- Source package corrupted in Pypi (https://github.com/Azure/autorest/issues/799)
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
msrestazure-0.4.8.zip
(23.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file msrestazure-0.4.8.zip.
File metadata
- Download URL: msrestazure-0.4.8.zip
- Upload date:
- Size: 23.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efa2b8a23d77c79609ffdb80150194e19521aa69f67aa676ccfda18e3ddff46d
|
|
| MD5 |
d590d8c74b15f76aabd5a709332b2736
|
|
| BLAKE2b-256 |
b65510e3efd39669c8c099b0c6216eb08ac2b645b9519f04b0b825920a0761d1
|
File details
Details for the file msrestazure-0.4.8-py2.py3-none-any.whl.
File metadata
- Download URL: msrestazure-0.4.8-py2.py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73dbbcdac003af91594f719f766e663203b0861f3c6907311ca81c32c309712a
|
|
| MD5 |
093930ba2f46903ec0ecf3eb1508da52
|
|
| BLAKE2b-256 |
4966a1fb10a7ab4050c94714fa3f3532206638c36a2ef75c2e40cad7ba15f12a
|