This is an automated email from the ASF dual-hosted git repository. lfrolov pushed a commit to branch DATALAB-1408 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit dcac403ad9f5c505050c0d8af8b7ee8ac0c2589e Author: orepnikov <[email protected]> AuthorDate: Wed May 25 16:05:19 2022 +0300 delete hdinsight_client --- infrastructure-provisioning/src/general/lib/azure/actions_lib.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py index 0e30da5d2..8f0d31750 100644 --- a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py +++ b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py @@ -49,8 +49,6 @@ from patchwork import files class AzureActions: - hdinsight_client: HDInsightManagementClient - def __init__(self): os.environ['AZURE_AUTH_LOCATION'] = '/root/azure_auth.json' with open('/root/azure_auth.json') as json_file: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
