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

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


The following commit(s) were added to refs/heads/DATALAB-2321 by this push:
     new e4901b8  [DATALAB-2321]: changed output
e4901b8 is described below

commit e4901b858ff4c66c0159419960cd8cd6481475ad
Author: leonidfrolov <[email protected]>
AuthorDate: Mon May 17 17:49:15 2021 +0300

    [DATALAB-2321]: changed output
---
 infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py 
b/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py
index 1135660..5b944f8 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py
@@ -130,7 +130,7 @@ def terminate_ssn_node(resource_group_name, 
service_base_name, vpc_name, region)
     try:
         if 'azure_edge_security_group_name' in os.environ:
             print('======')
-            print(AzureMeta.list_security_group_rules(resource_group_name, 
os.environ['azure_edge_security_group_name']))
+            print(str(AzureMeta.list_security_group_rules(resource_group_name, 
os.environ['azure_edge_security_group_name'])))
             for rule in 
AzureMeta.list_security_group_rules(resource_group_name, 
os.environ['azure_edge_security_group_name']):
                 print('=======')
                 print(rule)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to