mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Insert sql bindings into Azure Functions (#1224)
* getting table name from a script * add InsertSqlInputBindingOperation * cleanup * move azure functions stuff out of dacfx service * cleanup * add tests * add another test * cleanup * add comments and connection string setting * addressing comments * change name to use add instead of insert
This commit is contained in:
@@ -1854,4 +1854,14 @@
|
||||
<comment>.
|
||||
Parameters: 0 - editionCode (int) </comment>
|
||||
</data>
|
||||
<data name="CouldntFindAzureFunction" xml:space="preserve">
|
||||
<value>Couldn't find Azure function with FunctionName {0} in {1}</value>
|
||||
<comment>.
|
||||
Parameters: 0 - functionName (string), 1 - fileName (string) </comment>
|
||||
</data>
|
||||
<data name="MoreThanOneAzureFunctionWithName" xml:space="preserve">
|
||||
<value>More than one Azure function found with the FunctionName {0} in {1}</value>
|
||||
<comment>.
|
||||
Parameters: 0 - functionName (string), 1 - fileName (string) </comment>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user