You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Groups/Invoke-AddGroupTemplate.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ function Invoke-AddGroupTemplate {
# Determine email address only for group types that need it
@@ -95,13 +96,13 @@ function New-CIPPGroup {
95
96
Write-LogMessage-API $APIName-tenant $TenantFilter-message "Creating group $($GroupObject.displayName) of type $NormalizedGroupType$(if ($NeedsEmail) { " with email $Email" })"-Sev Info
96
97
97
98
# Handle Graph API groups (Security, Generic, AzureRole, Dynamic, M365)
98
-
if ($NormalizedGroupType-in@('Generic','Security','AzureRole','Dynamic','M365')) {
99
+
if ($NormalizedGroupType-in@('Generic','AzureRole','Dynamic','M365')) {
99
100
Write-Information"Creating group $($GroupObject.displayName) of type $NormalizedGroupType$(if ($NeedsEmail) { " with email $Email" })"
0 commit comments