serverless-azure-functions
serverless-azure-functions copied to clipboard
Update azure functions core tool to use 4
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 vianpm run lint
Note: Some reported issues can be automatically fixed by runningnpm run lint:fix - [x] Write tests and confirm existing functionality is not broken.
Validate vianpm 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