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 3219049  [DATALAB-2321]: changed request
3219049 is described below

commit 321904976dc83127b1923186412fa682b7c844be
Author: leonidfrolov <[email protected]>
AuthorDate: Mon May 17 15:39:37 2021 +0300

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

diff --git a/infrastructure-provisioning/src/general/lib/azure/meta_lib.py 
b/infrastructure-provisioning/src/general/lib/azure/meta_lib.py
index 821d304..9d23cb4 100644
--- a/infrastructure-provisioning/src/general/lib/azure/meta_lib.py
+++ b/infrastructure-provisioning/src/general/lib/azure/meta_lib.py
@@ -135,7 +135,7 @@ class AzureMeta:
 
     def list_subnets(self, resource_group_name, vpc_name):
         try:
-            result = 
self.network_client.virtual_networks.subnets.list(resource_group_name, vpc_name)
+            result = self.network_client.subnets.list(resource_group_name, 
vpc_name)
             return result
         except AzureExceptions.CloudError as err:
             if err.status_code == 404:

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

Reply via email to