Open
Description
Customers can use the delta commands to list all changes on a resource from start to finish and the nextLink will be followed to the end as stated at Use delta query to track changes in Microsoft Graph data - Microsoft Graph | Microsoft Learn.
However, today there is no way to access the deltaLink, that's returned on the last page to track changes from "last delta call".
I want to be able to access the deltaLink as well as passing it to the delta command, so I can track the changes from the last call.