Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update changelog
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
  • Loading branch information
pvaneck committed Jan 23, 2024
commit 7f049ee50ba4d349ad13efa1ab26fb20f6a1dae9
4 changes: 2 additions & 2 deletions sdk/identity/azure-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

### Features Added

- Added support for parsing the `expires_on` field returned by the `az` CLI in `AzureCliCredential`. ([#33947](https://github.com/Azure/azure-sdk-for-python/issues/33947))

### Breaking Changes

### Bugs Fixed
Expand All @@ -15,6 +13,8 @@

### Other Changes

- `AzureCliCredential` utilizes the new `expires_on` property returned by `az` CLI versions >= 2.54.0 to determine token expiration. ([#33947](https://github.com/Azure/azure-sdk-for-python/issues/33947))

## 1.15.0 (2023-10-26)

### Features Added
Expand Down