update entry commands for azure (#6423)

This commit is contained in:
Anthony Dresser
2019-07-18 15:16:55 -07:00
committed by GitHub
parent d63b741666
commit 1fc3e6edbf

View File

@@ -84,6 +84,6 @@ export function registerAzureResourceCommands(appContext: AppContext, tree: Azur
});
appContext.apiWrapper.registerCommand('azure.resource.signin', async (node?: TreeNode) => {
appContext.apiWrapper.executeCommand('sql.action.accounts.manageLinkedAccount');
appContext.apiWrapper.executeCommand('workbench.actions.modal.linkedAccount');
});
}