Update VS Code MSSQL typings (#18055)

* Update VS Code MSSQL typings

* fix compile
This commit is contained in:
Charles Gagnon
2022-01-12 11:31:01 -08:00
committed by GitHub
parent d00a7796d3
commit 19039c8fc7
2 changed files with 629 additions and 610 deletions

View File

@@ -285,7 +285,8 @@ export class DeployService {
trustServerCertificate: undefined,
typeSystemVersion: undefined,
workstationId: undefined,
profileName: profile.profileName
profileName: profile.profileName,
expiresOn: undefined
};
let connectionUrl = await vscodeMssqlApi.connect(connectionProfile, saveConnectionAndPassword);
return connectionUrl;

File diff suppressed because it is too large Load Diff