microsoftgraph / microsoftgraph/msgraph-sdk-powershell
Add a Get-MgChangeLog cmdlet
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 898
- Forks
- 230
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 31
Description
The Graph team just redesigned their change log page (not released yet), and added a bunch of filters to allow users to get the latest change log for various products, etc. so that they can see a filtered view, plus added an RSS feed for the ChangeLog. That's all great, but I'm a command-line oriented guy, and would love to see a Get-MgChangeLog cmdlet that does not require authentication that allows me to retrieve the entire change log or a filtered change log by using parameters to filter the data right in PowerShell. This would allow me to plug that cmdlet into my existing toolchain, solutions I have built on the Graph module bundle, etc. so that I can surface the change log details where it matters most in a manner that is useful to whoever needs the information.
AB#7418
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 reviewing the redesigned Change Log page and its RSS feed, then identify the repository entry points for adding a PowerShell cmdlet. Confirm the available filters and unauthenticated access requirements; done means Get-MgChangeLog can retrieve the full change log and filtered results without authentication. No files or tests are named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100