You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by my...@apache.org on 2020/12/08 13:16:50 UTC

[incubator-datalab] branch dev-azure-test updated: azure-test

This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch dev-azure-test
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/dev-azure-test by this push:
     new 8b5902b  azure-test
8b5902b is described below

commit 8b5902b979b231c70464b6f77502bb7d74966e72
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Tue Dec 8 15:14:54 2020 +0200

    azure-test
---
 infrastructure-provisioning/src/general/lib/azure/meta_lib.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/infrastructure-provisioning/src/general/lib/azure/meta_lib.py b/infrastructure-provisioning/src/general/lib/azure/meta_lib.py
index cfc03a8..f68e509 100644
--- a/infrastructure-provisioning/src/general/lib/azure/meta_lib.py
+++ b/infrastructure-provisioning/src/general/lib/azure/meta_lib.py
@@ -40,8 +40,11 @@ import json
 
 class AzureMeta:
     def __init__(self):
+        print('Step 1.1')
         os.environ['AZURE_AUTH_LOCATION'] = '/root/azure_auth.json'
+        print('Step 1.2')
         self.compute_client = get_client_from_auth_file(ComputeManagementClient)
+        print('Step 1.3')
         self.resource_client = get_client_from_auth_file(ResourceManagementClient)
         self.network_client = get_client_from_auth_file(NetworkManagementClient)
         self.storage_client = get_client_from_auth_file(StorageManagementClient)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org