mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 01:25:36 -05:00
Adds SQL Binding Create Azure Function with SQL Binding tests (#19538)
* add a couple of azure function service tests * address comments * use mock for azureFunctionExtensionAPI
This commit is contained in:
@@ -9,7 +9,7 @@ import * as azureFunctionsUtils from '../common/azureFunctionsUtils';
|
||||
|
||||
/**
|
||||
* This execute step is used to add a connection string to the local.settings.json file when creating a new Azure Functions project
|
||||
* and is needed due to vscode restarting the extension host after the user chooses to open project in new window or current window
|
||||
* and is needed due to vscode restarting the extension host after the user chooses to open project in new window or current window
|
||||
* through the createFunction API call for vscode-azurefunctions
|
||||
* @param projectFolder The folder containing the Azure Functions project
|
||||
* @param connectionInfo The connection info to use when creating the connection string
|
||||
|
||||
Reference in New Issue
Block a user