Renamed folders and updated Readme files for better understanding.
Updated DataPlaneClientSampleApp program to work new Gen2 GA changes.
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
Get the code
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.
Test the code
What to Check
Verify that the following are valid
All 12 queries mentioned in the Sample App should be executed successfully without any error.
Purpose
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Other Information