I've been using this library to fetch ApplicationInsights data from Azure (https://www.nuget.org/packages/Microsoft.Azure.ApplicationInsights/), but it's only a preview library and is kind of dated (last updated 19/04/2018).
I'm using an AD role associated with my ApplicationInsights data to permit it's use - which works - but I would like to use a package that's a bit more modern/supported. Is there an updated version of this package that I'm missing or an alternative to the ApplicationInsightsDataClient
hidden in the main ApplicationInsights nuget package that I'm missing (I really don't want to have to build my own REST wrapper since I am sure this is something that Microsoft or someone else has done already)?
Thanks!