Skip to content

Commit d055519

Browse files
authored
{Profile} az login: Update ROPC flow MFA warning message (#31637)
1 parent 8e77904 commit d055519

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/profile

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/profile/custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"available subscriptions by default.\n")
4343

4444
USERNAME_PASSWORD_DEPRECATION_WARNING_AZURE_CLOUD = (
45-
"Starting July 01, 2025, MFA will be gradually enforced for Azure public cloud. "
45+
"Starting September 1, 2025, MFA will be gradually enforced for Azure public cloud. "
4646
"The authentication with username and password in the command line is not supported with MFA. "
4747
"Consider using one of the compatible authentication methods. "
4848
"For more details, see https://go.microsoft.com/fwlink/?linkid=2276314")

0 commit comments

Comments
 (0)