microsoftgraph / microsoftgraph/msgraph-sdk-powershell
Access delta link from delta cmdlets
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 898
- Forks
- 230
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 31
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the delta cmdlets and their handling of the Microsoft Graph nextLink, then compare that flow with the linked delta-query documentation. Done means the final deltaLink is accessible to callers and can be supplied to a later delta command to resume tracking.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- api, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100