Releases: Venafi/VenafiPS
Releases · Venafi/VenafiPS
v3.1.3
v3.1.2
v3.1.1
v3.1.0 - Move to Invoke-WebRequest, add -CountOnly option to Find-TppCertificate
- Add
-CountOnly
toFind-TppCertificate
to return the number of certificates found based on the filters provided, #12 - Move from
Invoke-RestMethod
toInvoke-WebRequest
inInvoke-VenafiRestMethod
so we get response headers, to be used with-CountOnly
above.Invoke-VenafiRestMethod
has a new parameter,-FullResponse
, to retrieve the complete response, not just content value. - Add
New-HttpQueryString
private function to support HEAD api calls which require a query string and not body. - Fix
Test-TppIdentityFormat
which was failing when the identity guid was surrounded with curly braces - Replace
-Limit
parameter and standardize on-First