Skip to content

Commit

Permalink
Merge pull request #486 from maester365/Snozzberries-patch-3
Browse files Browse the repository at this point in the history
Update Add-MtTestResultDetail.ps1
  • Loading branch information
merill authored Oct 5, 2024
2 parents f04c600 + 01c1448 commit aacdb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powershell/public/Add-MtTestResultDetail.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)]
Expand Down

0 comments on commit aacdb41

Please sign in to comment.