From 0da6590084510ac5eea63a15e2aa921388c531fe Mon Sep 17 00:00:00 2001 From: John Bowdre <61015723+jbowdre@users.noreply.github.com> Date: Tue, 14 Jun 2022 11:19:55 -0500 Subject: [PATCH] Update vraGetNetworksUnsorted.js --- .../com.virtuallypotato.inputs/vraGetNetworksUnsorted.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Orchestrator/Actions/com.virtuallypotato.inputs/vraGetNetworksUnsorted.js b/Orchestrator/Actions/com.virtuallypotato.inputs/vraGetNetworksUnsorted.js index 2e5f093..4ff7f3e 100644 --- a/Orchestrator/Actions/com.virtuallypotato.inputs/vraGetNetworksUnsorted.js +++ b/Orchestrator/Actions/com.virtuallypotato.inputs/vraGetNetworksUnsorted.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; }; }