Skip to content

Commit

Permalink
Adding min and max value
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
  • Loading branch information
willdavsmith committed Jan 10, 2024
1 parent 67216f4 commit 1e09395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/sqldatabases.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ param allocatedStorage string = '20'
param licenseModel string = 'license-included'

@description('The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Defaults to 1.')
@minValue(0)
@maxValue(35)
param backupRetentionPeriod int = 1

@description('Database port')
Expand Down

0 comments on commit 1e09395

Please sign in to comment.