From 44c8c0aba7f6cf47eb9e6ac750ea70187928783f Mon Sep 17 00:00:00 2001 From: Jiashuo Li Date: Fri, 27 Mar 2020 20:17:22 +0800 Subject: [PATCH] doc:Fix grammar error (#12765) --- src/azure-cli/azure/cli/command_modules/role/custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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