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 2020/09/30 09:51:06 UTC

[incubator-datalab] branch DLAB-1911 updated: [DLAB-1911]: changed create sg function for testing

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

lfrolov pushed a commit to branch DLAB-1911
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DLAB-1911 by this push:
     new 552f0fa  [DLAB-1911]: changed create sg function for testing
552f0fa is described below

commit 552f0fa4fb71b35895cbeba8c525b3f3f2c1bb94
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Wed Sep 30 12:50:43 2020 +0300

    [DLAB-1911]: changed create sg function for testing
---
 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 d901a98..320964f 100644
--- a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
+++ b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
@@ -212,6 +212,8 @@ class AzureActions:
                 }
             ).wait()
             for rule in list_rules:
+                print('============')
+                print(rule)
                 self.network_client.security_rules.create_or_update(
                     resource_group_name,
                     network_security_group_name,


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