Skip to content

Commit 852dab9

Browse files
authored
Merge pull request #912 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents 6f7856e + 09cbac3 commit 852dab9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Modules/CIPPCore/Public/Entrypoints/Timer Functions/Start-BackupRetentionCleanup.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ function Start-BackupRetentionCleanup {
66
This function cleans up old CIPP and Tenant backups based on the retention policy
77
#>
88
[CmdletBinding(SupportsShouldProcess = $true)]
9-
param()
9+
param(
10+
[Parameter(Mandatory = $false)]
11+
[string]$ConnectionString = $env:AzureWebJobsStorage
12+
)
1013

1114
try {
1215
# Get retention settings

0 commit comments

Comments
 (0)