mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update entry commands for azure (#6423)
This commit is contained in:
@@ -84,6 +84,6 @@ export function registerAzureResourceCommands(appContext: AppContext, tree: Azur
|
|||||||
});
|
});
|
||||||
|
|
||||||
appContext.apiWrapper.registerCommand('azure.resource.signin', async (node?: TreeNode) => {
|
appContext.apiWrapper.registerCommand('azure.resource.signin', async (node?: TreeNode) => {
|
||||||
appContext.apiWrapper.executeCommand('sql.action.accounts.manageLinkedAccount');
|
appContext.apiWrapper.executeCommand('workbench.actions.modal.linkedAccount');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user