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 7105eba commit 7342992
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 @@ -54,7 +54,7 @@ param appInsightWorkspaceName string

@export()
type HighAvailabilityConfiguration = {
mode: 'ZoneRedundant'
mode: 'ZoneRedundant' | 'SameZone' | 'Disabled'
standbyAvailabilityZone: string
}

Expand Down

0 comments on commit 7342992

Please sign in to comment.