Skip to content

Commit 34b3f76

Browse files
committed
forgive me for i have sinned
1 parent f244911 commit 34b3f76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Push-ListMailboxRulesQueue.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)