Add max value to DeleteAfter of 168 hours (#3327)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
Azure SDK Bot 2022-02-09 13:09:16 -08:00 committed by GitHub
parent dc4309a65a
commit 1b12863281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ param (
[string] $ProvisionerApplicationSecret,
[Parameter()]
[ValidateRange(1, [int]::MaxValue)]
[ValidateRange(1, 7*24)]
[int] $DeleteAfterHours = 120,
[Parameter()]

View File

@ -26,7 +26,7 @@ param (
[string] $SubscriptionId,
[Parameter()]
[ValidateRange(1, [int]::MaxValue)]
[ValidateRange(1, 7*24)]
[int] $DeleteAfterHours = 48
)