Charles Gagnon
c248400a6c
Add linting for copyright and unused usings ( #1416 )
...
* Add linting for copyright and unused usings
* Add one more + comment
* Enforce in build and fix errors
* Fix build
2022-03-04 15:17:29 -08:00
Lucy Zhang
aa902b78d8
Check if Azure Function method is async before adding output binding ( #1297 )
...
* check async before adding output binding
* nit
2021-11-11 15:48:44 -08:00
Kim Santiago
0f0df25119
Add error for sql bindings when .net 5 ( #1259 )
...
* add error for sql bindings when .net 5
* add test
* cleanup linq stuff and move out common code
2021-10-07 16:13:53 -07:00
Kim Santiago
c20af4f777
Get Azure functions operation ( #1228 )
...
* add GetAzureFunctions
* add tests
* cleanup
* check for quotes
* address other comments
* add logging and let error result get sent
* rename file
2021-08-18 17:05:27 -07:00
Kim Santiago
b1653b25e4
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
2021-08-04 13:02:52 -07:00