Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invoke-VenafiCertificateAction always run as verbose #173

Closed
wilddev65 opened this issue Dec 1, 2022 · 1 comment
Closed

Invoke-VenafiCertificateAction always run as verbose #173

wilddev65 opened this issue Dec 1, 2022 · 1 comment
Labels
good first issue Good for newcomers

Comments

@wilddev65
Copy link
Collaborator

Line 274 has;

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

It should be;

Invoke-VenafiRestMethod @params -FullResponse | Out-Null

@gdbarron gdbarron added the good first issue Good for newcomers label Dec 2, 2022
wilddev65 added a commit that referenced this issue Dec 9, 2022
…is empty (part of 170)

Invoke-VenafiCertificateAction always run as verbose (#173)
Set-TppAttribute gives error when using $null as value (#176)
@wilddev65
Copy link
Collaborator Author

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants