mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 02:32:35 -05:00
add unsupported version warning (#17219)
* add unsupported version warning * comments
This commit is contained in:
12
src/sql/azdata.proposed.d.ts
vendored
12
src/sql/azdata.proposed.d.ts
vendored
@@ -976,4 +976,16 @@ declare module 'azdata' {
|
||||
expiresOn?: number
|
||||
}
|
||||
}
|
||||
|
||||
export interface ConnectionInfoSummary {
|
||||
/**
|
||||
* Indicates whether the server version is supported by ADS. The default value is true. If the value is false, ADS will show a warning message.
|
||||
*/
|
||||
isSupportedVersion?: boolean;
|
||||
|
||||
/**
|
||||
* The messages that will be appended to the Azure Data Studio's warning message about unsupported versions.
|
||||
*/
|
||||
unsupportedVersionMessage?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user