From b47a0462278248a6a7b0be437bd8dbc551ee36ad Mon Sep 17 00:00:00 2001 From: John Bowdre <61015723+jbowdre@users.noreply.github.com> Date: Tue, 14 Jun 2022 11:20:29 -0500 Subject: [PATCH] Update vraGetNetworksSorted.js --- .../com.virtuallypotato.inputs/vraGetNetworksSorted.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Orchestrator/Actions/com.virtuallypotato.inputs/vraGetNetworksSorted.js b/Orchestrator/Actions/com.virtuallypotato.inputs/vraGetNetworksSorted.js index b8f21ff..f9bdcb8 100644 --- a/Orchestrator/Actions/com.virtuallypotato.inputs/vraGetNetworksSorted.js +++ b/Orchestrator/Actions/com.virtuallypotato.inputs/vraGetNetworksSorted.js @@ -28,8 +28,8 @@ if (!(zoneName == "" || zoneName == null)) { System.debug(JSON.stringify(networkProps)); var networkTag = null; for each (tag in networkProps.tags) { - if (tag.key === "network") { - networkTag = "network:" + tag.value; + if (tag.key === "net") { + networkTag = "net:" + tag.value; } if (networkTag != null) { break; }; }