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 4376b13 [DATALAB-2321]: changed list_security_group_rules
4376b13 is described below
commit 4376b13b6d884f6764027cbe310bb4caf3c7b506
Author: leonidfrolov <[email protected]>
AuthorDate: Tue May 18 10:09:09 2021 +0300
[DATALAB-2321]: changed list_security_group_rules
---
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 6770616..510e875 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_security_group_rules(self, resource_group_name, sg_name):
try:
- result = self.network_client.security_rules.list(sg_name,
resource_group_name)
+ result =
self.network_client.security_rules.list(resource_group_name, sg_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]