Skip to content

Commit

Permalink
updated readme.md; added path for pester tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scott1138 committed Jul 13, 2020
1 parent 9522f0e commit e3671a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PS-Tools is a collection of tools to simplify the administrative processes.
* [Pending Improvements](#Pending-Improvements)

## Change Log
* v1.1.0 - 2020-7-?
* v1.1.0 - 2020-7-13
* New Cmdlets
* Set-PSToolsConfig
* Created JSON config file to hold values required for other cmdlets. Solves issue around editing cmdlets for each environments
Expand All @@ -27,6 +27,8 @@ PS-Tools is a collection of tools to simplify the administrative processes.
* Updated Cmdlets
* New-SA
* Adapted for PSToolsConfig values
* Set-AzAppGwConfig
* Added TrustedCA switch to support Application Gateway v2 and the ability to use a Trusted CA instead of an uploaded certificate.
* v1.0.1 - 2020-6-29
* New Cmdlets
* Write-InformationPlus
Expand Down
3 changes: 2 additions & 1 deletion test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Write-InformationPlus "Pester Version: $($Pester.Version)`n"

$Config = [PesterConfiguration]::Default
$Config.Output.Verbosity = $Output
$config.Run.PassThru = $true
$Config.Run.PassThru = $true
$Config.Run.Path = "$PSScriptRoot\PS-Tools\tests"

if (-not $Local) {
$Config.TestResult.Enabled = $true
Expand Down

0 comments on commit e3671a4

Please sign in to comment.