Skip to content

Repo used for tracking changes on various Power Platform deprecation pages

Notifications You must be signed in to change notification settings

tcorcor1/power-platform-deprecation-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

PowerApps Dataverse PowerAutomate PowerBI PowerPages PowerVirtualAgents

Power Platform Deprecation Tracker

📌 For D365 Finance & Operations deprecation announcements please see D365 Finance & Ops Deprecation Tracker

Repository designed for tracking and notifiying subscribers on changes to Microsoft Power Platform deprecation pages.

Tracked pages as of 12/6/2022:

I would love to track more pages and expand on this idea. If you have suggestions for pages please leave a comment on my blog post or drop an issue here.

How it works

Every 12 hours, an Azure function will scrape pages and check for changes. If it finds updates, it will create a commit and release. If you watch this repo, you will receive an email upon each release.

If you don't want any emails, just star the repo and pop in once in a while to check out the history on the files, i.e. /pages/powerplatform-deprecations.txt.

Tech used

  • HtmlAgilityPack - HTML parser written in C# to read/write DOM and supports plain XPATH or XSLT
  • Octokit for .NET - A GitHub API client library for .NET
  • Azure Functions