mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 09:35:37 -05:00
Update vscode-mssql.d.ts to match what's in the vscode-mssql repo (#22830)
* update vscode-mssql.d.ts * update extensions that need updates because of the vscode-mssql.d.ts changes * remove skip * fix sql projects tests failing because vscode-mssql couldn't be found
This commit is contained in:
@@ -24,6 +24,33 @@ export function createContext(): TestContext {
|
||||
key: undefined!,
|
||||
displayInfo: undefined!,
|
||||
properties: {
|
||||
azureAuthType: 0,
|
||||
providerSettings: {
|
||||
scopes: [],
|
||||
displayName: '',
|
||||
id: '',
|
||||
clientId: '',
|
||||
loginEndpoint: '',
|
||||
portalEndpoint: '',
|
||||
redirectUri: '',
|
||||
resources: {
|
||||
windowsManagementResource: {
|
||||
id: '',
|
||||
resource: '',
|
||||
endpoint: ''
|
||||
},
|
||||
azureManagementResource: {
|
||||
id: '',
|
||||
resource: '',
|
||||
endpoint: ''
|
||||
}
|
||||
}
|
||||
},
|
||||
isMsAccount: false,
|
||||
owningTenant: {
|
||||
id: '',
|
||||
displayName: ''
|
||||
},
|
||||
tenants: [{
|
||||
id: '',
|
||||
displayName: ''
|
||||
|
||||
Reference in New Issue
Block a user