Skip to content

Commit

Permalink
PR Comments
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith committed Dec 13, 2023
1 parent 881b54c commit 67216f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/sqldatabases.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ param allocatedStorage string = '20'
@description('Database license model')
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 0.')
param backupRetentionPeriod int = 0
@description('The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Defaults to 1.')
param backupRetentionPeriod int = 1

@description('Database port')
param port int = 1433
Expand Down

0 comments on commit 67216f4

Please sign in to comment.