From 10f1b5f641b92a270d48b1a23795eac3160346b6 Mon Sep 17 00:00:00 2001 From: mikurii <63286309+mikurii@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:44:07 +0900 Subject: [PATCH 1/4] Update Connect-AzAccount.md Added information about the MFA enforcement starting in early 2025 Reference: https://learn.microsoft.com/en-us/entra/identity/authentication/concept-mandatory-multifactor-authentication --- src/Accounts/Accounts/help/Connect-AzAccount.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Accounts/Accounts/help/Connect-AzAccount.md b/src/Accounts/Accounts/help/Connect-AzAccount.md index 974ef21d5667..4a9eacfe9810 100644 --- a/src/Accounts/Accounts/help/Connect-AzAccount.md +++ b/src/Accounts/Accounts/help/Connect-AzAccount.md @@ -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. +> +> 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. + ### Example 3: Connect to Azure using a service principal account This command stores the service principal credentials in the `$Credential` variable. Then, it From 184321d6440b897c483101c7331b4c66e5b4d569 Mon Sep 17 00:00:00 2001 From: mikurii <63286309+mikurii@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:14:51 +0900 Subject: [PATCH 2/4] Update src/Accounts/Accounts/help/Connect-AzAccount.md Co-authored-by: Mike F. Robbins --- src/Accounts/Accounts/help/Connect-AzAccount.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Accounts/Accounts/help/Connect-AzAccount.md b/src/Accounts/Accounts/help/Connect-AzAccount.md index 4a9eacfe9810..58c40e8cde47 100644 --- a/src/Accounts/Accounts/help/Connect-AzAccount.md +++ b/src/Accounts/Accounts/help/Connect-AzAccount.md @@ -150,7 +150,7 @@ 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. +> Azure PowerShell will enforce mandatory multifactor authentication (MFA) for all users starting in early 2025. > > The -Credential option will no longer be available once enforcement begins. > From c89b0117bd9ed44f7ed94a0a35a8c050e4f4fa72 Mon Sep 17 00:00:00 2001 From: mikurii <63286309+mikurii@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:14:58 +0900 Subject: [PATCH 3/4] Update src/Accounts/Accounts/help/Connect-AzAccount.md Co-authored-by: Mike F. Robbins --- src/Accounts/Accounts/help/Connect-AzAccount.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Accounts/Accounts/help/Connect-AzAccount.md b/src/Accounts/Accounts/help/Connect-AzAccount.md index 58c40e8cde47..bfbd9755ae75 100644 --- a/src/Accounts/Accounts/help/Connect-AzAccount.md +++ b/src/Accounts/Accounts/help/Connect-AzAccount.md @@ -154,7 +154,7 @@ azureuser@contoso.com Subscription1 xxxx-xxxx-xxxx-xxxx AzureCloud > > 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. +> 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). ### Example 3: Connect to Azure using a service principal account From be45f0180d8f1a8abaf07b7c484e895622e42489 Mon Sep 17 00:00:00 2001 From: mikurii <63286309+mikurii@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:15:06 +0900 Subject: [PATCH 4/4] Update src/Accounts/Accounts/help/Connect-AzAccount.md Co-authored-by: Mike F. Robbins --- src/Accounts/Accounts/help/Connect-AzAccount.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Accounts/Accounts/help/Connect-AzAccount.md b/src/Accounts/Accounts/help/Connect-AzAccount.md index bfbd9755ae75..88a7c08e552f 100644 --- a/src/Accounts/Accounts/help/Connect-AzAccount.md +++ b/src/Accounts/Accounts/help/Connect-AzAccount.md @@ -152,7 +152,7 @@ azureuser@contoso.com Subscription1 xxxx-xxxx-xxxx-xxxx AzureCloud > [!CAUTION] > Azure PowerShell will enforce mandatory multifactor authentication (MFA) for all users starting in early 2025. > -> The -Credential option will no longer be available once enforcement begins. +> The **Credential** parameter will no longer be available once enforcement begins. > > 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).