Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Feb 27, 2025
1 parent f22f90f commit 7105eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/modules/postgreSql/create.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ param highAvailability HighAvailabilityConfiguration?
@description('The availability zone for the PostgreSQL primary server')
param availabilityZone string

@description('The number of days to retain backups. If not specified, the default value of 7 days will be used.')
@description('The number of days to retain backups.')
@minValue(7)
@maxValue(35)
param backupRetentionDays int
Expand Down

0 comments on commit 7105eba

Please sign in to comment.