We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f7856e + 09cbac3 commit 852dab9Copy full SHA for 852dab9
1 file changed
Modules/CIPPCore/Public/Entrypoints/Timer Functions/Start-BackupRetentionCleanup.ps1
@@ -6,7 +6,10 @@ function Start-BackupRetentionCleanup {
6
This function cleans up old CIPP and Tenant backups based on the retention policy
7
#>
8
[CmdletBinding(SupportsShouldProcess = $true)]
9
- param()
+ param(
10
+ [Parameter(Mandatory = $false)]
11
+ [string]$ConnectionString = $env:AzureWebJobsStorage
12
+ )
13
14
try {
15
# Get retention settings
0 commit comments