File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Modules/CIPPCore/Public/Entrypoints/Activity Triggers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function Push-ListMailboxRulesQueue {
26
26
Rules = [string ]($Rule | ConvertTo-Json )
27
27
RowKey = [string ](New-Guid ).guid
28
28
Tenant = [string ]$domainName
29
- PartitionKey = ' mailboxrules '
29
+ PartitionKey = ' MailboxRules '
30
30
}
31
31
32
32
}
@@ -38,7 +38,7 @@ function Push-ListMailboxRulesQueue {
38
38
Rules = [string ]$Rules
39
39
RowKey = [string ]$domainName
40
40
Tenant = [string ]$domainName
41
- PartitionKey = ' mailboxrules '
41
+ PartitionKey = ' MailboxRules '
42
42
}
43
43
}
44
44
} catch {
@@ -49,7 +49,7 @@ function Push-ListMailboxRulesQueue {
49
49
Rules = [string ]$Rules
50
50
RowKey = [string ]$domainName
51
51
Tenant = [string ]$domainName
52
- PartitionKey = ' mailboxrules '
52
+ PartitionKey = ' MailboxRules '
53
53
}
54
54
}
55
55
Add-CIPPAzDataTableEntity @Table - Entity $GraphRequest - Force | Out-Null
You can’t perform that action at this time.
0 commit comments