Enable SQL Auth Provider support (#21903)

This commit is contained in:
Cheena Malhotra
2023-03-03 12:49:01 -08:00
committed by GitHub
parent 0ac6f40559
commit aa350f7e49
25 changed files with 198 additions and 59 deletions

6
src/sql/azdata.d.ts vendored
View File

@@ -2499,7 +2499,11 @@ declare module 'azdata' {
/**
* Power BI
*/
PowerBi = 11
PowerBi = 11,
/**
* Represents custom resource URIs as received from server endpoint.
*/
Custom = 12
}
export interface DidChangeAccountsParams {