Azure / azure-functions-core-tools

Command line tools for Azure Functions
MIT License
1.28k stars 423 forks source link

Use azure.functions library from extension bundle #1340

Open maiqbal11 opened 5 years ago

maiqbal11 commented 5 years ago

We will be pulling the azure.functions library from extension bundles in the future. This will most likely take the form of a pip install azure-functions==<version> with the version being pulled from metadata in the bundle. We should not need to package the actual files within the bundle.

fabiocav commented 4 years ago

@anirudhgarg how do you want to assign this?