-
Notifications
You must be signed in to change notification settings - Fork 3k
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
{Core} Revert #28085 #28483
{Core} Revert #28085 #28483
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
Core |
@@ -5,7 +5,7 @@ Release History | |||
|
|||
2.58.0 | |||
++++++ | |||
* [BREAKING CHANGE] `az login`: Use WAM as the default authentication method on Windows. If you encounter any issue and want to opt out, run `az config set core.enable_broker_on_windows=false`, `az account clear` and `az login` (#28085) | |||
* [BREAKING CHANGE] `az login`: Replace `allow_broker` with `enable_broker_on_windows` (#27726) |
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.
@@ -53,7 +53,7 @@ | |||
'jmespath', | |||
'knack~=0.11.0', | |||
'msal-extensions~=1.0.0', | |||
'msal[broker]==1.27.0', | |||
'msal[broker]==1.26.0', |
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.
MSAL 1.27.0 raised the upper bound of pymsalruntime
(AzureAD/microsoft-authentication-library-for-python@59c3000), but the latest pymsalruntime
0.14.1 fails with:
Called AcquireTokenInteractively but no redirect URI was provided. Status: Response_Status.Status_ApiContractViolation, Error code: 0, Tag: 590899094
FYI. installing azure-cli on windows with python 3.12 fails if you use Fails on 3.12:
|
@karthiknadig, this issue is tracked by AzureAD/microsoft-authentication-library-for-python#624. |
Related command
az login
Description
Revert #28085: Use WAM as the default authentication method on Windows