Skip to content

Commit 454d84a

Browse files
authored
[Identity] Prep preview release (Azure#35603)
Signed-off-by: Paul Van Eck <[email protected]>
1 parent f501bee commit 454d84a

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

sdk/identity/azure-identity/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
# Release History
22

3-
## 1.16.1 (Unreleased)
3+
## 1.17.0b1 (2024-05-13)
44

55
### Features Added
66

77
- Added environment variable `AZURE_CLIENT_SEND_CERTIFICATE_CHAIN` support for `EnvironmentCredential`.
88
- Introduced a new credential, `AzurePipelinesCredential`, for supporting workload identity federation in Azure Pipelines with service connections ([#35397](https://github.com/Azure/azure-sdk-for-python/pull/35397)).
99

10-
### Breaking Changes
11-
1210
### Bugs Fixed
1311

1412
- Fixed typing errors when certain credentials are used as context managers. ([#35415](https://github.com/Azure/azure-sdk-for-python/pull/35415))
1513

16-
### Other Changes
17-
1814
## 1.16.0 (2024-04-09)
1915

2016
### Other Changes

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.16.1"
5+
VERSION = "1.17.0b1"

sdk/identity/azure-identity/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity",
3939
keywords="azure, azure sdk",
4040
classifiers=[
41-
"Development Status :: 5 - Production/Stable",
41+
"Development Status :: 4 - Beta",
4242
"Programming Language :: Python",
4343
"Programming Language :: Python :: 3 :: Only",
4444
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)