Skip to content

Commit

Permalink
[SQL] BREAKING CHANGE: az sql failover-group create: Change default f…
Browse files Browse the repository at this point in the history
…ailover policy to manual (#30177)
  • Loading branch information
saljain0101 authored Nov 8, 2024
1 parent db505d1 commit 112ff2c
Show file tree
Hide file tree
Showing 2 changed files with 1,208 additions and 1,224 deletions.
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/sql/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -6432,7 +6432,7 @@ def failover_group_create(
partner_server,
secondary_type=None,
partner_resource_group=None,
failover_policy=FailoverPolicyType.automatic.value,
failover_policy=FailoverPolicyType.manual.value,
grace_period=1,
add_db=None):
'''
Expand Down
Loading

0 comments on commit 112ff2c

Please sign in to comment.