From 65b32866850735602ffa0d2177b48fcd622d8723 Mon Sep 17 00:00:00 2001 From: Ming Xu Date: Thu, 27 Aug 2026 10:06:10 +1000 Subject: [PATCH] test commit --- src/azure-cli/azure/cli/command_modules/profile/custom.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/azure-cli/azure/cli/command_modules/profile/custom.py b/src/azure-cli/azure/cli/command_modules/profile/custom.py index 164a362a054..0e0f9031a6d 100644 --- a/src/azure-cli/azure/cli/command_modules/profile/custom.py +++ b/src/azure-cli/azure/cli/command_modules/profile/custom.py @@ -251,6 +251,7 @@ def logout(cmd, username=None): if in_cloud_console(): logger.warning(_CLOUD_CONSOLE_LOGOUT_WARNING) + # test profile = Profile(cli_ctx=cmd.cli_ctx) if not username: username = profile.get_current_account_user()