Azure-Samples / Azure-Time-Series-Insights

Sample modules written in different languages that can be used as templates for applications needing to query Time Series Insights
MIT License
21 stars 31 forks source link

Add GA Manage Reference Data API example using MSAL.NET #12

Closed KingdomOfEnds closed 4 years ago

KingdomOfEnds commented 4 years ago

Purpose

  1. To better address: https://github.com/MicrosoftDocs/azure-docs/issues/43477
  2. To update and refresh: https://docs.microsoft.com/azure/time-series-insights/time-series-insights-manage-reference-data-csharp

We can inject the code sample directly into the documentation article above.

These were tested and were working fine using my AAD and TSI GA settings.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Documentation content changes
[ ] Other... Please describe:

How to Test

Test the code

What to Check

Verify that the following are valid

Other Information

Virginia001 commented 4 years ago

@KingdomOfEnds Checked it and everything looks good.