Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cataggar committed Jan 6, 2024
1 parent 958413d commit 5f62332
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion sdk/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# UNRELEASED
# 0.20.0 (2023-02)

- [#1532](https://github.com/Azure/azure-sdk-for-rust/pull/1532) add azure_identity::create_credential(), SpecificAzureCredential, AppServiceManagedIdentityCredential, VirtualMachineManagedIdentityCredential
- Most credentials now may fail earlier, when they are created, instead of only during `get_token`.
- `DefaultAzureCredentialBuilder::build` now returns a `Result`. If fails when it is unable to create a least one source credential.


# 0.18.0 (2023-12)

- Removed AutoRefreshingTokenCredential, instead all token credentials now implement caching

Expand Down

0 comments on commit 5f62332

Please sign in to comment.