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()