mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Enabled SQL MIAA deployment in direct mode (#17874)
* Added customlocation, location, resource group, and connection mode to controllerinfo. Updated SQL MIAA create notebook with direct mode params. * Removed annotations from metadata in postgres test file. * Only parse the customlocation if the connection mode is direct. Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
6
extensions/arc/src/typings/arc.d.ts
vendored
6
extensions/arc/src/typings/arc.d.ts
vendored
@@ -39,7 +39,11 @@ declare module 'arc' {
|
||||
kubeClusterContext: string,
|
||||
namespace: string,
|
||||
name: string,
|
||||
resources: ResourceInfo[]
|
||||
resources: ResourceInfo[],
|
||||
resourceGroup: string,
|
||||
connectionMode: string,
|
||||
location: string,
|
||||
customLocation: string
|
||||
};
|
||||
|
||||
export interface DataController {
|
||||
|
||||
Reference in New Issue
Block a user