Skip to content

Commit 69e2e21

Browse files
authored
Update metadata for azure-identity 1.6.0 release (Azure#18669)
1 parent 005b92d commit 69e2e21

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

sdk/identity/azure-identity/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
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.

sdk/identity/azure-identity/azure/identity/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation.
33
# Licensed under the MIT License.
44
# ------------------------------------
5-
VERSION = "1.6.0b4"
5+
VERSION = "1.6.0"

sdk/identity/azure-identity/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
author_email="[email protected]",
5353
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",

0 commit comments

Comments
 (0)