Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update Connect-AzAccount.md #25982

wants to merge 1 commit into from

Conversation

mikurii
Copy link

@mikurii mikurii commented Sep 1, 2024

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

  • SHOULD update ChangeLog.md file(s) appropriately
    • For SDK-based development mode, update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • For autorest-based development mode, include the changelog in the PR description.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

azure-client-tools-bot-prd bot commented Sep 1, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help Example Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

Copy link
Contributor

Thank you for your contribution mikurii! We will review the pull request and get back to you soon.

@msJinLei
Copy link
Contributor

msJinLei commented Sep 3, 2024

@mikurii Thanks for the contribution. @mikefrobbins could you help to review the change, thanks

Copy link
Contributor

@mikefrobbins mikefrobbins left a 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
[email protected] Subscription1 xxxx-xxxx-xxxx-xxxx AzureCloud
```

> [!CAUTION]
> Azure PowerShell will enforce mandatory multi-factor authentication (MFA) for all users starting in early 2025.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> 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).

Copy link

github-actions bot commented Sep 5, 2024

This PR was labeled "needs-revision" because it has unresolved review comments or CI failures.
Please resolve all open review comments and make sure all CI checks are green. Refer to our guide to troubleshoot common CI failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants