Skip to content

Azure Functions CLI 0.92

Pre-release
Pre-release
Compare
Choose a tag to compare
@lindydonna lindydonna released this 07 Mar 01:49

This is a new release of the Azure Functions CLI to align with the new Functions Runtime 1.0.10774.

Bug fixes:

  • Fix command func settings add-storage-account. Closes #74
  • Fix help for func create. Closes #65
  • Traverse parent directories if no host.json is found in current directory for host start and publish. Closes #53
  • Add a default providerName for connectionStrings in ConfigurationManager. Closes #46
  • Filter http functions when displaying list of urls. Closes #58
  • Update build to prefer 32bit, to match the functions host