update post creating-static-records-in-microsoft-dns-from-vrealize-automation to fix code typo

This commit is contained in:
John Bowdre 2022-01-18 08:23:22 -06:00
parent 560f1fa363
commit 8da5d9b631

View file

@ -1,6 +1,7 @@
--- ---
series: vRA8 series: vRA8
date: "2021-08-13T00:00:00Z" date: "2021-08-13T00:00:00Z"
lastmod: "2022-01-18"
usePageBundles: true usePageBundles: true
thumbnail: 20210813_workflow_success.png thumbnail: 20210813_workflow_success.png
tags: tags:
@ -375,7 +376,7 @@ if (staticDns == "true" && supportedDomains.indexOf(dnsDomain) >= 0) {
} }
} }
sshSession.disconnect() sshSession.disconnect()
if (created == false) { if (deleted == false) {
System.warn("Error! Unable to delete DNS record.") System.warn("Error! Unable to delete DNS record.")
} }
} else { } else {