Skip to content

Commit

Permalink
Merge pull request #11 from gdbarron/fix-10
Browse files Browse the repository at this point in the history
fix issue 10, session not passed to internal function
  • Loading branch information
gdbarron authored Jun 14, 2021
2 parents c6b80c4 + 5c26ec0 commit 03792e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.0.3
- Fix [#10](https://github.com/gdbarron/VenafiPS/issues/10), Get-VenafiCertificate not recognizing session.

## 3.0.2
- Add `Test-ModuleHash` to validate the script files in the module. The release pipeline has been updated to create a GitHub release with a file which stores the file hashes with SHA256. This function will validate the current module against these hashes and provide true/false for success or failure.

Expand Down
2 changes: 1 addition & 1 deletion VenafiPS/Public/Get-VenafiCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function Get-VenafiCertificate {
}
$response | Select-Object @selectProps
} else {
Find-TppCertificate -Path '\ved' -Recursive
Find-TppCertificate -Path '\ved' -Recursive -VenafiSession $VenafiSession
}
}
}
Expand Down

0 comments on commit 03792e5

Please sign in to comment.