Add max value to DeleteAfter of 168 hours (#3327)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
parent
dc4309a65a
commit
1b12863281
@ -53,7 +53,7 @@ param (
|
||||
[string] $ProvisionerApplicationSecret,
|
||||
|
||||
[Parameter()]
|
||||
[ValidateRange(1, [int]::MaxValue)]
|
||||
[ValidateRange(1, 7*24)]
|
||||
[int] $DeleteAfterHours = 120,
|
||||
|
||||
[Parameter()]
|
||||
|
||||
@ -26,7 +26,7 @@ param (
|
||||
[string] $SubscriptionId,
|
||||
|
||||
[Parameter()]
|
||||
[ValidateRange(1, [int]::MaxValue)]
|
||||
[ValidateRange(1, 7*24)]
|
||||
[int] $DeleteAfterHours = 48
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user