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 98f90be  [DATALAB-2321]: changed output
98f90be is described below

commit 98f90bea0fa1de25a778be1f07f886acb844b779
Author: leonidfrolov <[email protected]>
AuthorDate: Mon May 17 16:18:04 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 e52fd03..cf0a0f3 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py
@@ -118,7 +118,7 @@ def terminate_ssn_node(resource_group_name, 
service_base_name, vpc_name, region)
         print("Removing subnets in predefined VPC")
         try:
             print('========')
-            print(AzureMeta.list_subnets(resource_group_name, 
os.environ['azure_vpc_name']).json())
+            print(AzureMeta.list_subnets(resource_group_name, 
os.environ['azure_vpc_name']))
             print('========2')
             for subnet in AzureMeta.list_subnets(resource_group_name, 
os.environ['azure_vpc_name']):
                 print('========3')

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

Reply via email to