serverless-azure-functions icon indicating copy to clipboard operation
serverless-azure-functions copied to clipboard

Update azure functions core tool to use 4

Open BartInTheField opened this issue 2 years ago • 0 comments

What did you implement:

Update the azure functions tools to use the newest version, needed for local development

How did you implement it:

Changed dependency in package.json

How can we verify it:

Todos:

Note: Run npm run test:ci to run all validation checks on proposed changes

  • [x] Ensure there are no lint errors.
    Validate via npm run lint
    Note: Some reported issues can be automatically fixed by running npm run lint:fix
  • [x] Write tests and confirm existing functionality is not broken.
    Validate via npm test
  • [ ] Write documentation
  • [ ] Provide verification config / commands / resources
  • [x] Enable "Allow edits from maintainers" for this PR
  • [ x Update the messages below

Is this ready for review?: YES Is it a breaking change?: NO

BartInTheField avatar Feb 23 '23 15:02 BartInTheField