Skip to content

Repo used for tracking changes on various D365 F&O deprecation pages

Notifications You must be signed in to change notification settings

tcorcor1/d365-finance-ops-deprecation-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Commerce FinOps SupplyChain ProjectOps CoreHR

D365 Finance & Operations Deprecation Tracker

📌 For Power Platform deprecation announcements please see Power Platform deprecation tracker

Repository designed for tracking and notifying subscribers on changes to Microsoft Dynamics 365 Finance & Operations 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/d365-finance-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