Azure / SQL-Connectivity-Checker

This PowerShell script will run some connectivity checks from this machine to the server and database.
MIT License
69 stars 41 forks source link

Fix missing spaces in PrintDNSResults #66

Closed JoshWeepie closed 2 years ago

JoshWeepie commented 2 years ago

You are missing spaces in the PrintDNSResults function. When it runs, the validator will output 'inhosts', 'incache', 'inDNS, and 'inOpen' with no space after the word 'in'. You also need a space in the ValidateDNS function for the same issue, currently there is no space between the word 'for' and the DNS record.

vitomaz-msft commented 2 years ago

@JoshWeepie, thank you! sorry for the delay merging this.