Skip to content

Commit 059caf2

Browse files
authored
Merge pull request #968 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents 6d08e3c + 5561a5b commit 059caf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/Tenant/Administration/Tenant/Invoke-ListTenantDetails.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Function Invoke-ListTenantDetails {
2424
$customProperties = Get-TenantProperties -customerId $TenantFilter
2525
$org | Add-Member -MemberType NoteProperty -Name 'customProperties' -Value $customProperties
2626

27-
$Groups = (Get-TenantGroups -TenantFilter $TenantFilter) ?? @()
27+
$Groups = (Get-TenantGroups -TenantFilter $TenantFilter -SkipCache) ?? @()
2828
$org | Add-Member -MemberType NoteProperty -Name 'Groups' -Value @($Groups)
2929
$StatusCode = [HttpStatusCode]::OK
3030

0 commit comments

Comments
 (0)