Venafi / VenafiPS

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

Fix param name ID in exanmples #283

Closed gdbarron closed 1 month ago

gdbarron commented 1 month ago

Get-VcCertificate and Get-VdcCertificate had examples referencing CertificateID from pre v6. Get-VcCertificate was not affected as an alias was in place, but Get-VdcCertificate did not. Examples fixed.

Closes #279