Removed the PRIVACY.md file, as our solution doesn't collect telemetry (only the underlying services do)
Purpose
As per an email from Jeff Wilcox, the PRIVACY.md file is not required if our solution isn't explicitly sending telemetry. Only the underlying services (Cognitive Search and QnA Maker) are collecting telemetry.
Does this introduce a breaking change?
[ ] Yes
[X] No
Pull Request Type
What kind of change does this Pull Request introduce?
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[X] Documentation content changes
[ ] Other... Please describe:
How to Test
Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
Removed the PRIVACY.md file, as our solution doesn't collect telemetry (only the underlying services do)
Purpose
As per an email from Jeff Wilcox, the PRIVACY.md file is not required if our solution isn't explicitly sending telemetry. Only the underlying services (Cognitive Search and QnA Maker) are collecting telemetry.
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