-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename Azure Function ToDeleteTrigger to DataDeletionTrigger #2592
Rename Azure Function ToDeleteTrigger to DataDeletionTrigger #2592
Conversation
…ture/1968-airlock-handle-request-cancellation
…ture/1968-airlock-handle-request-cancellation
…ture/1968-airlock-handle-request-cancellation
Co-authored-by: Elad Iwanir <13205761+eladiw@users.noreply.github.com>
Co-authored-by: Elad Iwanir <13205761+eladiw@users.noreply.github.com>
…ture/1968-airlock-handle-request-cancellation
Unit Test Results21 tests +4 21 ✔️ +4 0s ⏱️ -11s Results for commit ae62639. ± Comparison against base commit e6b62f4. This pull request removes 17 and adds 21 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
…8-rename-to-delete-trigger � Conflicts: � airlock_processor/StatusChangedQueueTrigger/function.json � airlock_processor/tests/test_data_deletion_trigger.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/3051774474 (with refid (in response to this comment from @yuvalyaron) |
Part of #1968
What is being addressed
As discussed in PR #2584, ToDeleteTrigger is renamed to DataDeletionTrigger
How is this addressed