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

[Functions]Do not enforce minimum version requirement on the core tools #395

Closed
pragnagopa opened this issue Sep 20, 2018 · 8 comments
Closed
Assignees

Comments

@pragnagopa
Copy link
Member

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": {}
}

@pragnagopa
Copy link
Member Author

@TurtleBeach - Moved the issue here
@jdneo - Can you please take a look?

@pragnagopa
Copy link
Member Author

pragnagopa commented Sep 20, 2018

cc: @soninaren
We found the root cause func --version retruns 2.0.2.0 breaking the semver look up.

We will roll out a fix in the core tools with right version

@pragnagopa pragnagopa changed the title [Functions] Issue using latest core tools [Functions]Do not enforce minimum version requirement on the core tools Sep 20, 2018
@pragnagopa
Copy link
Member Author

pragnagopa commented Sep 20, 2018

Starting Function Runtime V2 GA, do not enforce min version of core tools requirement. Only print warning if not using latest.

@soninaren
Copy link

fixed here Azure/azure-functions-core-tools#739

@jdneo
Copy link
Member

jdneo commented Sep 21, 2018

@pragnagopa Is there any action we need to take for the plugin side?

@pragnagopa
Copy link
Member Author

No action needed right now. We released an update to core tools

@jdneo
Copy link
Member

jdneo commented Sep 21, 2018

I see..

@jdneo
Copy link
Member

jdneo commented Nov 1, 2018

@pragnagopa I guess this issue can be closed right?

@jdneo jdneo closed this as completed Jan 3, 2019
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

3 participants