Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL output bindings suddenly requiring CommandType attribute #560

Open
dzsquared opened this issue Jun 6, 2022 · 0 comments
Open

SQL output bindings suddenly requiring CommandType attribute #560

dzsquared opened this issue Jun 6, 2022 · 0 comments

Comments

@dzsquared
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants