power-platform-deprecation-tracker
power-platform-deprecation-tracker copied to clipboard
Repo used for tracking changes on various Power Platform deprecation pages
Power Platform Deprecation Tracker
:pushpin: 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:
- Important changes (deprecations) coming in Power Apps and Power Automate
- Important changes (deprecations) coming in Dynamics 365 Sales
- Important changes (deprecations) coming in Dynamics 365 Customer Service
- Important changes (deprecations) coming in Dynamics 365 for Field Service
- Important changes (deprecations) coming in canvas apps
- Important changes (deprecations) coming in Power Apps portals
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