Venafi / VenafiPS

Powershell module to fully automate your Venafi TLS Protect Datacenter and Cloud platforms!
https://venafips.readthedocs.io/
Apache License 2.0
18 stars 7 forks source link

Invoke-VenafiCertificateAction always run as verbose #173

Closed wilddev65 closed 1 year ago

wilddev65 commented 1 year ago

Line 274 has;

Invoke-VenafiRestMethod @params -FullResponse -Verbose | Out-Null

It should be;

Invoke-VenafiRestMethod @params -FullResponse | Out-Null

wilddev65 commented 1 year ago

Fixed