Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Releases: Azure/msrestazure-for-python

v0.4.21

26 Jan 19:02
d47e238
Compare
Choose a tag to compare
v0.4.21 Pre-release
Pre-release

2018-01-26 Version 0.4.21

  • Update allowed ADAL dependency to 0.5.x

v0.4.20

08 Jan 22:24
ac8495a
Compare
Choose a tag to compare
v0.4.20 Pre-release
Pre-release

2018-01-08 Version 0.4.20

Features

  • CloudError now includes the "innererror" attribute to match OData v4 #73
  • Introduces ARMPolling implementation of Azure Resource Management LRO. Requires msrest 0.4.25 (new dependency).
    This is used by code generated with Autorest.Python 3.0, and is not used by code generated by previous Autorest version.
  • Change msrest dependency to ">=0.4.25,<2.0.0" to allow (future) msrest 1.0.0 as compatible dependency.

Thank you to demyanenko for his contribution.

v0.4.19

14 Dec 22:56
877cc37
Compare
Choose a tag to compare
v0.4.19 Pre-release
Pre-release

2017-12-14 Version 0.4.19

Feature

  • Improve MSIAuthentication to support User Assigned Identity #70

Bugfixes

  • Fix session obj for cloudmetadata endpoint #67
  • Fix authentication resource node for AzureSatck #65
  • Better detection of AppService with MSIAuthentication #70

v0.4.18

01 Dec 23:25
4ead67c
Compare
Choose a tag to compare
v0.4.18 Pre-release
Pre-release

2017-12-01 Version 0.4.18

Bugfixes

  • get_cloud_from_metadata_endpoint incorrect on AzureStack #62
  • get_cloud_from_metadata_endpoint certificate issue #61

v0.4.17

22 Nov 19:53
c801166
Compare
Choose a tag to compare
v0.4.17 Pre-release
Pre-release

2017-11-22 Version 0.4.17

Bugfixes

  • Fix AttributeError if error JSON from ARM does not follow ODatav4 (as it should)

v0.4.16

31 Oct 21:24
25e4e53
Compare
Choose a tag to compare
v0.4.16 Pre-release
Pre-release

2017-10-31 Version 0.4.16

Bugfixes

  • Fix AttributeError if input JSON is not a dict (#54)

v0.4.15

13 Oct 22:30
Compare
Choose a tag to compare
v0.4.15 Pre-release
Pre-release

2017-10-13 Version 0.4.15

Features

  • Add support for WebApp/Functions in MSIAuthentication classes
  • Add parse_resource_id(), resource_id(), validate_resource_id() to parse ARM ids
  • Retry strategy now reachs 24 seconds (instead of 12 seconds)

v0.4.14

11 Sep 23:41
Compare
Choose a tag to compare
v0.4.14 Pre-release
Pre-release

2017-09-11 Version 0.4.14

Features

  • Add Managed Service Integrated (MSI) authentication

Bug fix

  • Fix AdalError handling in some scenarios (#44)

Thank you to Hexadite-Omer for his contribution

v0.4.13

24 Aug 18:33
Compare
Choose a tag to compare
v0.4.13 Pre-release
Pre-release

2017-08-24 Version 0.4.13

Features

  • "keyring" is now completely optional

v0.4.12

23 Aug 22:51
Compare
Choose a tag to compare
v0.4.12 Pre-release
Pre-release

2017-08-23 Version 0.4.12

Features

  • add "timeout" to ServicePrincipalCredentials and UserPasswordCredentials
  • Threads created by AzureOperationPoller have now a name prefixed by "AzureOperationPoller" to help identify them

Bugfixes

  • Do not fail if keyring is badly installed
  • Update Azure Gov login endpoint
  • Update metadata ARM endpoint parser

Breaking changes

  • Remove InteractiveCredentials. This class was deprecated and unusable. Use ADAL device code instead.