microsoftgraph / microsoftgraph/msgraph-sdk-powershell

Access delta link from delta cmdlets

Open
#2,062 9 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

AutoREST-dependency Request: Feature
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.