Skip to content

Commit 35c7fb8

Browse files
committed
feat: add GroupType property to group objects in Get-TenantGroups function
1 parent d8f1856 commit 35c7fb8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/CIPPCore/Public/TenantGroups/Get-TenantGroups.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ function Get-TenantGroups {
144144
Id = $Group.RowKey
145145
Name = $Group.Name
146146
Description = $Group.Description
147+
GroupType = $Group.GroupType ?? 'static'
147148
})
148149
}
149150
}

0 commit comments

Comments
 (0)