Skip to content

chore(deps-dev): bump azure-functions-core-tools from 4.6.0 to 4.9.0 in /test/instrumentation/azure-functions/fixtures/azfunc3#5038

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/test/instrumentation/azure-functions/fixtures/azfunc3/azure-functions-core-tools-4.9.0
Open

chore(deps-dev): bump azure-functions-core-tools from 4.6.0 to 4.9.0 in /test/instrumentation/azure-functions/fixtures/azfunc3#5038
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/test/instrumentation/azure-functions/fixtures/azfunc3/azure-functions-core-tools-4.9.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Bumps azure-functions-core-tools from 4.6.0 to 4.9.0.

Release notes

Sourced from azure-functions-core-tools's releases.

4.9.0

Azure Functions CLI 4.9.0

Host Version

  • Host Runtime Version: 4.1047.100
  • In-Proc CLI:
    • CLI Version: 4.4.0
    • Host Runtime Version: 4.46.100 (includes 4.846.100, 4.646.100)

Changes

  • Fix AzureFunctionsJobHost__logging__logLevel__Function override from local.settings.json being ignored due to the host pre-setting the environment variable before user configuration was loaded (#4815)
  • Fix ArgumentNullException: Value cannot be null. (Parameter 'input') during func azure functionapp publish for non-.NET runtimes (PowerShell, Node.js, Python, Java) on Windows function apps (#4822)

4.8.0

Azure Functions CLI 4.8.0

Host Version

  • Host Runtime Version: 4.1046.100
  • In-Proc CLI:
    • CLI Version: 4.4.0
    • Host Runtime Version: 4.46.100 (includes 4.846.100, 4.646.100)

Breaking Changes

  • Python 3.7 and 3.8 are no longer supported. These versions have reached end-of-life. Please upgrade to Python 3.9 or later to continue using Azure Functions Core Tools. (#4756)

Changes

  • Added end-of-life warnings for all runtime versions during func azure functionapp publish. (#4760)
  • Reduced console output noise by moving informational messages to verbose logging. (#4768)
  • Fixed an issue where creating an MCP Tool trigger function would fail with "Unknown template 'McpToolTrigger'" error. (#4768)
  • Added new func bundles commands for managing extension bundles (#4769)
    • func bundles download - Download the extension bundle configured in host.json with optional --force flag to re-download
    • func bundles list - List all downloaded extension bundles
    • func bundles path - Get the path to the downloaded extension bundle
    • func bundles add - Add extension bundle configuration to host.json with --channel flag to select GA (default), Preview, or Experimental bundles
    • Support for custom bundle download paths via AzureFunctionsJobHost__extensionBundle__downloadPath environment variable
  • Added --bundles-channel option to func init command to specify extension bundle channel (GA, Preview, or Experimental) during project initialization
  • Added global --offline variable to run in offline mode (#4772)
  • Fallback to cached bundles if there is no network connection during func start (#4772)
  • Enable offline support for func init and func new (#4775)
  • Improved error message for func azure functionapp publish when the connection fails due to networking restrictions, with a link to networking options documentation. (#4807)

4.7.0

Azure Functions CLI 4.7.0

Host Version

... (truncated)

Changelog

Sourced from azure-functions-core-tools's changelog.

Azure Functions CLI 4.9.0

Host Version

  • Host Runtime Version: 4.1047.100
  • In-Proc CLI:
    • CLI Version: 4.4.0
    • Host Runtime Version: 4.46.100 (includes 4.846.100, 4.646.100)

Changes

  • Fixed func pack --python stripping .dist-info directories from packaged dependencies (#4853)
Commits
  • 29aeab5 Bump version to 4.9.0 with host version 4.1047.100 (#4835)
  • 702ac23 Fix doc-sync: remove upstream sync step that causes 403 (#4839)
  • 800fc81 Update sync workflow to use a fork (#4837)
  • e4e5c71 Add doc-sync workflow for automated documentation PR generation (#4832)
  • 25df698 Fix ZipHelperTests CI failure by removing fragile directory traversal (#4831)
  • be8b118 Bump dotnet-sdk from 10.0.200 to 10.0.201 (#4830)
  • 9ba2b51 Add McpResourceTrigger template (#4782)
  • 6acc224 Fix ArgumentNullException ("input") during publish for non-.NET runtimes (lat...
  • abf6a3d Fix high severity minimatch ReDoS vulnerabilities in npm publish tools (#4826)
  • f0f13f7 Add installation command for Ubuntu 24.04 (#4816)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [azure-functions-core-tools](https://github.com/Azure/azure-functions-core-tools) from 4.6.0 to 4.9.0.
- [Release notes](https://github.com/Azure/azure-functions-core-tools/releases)
- [Changelog](https://github.com/Azure/azure-functions-core-tools/blob/main/release_notes.md)
- [Commits](Azure/azure-functions-core-tools@4.6.0...4.9.0)

---
updated-dependencies:
- dependency-name: azure-functions-core-tools
  dependency-version: 4.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 15, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 15, 2026 00:53
@github-actions
Copy link
Copy Markdown

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants