зеркало из https://github.com/microsoft/azure-cli.git
{Core} az login: Remove the extra linebreak from warning message (#15792)
This commit is contained in:
Родитель
88ec058dc4
Коммит
7a320f18d7
|
@ -1283,7 +1283,7 @@ def _get_authorization_code_worker(authority_url, resource, results):
|
|||
|
||||
# Emit a warning to inform that a browser is opened.
|
||||
# Only show the path part of the URL and hide the query string.
|
||||
logger.warning("The default web browser has been opened at %s. Please continue the login in the web browser.\n"
|
||||
logger.warning("The default web browser has been opened at %s. Please continue the login in the web browser. "
|
||||
"If no web browser is available or if the web browser fails to open, use device code flow "
|
||||
"with `az login --use-device-code`.", url.split('?')[0])
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче