Minor typo: add_cert_thumbprint should be aad_cert_thumbprint (#42)

This commit is contained in:
Paresh Verma 2017-02-22 08:59:27 -08:00 коммит произвёл Fred Park
Родитель 65576235a1
Коммит 0b8d0958d5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -70,7 +70,7 @@ class CliContext(object):
self.aad_user = None
self.aad_password = None
self.aad_cert_private_key = None
self.add_cert_thumbprint = None
self.aad_cert_thumbprint = None
def initialize(self, creds_only=False, no_config=False):
# type: (CliContext, bool, bool) -> None