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

omartushevskyi pushed a commit to branch DLAB-252
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-252 by this push:
     new c6c2c4a  fixed typo
c6c2c4a is described below

commit c6c2c4ae0763d23f20fdabb3a17ddb54eb40570c
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Thu Mar 21 14:07:17 2019 +0200

    fixed typo
---
 infrastructure-provisioning/src/general/scripts/azure/edge_prepare.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/azure/edge_prepare.py 
b/infrastructure-provisioning/src/general/scripts/azure/edge_prepare.py
index 1976482..523649e 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/edge_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/edge_prepare.py
@@ -171,7 +171,7 @@ if __name__ == "__main__":
                 "source_address_prefix": "*",
                 "destination_address_prefix": "*",
                 "access": "Allow",
-                "priority": 120,
+                "priority": 130,
                 "direction": "Inbound"
             },
             {
@@ -358,7 +358,7 @@ if __name__ == "__main__":
                 "source_address_prefix": "*",
                 "destination_address_prefix": edge_conf['private_subnet_cidr'],
                 "access": "Allow",
-                "priority": 190,
+                "priority": 260,
                 "direction": "Outbound"
             },
             {


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

Reply via email to