mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 09:35:39 -05:00
Save username/password for BDC HDFS connections (#12667)
* Save username/password for BDC HDFS connections * comment
This commit is contained in:
@@ -255,7 +255,7 @@ export class SqlClusterSession {
|
||||
|
||||
public async getSqlClusterConnection(): Promise<SqlClusterConnection> {
|
||||
if (!this._sqlClusterConnection) {
|
||||
const sqlClusterConnectionParams = await getSqlClusterConnectionParams(this._sqlConnectionProfile);
|
||||
const sqlClusterConnectionParams = await getSqlClusterConnectionParams(this._sqlConnectionProfile, this._appContext);
|
||||
this._sqlClusterConnection = new SqlClusterConnection(sqlClusterConnectionParams);
|
||||
}
|
||||
return this._sqlClusterConnection;
|
||||
|
||||
Reference in New Issue
Block a user