mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Separate SQL MIAA from SQL Instance tile (#20244)
* Made SQL MIAA a new tile from New Deployment * Remove MIAA from SQL tile. Fix helptext for MIAA tile. * Switched positions of sql miaa and pg tiles. Made New Instance have miaa instead of sql tile. Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -147,9 +147,8 @@ export class ControllerDashboardOverviewPage extends DashboardPage {
|
|||||||
newInstance.onDidClick(async () => {
|
newInstance.onDidClick(async () => {
|
||||||
const node = this._controllerModel.treeDataProvider.getControllerNode(this._controllerModel);
|
const node = this._controllerModel.treeDataProvider.getControllerNode(this._controllerModel);
|
||||||
await vscode.commands.executeCommand('azdata.resource.deploy',
|
await vscode.commands.executeCommand('azdata.resource.deploy',
|
||||||
'azure-sql-mi', // Default option
|
'arc-sql', // Default option
|
||||||
['azure-sql-mi', 'arc-postgres'], // Type filter
|
['arc-sql', 'arc-postgres'], // Type filter
|
||||||
{ 'azure-sql-mi': { 'mi-type': ['arc-mi'] } }, // Options filter
|
|
||||||
{ 'CONTROLLER_NAME': node?.label });
|
{ 'CONTROLLER_NAME': node?.label });
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user