You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2020/10/02 15:34:16 UTC

[incubator-datalab] 04/10: [DLAB-1911]: removed priority for edge rule

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

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

commit a29af3d4014443720622eed56d1f61ead744ef42
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Wed Sep 30 14:58:18 2020 +0300

    [DLAB-1911]: removed priority for edge rule
---
 infrastructure-provisioning/src/general/scripts/azure/project_prepare.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/project_prepare.py b/infrastructure-provisioning/src/general/scripts/azure/project_prepare.py
index 25577a2..9f1c3de 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/project_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/project_prepare.py
@@ -189,7 +189,6 @@ if __name__ == "__main__":
                     "source_address_prefix": endpoint_ip,
                     "destination_address_prefix": "*",
                     "access": "Allow",
-                    "priority": 100,
                     "direction": "Inbound"
                 }
             ]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org