Skip to content

Commit bffe87b

Browse files
authored
[Identity] Update changelog for GA (#36124)
Signed-off-by: Paul Van Eck <[email protected]>
1 parent 9e8aefc commit bffe87b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

sdk/identity/azure-identity/CHANGELOG.md

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

3-
## 1.17.0 (Unreleased)
4-
5-
### Features Added
3+
## 1.17.0 (2024-06-18)
64

75
### Breaking Changes
86

@@ -14,8 +12,6 @@
1412

1513
- Allow credential chains to continue when an IMDS probe request returns a non-JSON response in `ManagedIdentityCredential`. ([#36016](https://github.com/Azure/azure-sdk-for-python/pull/36016))
1614

17-
### Other Changes
18-
1915
## 1.17.0b2 (2024-06-11)
2016

2117
### Features Added

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 :: 4 - Beta",
41+
"Development Status :: 5 - Production/Stable",
4242
"Programming Language :: Python",
4343
"Programming Language :: Python :: 3 :: Only",
4444
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)