-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{Core} Bump msal-extensions to 1.2.0b1
#28747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @jiasli, |
️✔️AzureCLI-BreakingChangeTest
|
|
Bump msal-extensions |
f6153f8 to
12bb0a1
Compare
msal-extensions to 1.2.0a1msal-extensions to 1.2.0b1
| 'jmespath', | ||
| 'knack~=0.11.0', | ||
| 'msal-extensions~=1.0.0', | ||
| 'msal-extensions==1.2.0b1', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to pin the version. Using ~= will allow 1.2.0 which will contain breaking changes compared to 1.2.0b1: AzureAD/microsoft-authentication-extensions-for-python#128 (comment)
See https://packaging.python.org/en/latest/specifications/version-specifiers/#compatible-release
msal-extensions to 1.2.0b1msal-extensions to 1.2.0b1
Fix #28737
Related command
az loginaz account get-access-tokenDescription
Bump
msal-extensionsto 1.2.0b1 in order to adopt AzureAD/microsoft-authentication-extensions-for-python#128 and fix AzureAD/microsoft-authentication-extensions-for-python#127.Testing Guide
Notice executing
az account get-access-tokentwice will return the sameexpiresOnandexpires_on.History Notes
[Core] Fix #28737: Fix token cache for service principal authentication