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 Gen2 GA Samples and Remove Preview Samples #18

Closed Sandip-Raiyani closed 4 years ago

Sandip-Raiyani commented 4 years ago

Purpose

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)
[x] Refactoring (no functional changes, no api changes)
[x] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone https://github.com/Azure-Samples/Azure-Time-Series-Insights.git
cd Gen2-Sample/CSharp-TSI-Gen2-Sample/
git checkout user/saraiyan/feat-gen2samples
Open the TSIGen2DataPlaneclient.sln solution and set DataPlaneClientSampleApp as the default project in Visual Studio.
Start the app and run all the queries.

What to Check

Verify that the following are valid

Other Information