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 008febb35b6205b61abff63dbadfca28cf4b7422
Author: orepnikov <[email protected]>
AuthorDate: Wed May 25 15:45:50 2022 +0300

    add class AzureActions
---
 infrastructure-provisioning/src/general/lib/azure/actions_lib.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py 
b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
index 8f0d31750..0e30da5d2 100644
--- a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
+++ b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
@@ -49,6 +49,8 @@ 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]

Reply via email to