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 7c89917 commit 042d5d3Copy full SHA for 042d5d3
Modules/CippExtensions/Public/Extension Functions/Register-CippExtensionScheduledTasks.ps1
@@ -23,7 +23,7 @@ function Register-CIPPExtensionScheduledTasks {
23
$CustomDataMappingTable = Get-CIPPTable -TableName CustomDataMappings
24
$Mappings = Get-CIPPAzDataTableEntity @CustomDataMappingTable | ForEach-Object {
25
$Mapping = $_.JSON | ConvertFrom-Json
26
- if ($Mapping.sourceType -eq 'extensionSync') {
+ if ($Mapping.sourceType.value -eq 'extensionSync') {
27
$TenantMappings = if ($Mapping.tenantFilter.value -contains 'AllTenants') {
28
$Tenants
29
} else {
0 commit comments