-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Update Connect-AzAccount.md #25982
base: main
Are you sure you want to change the base?
Update Connect-AzAccount.md #25982
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.
@@ -149,6 +149,13 @@ Account SubscriptionName TenantId Environment | |||
azureuser@contoso.com Subscription1 xxxx-xxxx-xxxx-xxxx AzureCloud | |||
``` | |||
|
|||
> [!CAUTION] | |||
> Azure PowerShell will enforce mandatory multi-factor authentication (MFA) for all users starting in early 2025. |
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.
> Azure PowerShell will enforce mandatory multi-factor authentication (MFA) for all users starting in early 2025. | |
> Azure PowerShell will enforce mandatory multifactor authentication (MFA) for all users starting in early 2025. |
> [!CAUTION] | ||
> Azure PowerShell will enforce mandatory multi-factor authentication (MFA) for all users starting in early 2025. | ||
> | ||
> The -Credential option will no longer be available once enforcement begins. |
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.
> The -Credential option will no longer be available once enforcement begins. | |
> The **Credential** parameter will no longer be available once enforcement begins. |
> | ||
> The -Credential option will no longer be available once enforcement begins. | ||
> | ||
> For more details, check the [Planning for mandatory multifactor authentication for Azure and other administration portals](https://learn.microsoft.com/en-us/entra/identity/authentication/concept-mandatory-multifactor-authentication) documentation. |
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.
> For more details, check the [Planning for mandatory multifactor authentication for Azure and other administration portals](https://learn.microsoft.com/en-us/entra/identity/authentication/concept-mandatory-multifactor-authentication) documentation. | |
> For more information, see [Planning for mandatory multifactor authentication for Azure and other administration portals](https://learn.microsoft.com/entra/identity/authentication/concept-mandatory-multifactor-authentication). |
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures. |
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.