To install:
$ pip install msrestazure
Bugfixes
- Adding accept_language and `generate_client_request_id ` default values
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
New features
- Add AdalAuthentification class to wrap ADAL library (Azure#8)
Bugfixes
- More informative and well-formed CloudError exceptions (Azure/autorest#1460)
- Raise CustomException is defined in Swagger (Azure/autorest#1404)
Bugfixes
- Make AzureOperationPoller thread as daemon (do not block anymore a Ctrl+C) (Azure/autorest#1379)
Bugfixes
- Better exception message (Azure/autorest#1300)
This version needs msrest >= 0.4.3
Bugfixes
- Fix for LRO PUT operation Azure/autorest#1133
Update msrest dependency to 0.4.0
Bugfixes
- Fix for several AAD issues Azure/autorest#1055
- Fix for LRO PATCH bug and refactor Azure/autorest#993
Behaviour changes
- Needs Autorest > 0.17.0 Nightly 20160525
Update msrest dependency to 0.3.0
Bugfixes
- Read only values are no longer in __init__ or sent to the server (Azure/autorest#959)
- Useless kwarg removed
Behaviour changes
- Needs Autorest > 0.16.0 Nightly 20160426
Bugfixes
- Fix AzurePollerOperation if Swagger defines provisioning status as enum type (Azure/autorest#892)
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
Update msrest dependency to 0.1.3
Bugfixes
- AzureOperationPoller.wait() failed to raise exception if query error (Azure/autorest#856)
Bugfixes
- Source package corrupted in Pypi (Azure/autorest#799)
Behaviour change
- Replaced _required attribute in CloudErrorData class with _validation dict.
Bugfixes
- Fixed AAD bug to include connection verification in UserPassCredentials. (Azure/autorest#725)
- Source package corrupted in Pypi (Azure/autorest#718)
- Initial release.