File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
sdk/identity/azure-identity Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.6.0b4 (Unreleased)
3+ ## 1.6.0 (2021-05-13)
4+ This is the last version to support Python 3.5. The next version will require
5+ Python 2.7 or 3.6+.
6+
47### Added
58- ` AzurePowerShellCredential ` authenticates as the identity logged in to Azure
69 PowerShell. This credential is part of ` DefaultAzureCredential ` by default
710 but can be disabled by a keyword argument:
811 ` DefaultAzureCredential(exclude_powershell_credential=True) `
912 ([ #17341 ] ( https://github.com/Azure/azure-sdk-for-python/issues/17341 ) )
1013
14+ ### Fixed
15+ - ` AzureCliCredential ` raises ` CredentialUnavailableError ` when the CLI times out,
16+ and kills timed out subprocesses
17+ - Reduced retry delay for ` ManagedIdentityCredential ` on Azure VMs
18+
1119## 1.6.0b3 (2021-04-06)
1220### Breaking Changes
1321> These changes do not impact the API of stable versions such as 1.5.0.
Original file line number Diff line number Diff line change 22# Copyright (c) Microsoft Corporation.
33# Licensed under the MIT License.
44# ------------------------------------
5- VERSION = "1.6.0b4 "
5+ VERSION = "1.6.0 "
Original file line number Diff line number Diff line change 52525353 url = "https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/identity/azure-identity" ,
5454 classifiers = [
55- "Development Status :: 4 - Beta " ,
55+ "Development Status :: 5 - Production/Stable " ,
5656 "Programming Language :: Python" ,
5757 "Programming Language :: Python :: 2" ,
5858 "Programming Language :: Python :: 2.7" ,
You can’t perform that action at this time.
0 commit comments