You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL output bindings do not require the CommandType attribute, but between v4.0.1 of Microsoft.NET.Sdk.Functions and 4.1.0 it suddenly is required for a function with output bindings to start up. Downgrading the function project to v4.0.1 resolves the issue
SQL output bindings do not require the CommandType attribute, but between v4.0.1 of Microsoft.NET.Sdk.Functions and 4.1.0 it suddenly is required for a function with output bindings to start up. Downgrading the function project to v4.0.1 resolves the issue
Suspected culprit: #542
@kshyju @shreyabatra4
This is rather unfortunate because the updated package was recently picked up into templates as well:
Azure/azure-functions-templates@fe21b77
Azure/azure-functions-sql-extension#263
The text was updated successfully, but these errors were encountered: