Skip to content

Commit

Permalink
fix(wellknown): correct type casing for well-known group
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszPorowski committed Mar 6, 2025
1 parent 42f7018 commit b90e7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/Set-WellKnown.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ if (!$entraGroup) {
}
Write-Log -Message "Group - Name: $($entraGroup.DisplayName) / ID: $($entraGroup.Id)"
$wellKnown['Group'] = @{
type = 'group'
type = 'Group'
id = $entraGroup.Id
name = $entraGroup.DisplayName
}
Expand Down

0 comments on commit b90e7bb

Please sign in to comment.