From 8da5d9b631ae9f0185c85f449351afb0acba7987 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 18 Jan 2022 08:23:22 -0600 Subject: [PATCH] update post creating-static-records-in-microsoft-dns-from-vrealize-automation to fix code typo --- .../index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/posts/2021/creating-static-records-in-microsoft-dns-from-vrealize-automation/index.md b/content/posts/2021/creating-static-records-in-microsoft-dns-from-vrealize-automation/index.md index 6d473e8..0758a64 100644 --- a/content/posts/2021/creating-static-records-in-microsoft-dns-from-vrealize-automation/index.md +++ b/content/posts/2021/creating-static-records-in-microsoft-dns-from-vrealize-automation/index.md @@ -1,6 +1,7 @@ --- series: vRA8 date: "2021-08-13T00:00:00Z" +lastmod: "2022-01-18" usePageBundles: true thumbnail: 20210813_workflow_success.png tags: @@ -375,7 +376,7 @@ if (staticDns == "true" && supportedDomains.indexOf(dnsDomain) >= 0) { } } sshSession.disconnect() - if (created == false) { + if (deleted == false) { System.warn("Error! Unable to delete DNS record.") } } else {