[SQL Bindings] Add tests for connection string execute step (#19594)

* add connection string execute step tests
This commit is contained in:
Vasu Bhog
2022-06-02 13:49:25 -04:00
committed by GitHub
parent 9a79f7bf49
commit 4cb03a1ef0
3 changed files with 93 additions and 3 deletions

View File

@@ -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