We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d07630 commit f809689Copy full SHA for f809689
Modules/CIPPCore/Public/New-CIPPBackupTask.ps1
@@ -13,7 +13,6 @@ function New-CIPPBackupTask {
13
# Get tenant-specific variables
14
$Tenant = Get-Tenants -TenantFilter $TenantFilter
15
$CustomerId = $Tenant.customerId
16
-
17
$TenantVariables = Get-CIPPAzDataTableEntity @ReplaceTable -Filter "PartitionKey eq '$CustomerId'"
18
19
# If backing up AllTenants, also get global variables
0 commit comments