Skip to content

Commit

Permalink
remove incorrect Commandlet names from Rego AAD 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tkol2022 committed Mar 16, 2024
1 parent c7263d3 commit eed0677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerShell/ScubaGear/Rego/AADConfig.rego
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ PhishingResistantMFA contains CAPolicy.DisplayName if {
tests contains {
"PolicyId": "MS.AAD.3.6v1",
"Criticality": "Shall",
"Commandlet": ["Get-MgBetaSubscribedSku", "Get-PrivilegedRole", "Get-MgBetaIdentityConditionalAccessPolicy"],
"Commandlet": ["Get-MgBetaIdentityConditionalAccessPolicy"],
"ActualValue": PhishingResistantMFA,
"ReportDetails": concat(". ", [ReportFullDetailsArray(PhishingResistantMFA, DescriptionString), CAPLINK]),
"RequirementMet": Status
Expand Down

0 comments on commit eed0677

Please sign in to comment.