mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
[SQL Migration][Hotfix] Remove parameter from IR validation (#21800)
* Remove encryptConnection from validateIR * Use correct version * vbump to 1.2.6 for insiders release
This commit is contained in:
@@ -736,8 +736,8 @@ export async function validateIrDatabaseMigrationSettings(
|
||||
dataSource: sourceServerName,
|
||||
userName: migration._sqlServerUsername,
|
||||
password: migration._sqlServerPassword,
|
||||
// to-do: use correct value of encryptConnection and trustServerCertificate
|
||||
trustServerCertificate: trustServerCertificate,
|
||||
encryptConnection: true,
|
||||
authentication: migration._authenticationType,
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user