-
Notifications
You must be signed in to change notification settings - Fork 150
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
[Functions]Do not enforce minimum version requirement on the core tools #395
Comments
@TurtleBeach - Moved the issue here |
cc: @soninaren We will roll out a fix in the core tools with right version |
Starting Function Runtime V2 GA, do not enforce min version of core tools requirement. Only print warning if not using latest. |
fixed here Azure/azure-functions-core-tools#739 |
@pragnagopa Is there any action we need to take for the plugin side? |
No action needed right now. We released an update to core tools |
I see.. |
@pragnagopa I guess this issue can be closed right? |
Plugin name and version
Funcitons
Moving notes from Azure/azure-functions-host#3363 (comment)
[INFO] Step 7 of 7: Installing function extensions if needed
[WARNING] Failed to get Azure Functions Core Tools version locally
[WARNING] Local Azure Functions Core Tools does not support extension auto-install, skip it in the package phase.
[WARNING] Local version of Azure Functions Core Tools (null) does not match the latest (2.0.2). Please update it for the best experience. See: https://aka.ms/azfunc-install
[INFO] Function extension installation done.
[INFO] Successfully built Azure Functions.
local.settings.json looks like this (after supposedly installing java extension)
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "",
"AzureWebJobsDashboard": "",
"FUNCTION_WORKER_RUNTIME": "java"
},
"ConnectionStrings": {}
}
The text was updated successfully, but these errors were encountered: