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 {
2626 Rules = [string ]($Rule | ConvertTo-Json )
2727 RowKey = [string ](New-Guid ).guid
2828 Tenant = [string ]$domainName
29- PartitionKey = ' mailboxrules '
29+ PartitionKey = ' MailboxRules '
3030 }
3131
3232 }
@@ -38,7 +38,7 @@ function Push-ListMailboxRulesQueue {
3838 Rules = [string ]$Rules
3939 RowKey = [string ]$domainName
4040 Tenant = [string ]$domainName
41- PartitionKey = ' mailboxrules '
41+ PartitionKey = ' MailboxRules '
4242 }
4343 }
4444 } catch {
@@ -49,7 +49,7 @@ function Push-ListMailboxRulesQueue {
4949 Rules = [string ]$Rules
5050 RowKey = [string ]$domainName
5151 Tenant = [string ]$domainName
52- PartitionKey = ' mailboxrules '
52+ PartitionKey = ' MailboxRules '
5353 }
5454 }
5555 Add-CIPPAzDataTableEntity @Table - Entity $GraphRequest - Force | Out-Null
You can’t perform that action at this time.
0 commit comments