From 01c14484c81245b6f0670064cc902c7211a65ac3 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 4 Oct 2024 11:44:07 -0700 Subject: [PATCH] Update Add-MtTestResultDetail.ps1 Ref #435 --- powershell/public/Add-MtTestResultDetail.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powershell/public/Add-MtTestResultDetail.ps1 b/powershell/public/Add-MtTestResultDetail.ps1 index a81903db..0ec2e786 100644 --- a/powershell/public/Add-MtTestResultDetail.ps1 +++ b/powershell/public/Add-MtTestResultDetail.ps1 @@ -64,7 +64,7 @@ function Add-MtTestResultDetail { [string] $TestName = $____Pester.CurrentTest.ExpandedName, [Parameter(Mandatory = $false)] - [ValidateSet('NotConnectedAzure', 'NotConnectedExchange', 'NotDotGovDomain', 'NotLicensedEntraIDP1', 'NotConnectedSecurityCompliance', + [ValidateSet('NotConnectedAzure', 'NotConnectedExchange', 'NotConnectedGraph', 'NotDotGovDomain', 'NotLicensedEntraIDP1', 'NotConnectedSecurityCompliance', 'NotLicensedEntraIDP2', 'NotLicensedEntraIDGovernance', 'NotLicensedEntraWorkloadID', 'NotLicensedExoDlp', "LicensedEntraIDPremium", 'NotSupported', 'Custom', 'NotLicensedMdo', 'AdvAudit' )]