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 {