The reason for this change is to have the index for the operation in cases where two identical operations target the same resource.
For example, if two identical remove operations target the same resource, the latter will fail because the first operation already removed the resource.
By having the index, we can accurately identify and report the failing operation.
The reason for this change is to have the index for the operation in cases where two identical operations target the same resource.
For example, if two identical remove operations target the same resource, the latter will fail because the first operation already removed the resource.
By having the index, we can accurately identify and report the failing operation.