Skip to content

Commit

Permalink
Update Get-CIPPLicenseOverview.ps1
Browse files Browse the repository at this point in the history
Integrated licensing report fix from KelvinTegelaar/CIPP#1817 (comment)
  • Loading branch information
jwguidry-vital authored Jan 10, 2024
1 parent 5192fe2 commit dcd57c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/CIPPCore/Public/Get-CIPPLicenseOverview.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Get-CIPPLicenseOverview {
dateCreated = [string]$sku.createdDateTime
dateExpires = [string]$sku.nextLifecycleDateTime
'PartitionKey' = 'License'
'RowKey' = "$($singlereq.Tenant) - $($sku.skuid)"
'RowKey' = "$($singlereq.Tenant) - $($sku.skuid) - $($Term)"
}
}
}
Expand Down

0 comments on commit dcd57c4

Please sign in to comment.