azure-functions-host
azure-functions-host copied to clipboard
Developer/jzaballos/merge commit from release
Issue describing the changes in this PR
Attempting to resolve a git issue where squash-merging removed the specific commit ID from git history and caused a diff.
https://github.com/Azure/azure-functions-host/commit/d48bd333ca23e7575d6aa276013e56f4a3fec1b8 is not in v3.x
even though the file is. https://github.com/Azure/azure-functions-host/compare/v3.x...release/3.0 This will fix that ONLY if not squashed when merged.
Pull request checklist
- [x] My changes do not require documentation changes
- [ ] Otherwise: Documentation issue linked to PR
- [x] My changes should not be added to the release notes for the next release
- [ ] Otherwise: I've added my notes to
release_notes.md
- [ ] Otherwise: I've added my notes to
- [x] My changes do not need to be backported to a previous version
- [ ] Otherwise: Backport tracked by issue/PR #issue_or_pr
- [x] My changes do not require diagnostic events changes
- Otherwise: I have added/updated all related diagnostic events and their documentation (Documentation issue linked to PR)
- [x] I have added all required tests (Unit tests, E2E tests)