Skip to content

Commit

Permalink
Update sql failover resource example
Browse files Browse the repository at this point in the history
  • Loading branch information
harjain99 committed Jul 25, 2024
1 parent 623074e commit 45ab73d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/sql/sql.gyro
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ azure::sql-failover-group failover-example
database-ids: [$(azure::sql-database sql-database-example).id]
sql-server: $(azure::sql-server sql-server-example)
manual-read-and-write-policy: false
read-write-grace-period: 2
read-write-grace-period: 60
partner-server-ids: [$(azure::sql-server sql-server-example-partner-server).id]
read-only-policy-enabled: false
end
2 changes: 1 addition & 1 deletion src/main/java/gyro/azure/sql/SqlFailoverGroupResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* database-ids: [$(azure::sql-database sql-database-example).id]
* sql-server: $(azure::sql-server sql-server-example)
* manual-read-and-write-policy: false
* read-write-grace-period: 2
* read-write-grace-period: 60
* partner-server-ids: [$(azure::sql-server sql-server-example-partner-server).id]
* read-only-policy-enabled: false
* end
Expand Down

0 comments on commit 45ab73d

Please sign in to comment.