-
Notifications
You must be signed in to change notification settings - Fork 4k
[Az.Accounts] Update Connect-AzAccount.md #25982
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
Added information about the MFA enforcement starting in early 2025 Reference: https://learn.microsoft.com/en-us/entra/identity/authentication/concept-mandatory-multifactor-authentication
❌Az.Accounts
|
Thank you for your contribution mikurii! We will review the pull request and get back to you soon. |
@mikurii Thanks for the contribution. @mikefrobbins could you help to review the change, thanks |
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.
Please see my suggestions.
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures. |
Hi @mikurii, Please join your github account to Azure org.
|
Hi @YanaXu , thank you for letting me know! |
Hi @mikurii, please check the comments from @mikefrobbins. |
Co-authored-by: Mike F. Robbins <[email protected]>
Co-authored-by: Mike F. Robbins <[email protected]>
Co-authored-by: Mike F. Robbins <[email protected]>
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Hi @YanaXu , I've committed the suggestions by @mikefrobbins (thank you for the reviews and comments!). |
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.
Thanks for contributing. -Credential
is used in two login scenarios - ROPC (aka username + password) and service principal. Only ROPC will be blocked by MFA because it's a user principal. We'd like to be clear in the doc.
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Hi @mikurii, Could you follow the comment of @isra-fel and update the file? |
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@mikurii For |
Added information about the MFA enforcement starting in early 2025.
Once enforcement begins, -Credential option will no longer work due to the mandatory MFA.
Reference: https://learn.microsoft.com/en-us/entra/identity/authentication/concept-mandatory-multifactor-authentication
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.