You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2022/09/01 07:11:36 UTC

[incubator-datalab] 07/36: delete hdinsight_client

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 <60...@users.noreply.github.com>
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: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org