From c8111ed5a74eb835844e5a83edfaf56690b652f3 Mon Sep 17 00:00:00 2001 From: Rob Sewell Date: Wed, 13 Dec 2023 18:34:34 +0000 Subject: [PATCH] so that the new pipeline will run --- source/checks/Instancev5.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/checks/Instancev5.Tests.ps1 b/source/checks/Instancev5.Tests.ps1 index 9eb242af..3006cb40 100644 --- a/source/checks/Instancev5.Tests.ps1 +++ b/source/checks/Instancev5.Tests.ps1 @@ -3,7 +3,7 @@ # Gather the instances we know are not contactable BeforeDiscovery { - # Gather the instances we know are not contactable + # Gather the instances we know are not contactable [string[]]$NotContactable = (Get-PSFConfig -Module dbachecks -Name global.notcontactable).Value # Get all the tags in use in this run $Tags = Get-CheckInformation -Check $Check -Group Instance -AllChecks $AllChecks -ExcludeCheck $ChecksToExclude