mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
[Azure Arc] Update MIAA model to include encryption properties (#21702)
This commit is contained in:
4
extensions/arc/src/typings/arc.d.ts
vendored
4
extensions/arc/src/typings/arc.d.ts
vendored
@@ -20,7 +20,9 @@ declare module 'arc' {
|
||||
}
|
||||
|
||||
export type MiaaResourceInfo = ResourceInfo & {
|
||||
userName?: string
|
||||
userName?: string,
|
||||
encrypt?: string,
|
||||
trustServerCertificate?: boolean
|
||||
};
|
||||
|
||||
export type PGResourceInfo = ResourceInfo & {
|
||||
|
||||
Reference in New Issue
Block a user