mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 17:23:25 -05:00
[SQL Bindings] Add tests for connection string execute step (#19594)
* add connection string execute step tests
This commit is contained in:
@@ -201,7 +201,7 @@ export async function createAzureFunction(node?: ITreeNodeInfo): Promise<void> {
|
||||
.withAdditionalProperties(propertyBag)
|
||||
.withConnectionInfo(connectionInfo).send();
|
||||
}
|
||||
// addtional execution step that will be used by vscode-azurefunctions to execute only when creating a new azure function project
|
||||
// additional execution step that will be used by vscode-azurefunctions to execute only when creating a new azure function project
|
||||
let connectionStringExecuteStep = createAddConnectionStringStep(projectFolder, connectionInfo, connectionStringInfo.connectionStringSettingName);
|
||||
|
||||
// create C# Azure Function with SQL Binding
|
||||
|
||||
Reference in New Issue
Block a user