Skip to content

Commit 7d0376c

Browse files
committed
minor fixes to test cases
1 parent 701f77f commit 7d0376c

File tree

3 files changed

+10068
-11
lines changed

3 files changed

+10068
-11
lines changed

src/azure-cli/azure/cli/command_modules/sql/custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6633,7 +6633,7 @@ def failover_group_update(
66336633

66346634
instance.read_only_endpoint = FailoverGroupReadOnlyEndpoint(
66356635
failover_policy=readonly_failover_policy if readonly_failover_policy is not None else instance.read_only_endpoint.failover_policy,
6636-
target_server=readonly_endpoint_target if readonly_endpoint_target is not None else instance.readonly_endpoint_target)
6636+
target_server=readonly_endpoint_target if readonly_endpoint_target is not None else instance.read_only_endpoint.target_server)
66376637

66386638
return instance
66396639

0 commit comments

Comments
 (0)