Skip to content

Commit db84af2

Browse files
committed
Fix build error
1 parent 9d8cba8 commit db84af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sql/Sql/Replication/Services/AzureSqlDatabaseReplicationAdapter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ private AzureReplicationLinkModel CreateReplicationLinkModelFromResponse(string
393393
model.ServerName = serverName;
394394
model.DatabaseName = databaseName;
395395
model.AllowConnections = allowConnections;
396-
model.Location = resp.Location;
396+
model.Location = GetServerLocation(resourceGroupName, serverName);
397397
model.PartnerLocation = resp.PartnerLocation;
398398
model.PercentComplete = resp.PercentComplete.ToString();
399399
model.ReplicationState = resp.ReplicationState;

0 commit comments

Comments
 (0)