Azure Functions CLI 4.6.0
Host Version
- Host Runtime Version: 4.1045.200
- In-Proc CLI:
- CLI Version: 4.3.0
- Host Runtime Version: 4.44.100 (includes 4.844.100, 4.644.100)
Changes
- Fix .gitignore to allow PowerShell module bin folders (#4574)
- Refactor to use msbuild for determining .NET target framework & add support multiple TFMs (#4715)
- When using
func init --docker-onlyon a .NET project with multiple target frameworks, the CLI will now
prompt the user to select which target framework to use for the Dockerfile.
- When using
- Enhanced dotnet installation discovery by adopting the same
Muxerlogic used by the .NET SDK itself (#4732) - Update .NET templates package version to 4.0.5337 (#4728)
- Fix
func pack --build-native-depsfailure on Windows for Python 3.13+ (#4742) - Add deprecation warning for extension bundles during function app publish (#4700)
- Update the TypeScript project template to improve interoperability (#4739)
- Upgrade
typescriptfrom^4.0.0to^5.0.0 - Add
"esModuleInterop": trueoption totsconfig.json
- Upgrade
- Cleaned up
func --helpoutput and fixed validation errors when using the--helpflag for specific commands (#4748) - Improved
func init --helpoutput to better display options for each worker runtime (#4748) - Fix F# project & template initialization via
func init | new(#4749) - Log a warning if remote build is used for Python 3.14 flex app (#4755)