system.unassign_system - support batching #4474

This commit is contained in:
Andrej730
2024-04-11 16:59:39 +05:00
parent 6b48e8b4b9
commit e66ac3d7db
6 changed files with 72 additions and 21 deletions
@@ -82,6 +82,9 @@ ARGUMENTS_DEPRECATION = {
"system.assign_system": partial(
batching_argument_deprecation, prev_argument="product", new_argument="products"
),
"system.unassign_system": partial(
batching_argument_deprecation, prev_argument="product", new_argument="products"
),
}