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/09/30 11:58:31 UTC

[incubator-datalab] branch DLAB-1911 updated: [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


The following commit(s) were added to refs/heads/DLAB-1911 by this push:
     new d688100  [DLAB-1911]: removed priority for edge rule
d688100 is described below

commit d688100d6cb0e33b7e4b9386c810a7cb909fcf90
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 94f9630..664400f 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/project_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/project_prepare.py
@@ -194,7 +194,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