You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding MsalTokenCredential implementation of azure.core.credentials.AsyncTokenProvider (#565)
* MsalTokenCredential and AsyncMsalTokenCredential definitions
* Adding internal _get_access_token method
* Improved handling of resource from scope
* Improvements
* Fixing _get_resource
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update
* Removing section from README
* Lazy construction of MsalAuth instance
* Fixing changelog and tests
* Improving integration test
* Adding direct dependency on azure.core in microsoft-agents-authentication-msal
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: changelog.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
# Microsoft 365 Agents SDK for Python - Release Notes v1.6.1 (Unreleased)
2
+
3
+
**Release Date:** Unreleased
4
+
**Previous Version:** 1.5.0 (Released 2026-08-26)
5
+
6
+
## New Models & APIs
7
+
8
+
-**MSAL Token Credential**: Added `MsalTokenCredential`, an Azure Core-compatible asynchronous token credential backed by MSAL, for authenticating Azure SDK clients that accept an `AsyncTokenCredential`.
9
+
10
+
---
11
+
1
12
# Microsoft 365 Agents SDK for Python - Release Notes v1.5.0
0 commit comments