Commit 211fadd
Fix PartnerServerName check in GetAzureSqlDatabaseReplicationLink.cs (#13433)
* Fix PartnerServerName check
Fix check for PartnerServerName param check to look for string literal instead of value of variable.
* Update ChangeLog.md
* Use nameof to avoid magic string
Co-authored-by: Yeming Liu <[email protected]>
Co-authored-by: Yeming Liu <[email protected]>1 parent 916643b commit 211fadd
File tree
2 files changed
+2
-1
lines changed- src/Sql/Sql
- Replication/Cmdlet
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments