az-acme / az-acme-cli

CLI for obtaining, and renewing TLS certificates from Acme compliant authorities to Azure Key Vault
https://azacme.dev
MIT License
34 stars 17 forks source link

fix(issue-16): Enable checks for existing DNS record before removing #19

Closed ross-mcdermott closed 2 years ago

ross-mcdermott commented 2 years ago

Add explicit checks for the existence of the record before trying to remove it.

ross-mcdermott commented 2 years ago

Confirmed the behaviour and that the second item with the same name does not cause failure.

image