Skip to content

Commit

Permalink
Merge pull request #971 from dataplat/instancecheckscontinued
Browse files Browse the repository at this point in the history
so we can test
  • Loading branch information
SQLDBAWithABeard authored May 9, 2023
2 parents 93e7275 + 209de4e commit cffe0eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
}
}

'dbatools.library' = 'latest'
InvokeBuild = 'latest'
PSScriptAnalyzer = 'latest'
Pester = 'latest'
Expand Down
1 change: 1 addition & 0 deletions developing/Robs-Instance.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $Checks = 'MemoryDump'
$Checks = 'HideInstance'
$Checks = 'LoginAuditFailed'
$Checks = 'LoginAuditSuccessful'
$Checks = 'LoginCheckPolicy'
$Checks = 'LoginAuditSuccessful', 'LoginAuditFailed'

Invoke-PerfAndValidateCheck -Checks $Checks
Expand Down
Binary file modified source/dbachecks.psd1
Binary file not shown.

0 comments on commit cffe0eb

Please sign in to comment.