diff --git a/src/azure-cli/azure/cli/command_modules/role/custom.py b/src/azure-cli/azure/cli/command_modules/role/custom.py index 28da67300b3..893d2012b97 100644 --- a/src/azure-cli/azure/cli/command_modules/role/custom.py +++ b/src/azure-cli/azure/cli/command_modules/role/custom.py @@ -1388,7 +1388,7 @@ def create_service_principal_for_rbac( } if cert_file: logger.warning( - "Please copy %s to a safe place. When run 'az login' provide the file path to the --password argument", + "Please copy %s to a safe place. When you run 'az login', provide the file path in the --password argument", cert_file) result['fileWithCertAndPrivateKey'] = cert_file return result