Skip to content

Commit ca3b627

Browse files
fixes backup list
1 parent 634f645 commit ca3b627

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/CIPPCore/Public/Get-CIPPBackup.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ function Get-CIPPBackup {
44
[string]$Type,
55
[string]$TenantFilter
66
)
7+
Write-Host "Getting backup for $Type with TenantFilter $TenantFilter"
78
$Table = Get-CippTable -tablename "$($Type)Backup"
89
if ($TenantFilter) {
910
$Filter = "PartitionKey eq '$($Type)Backup' and TenantFilter eq '$($TenantFilter)'"

0 commit comments

Comments
 (0)