From 00493d65550c3ec5e2f60300d7e3b71e003948db Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Tue, 21 Feb 2023 12:34:17 -0800 Subject: [PATCH] Add telemetry section to extension READMEs (#21994) * Add telemetry section to extension READMEs * Add separate links for VS Code --- extensions/admin-tool-ext-win/README.md | 4 ++++ extensions/azuremonitor/README.md | 4 ++++ extensions/dacpac/README.md | 4 ++++ extensions/data-workspace/README.md | 4 ++++ extensions/datavirtualization/README.md | 14 ++++++++++++++ extensions/import/README.md | 4 ++++ extensions/kusto/readme.md | 4 ++++ extensions/notebook/README.md | 4 ++++ extensions/query-history/README.md | 4 ++++ extensions/resource-deployment/README.md | 4 ++++ extensions/schema-compare/README.md | 4 ++++ extensions/sql-assessment/README.md | 4 ++++ extensions/sql-bindings/README.md | 4 ++++ extensions/sql-database-projects/README.md | 4 ++++ extensions/sql-migration/README.md | 4 ++++ 15 files changed, 70 insertions(+) diff --git a/extensions/admin-tool-ext-win/README.md b/extensions/admin-tool-ext-win/README.md index 2a1d1acc14..08f3907dcc 100644 --- a/extensions/admin-tool-ext-win/README.md +++ b/extensions/admin-tool-ext-win/README.md @@ -23,6 +23,10 @@ Both of these are available as menu items on the context menu for nodes in the O ## Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +## Telemetry + +This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting). + ## Privacy Statement The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software. diff --git a/extensions/azuremonitor/README.md b/extensions/azuremonitor/README.md index 7a590cfee6..761eddd27f 100644 --- a/extensions/azuremonitor/README.md +++ b/extensions/azuremonitor/README.md @@ -30,6 +30,10 @@ This extension lives in the [azuredatastudio repo](https://github.com/microsoft/ This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +## Telemetry + +This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting). + ## Privacy Statement The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software. diff --git a/extensions/dacpac/README.md b/extensions/dacpac/README.md index 572744adc2..b84ac7ee54 100644 --- a/extensions/dacpac/README.md +++ b/extensions/dacpac/README.md @@ -23,6 +23,10 @@ To learn more about Data-Tier Applications and working with dacpac and bacpac fi This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +## Telemetry + +This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting). + ## Privacy Statement The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software. diff --git a/extensions/data-workspace/README.md b/extensions/data-workspace/README.md index b6df98db39..bea5fde63d 100644 --- a/extensions/data-workspace/README.md +++ b/extensions/data-workspace/README.md @@ -16,6 +16,10 @@ This extension is built into Azure Data Studio and will show up under the list o This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +## Telemetry + +This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here for Azure Data Studio](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting) or [here for VS Code](https://code.visualstudio.com/docs/getstarted/telemetry#_disable-telemetry-reporting). + ## Privacy Statement The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software. diff --git a/extensions/datavirtualization/README.md b/extensions/datavirtualization/README.md index 585089e2d3..16722fb2b3 100644 --- a/extensions/datavirtualization/README.md +++ b/extensions/datavirtualization/README.md @@ -32,3 +32,17 @@ This extension adds Data Virtualization support for SQL Server 2019 and above. T # Known Issues * You will not be able to preview files in HDFS which are over 30MB. * All the files in the HDFS folder for Virtualize Data From CSV Files to work properly would need to have the same file extension (.csv) and conform to the same schema. If there are .csv files which are of different schema then the wizard will still open but you will not be able to create the external table. + +## Telemetry + +This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting). + +## Privacy Statement + +The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software. + +## License + +Copyright (c) Microsoft Corporation. All rights reserved. + +Licensed under the [Source EULA](https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt). diff --git a/extensions/import/README.md b/extensions/import/README.md index 05e815acab..577a0709ba 100644 --- a/extensions/import/README.md +++ b/extensions/import/README.md @@ -39,6 +39,10 @@ Licensed under the [MICROSOFT SQL SERVER IMPORT EXTENSION EULA](https://raw.gith This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +## Telemetry + +This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting). + ## Privacy Statement The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software. diff --git a/extensions/kusto/readme.md b/extensions/kusto/readme.md index 5ec1fa1afb..b649c7918b 100644 --- a/extensions/kusto/readme.md +++ b/extensions/kusto/readme.md @@ -42,6 +42,10 @@ This extension lives in the [azuredatastudio repo](https://github.com/microsoft/ This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +## Telemetry + +This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting). + ## Privacy Statement The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software. diff --git a/extensions/notebook/README.md b/extensions/notebook/README.md index be68b225ed..2e6fef5659 100644 --- a/extensions/notebook/README.md +++ b/extensions/notebook/README.md @@ -12,6 +12,10 @@ Download a [sample book](https://github.com/jupyter/jupyter-book) and open folde This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +## Telemetry + +This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting). + ## Privacy Statement The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software. diff --git a/extensions/query-history/README.md b/extensions/query-history/README.md index e7719f6f5a..5ca7537477 100644 --- a/extensions/query-history/README.md +++ b/extensions/query-history/README.md @@ -63,6 +63,10 @@ If persistence is not enabled then all information is stored in-memory and not p ## Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +## Telemetry + +This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting). + ## Privacy Statement The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software. diff --git a/extensions/resource-deployment/README.md b/extensions/resource-deployment/README.md index dc1e286f53..c4bd953134 100644 --- a/extensions/resource-deployment/README.md +++ b/extensions/resource-deployment/README.md @@ -6,6 +6,10 @@ Welcome to the Resource Deployment Extension for Azure Data Studio! this extensi This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +## Telemetry + +This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting). + ## Privacy Statement The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software. diff --git a/extensions/schema-compare/README.md b/extensions/schema-compare/README.md index 4f0703641d..01ebfaf6e2 100644 --- a/extensions/schema-compare/README.md +++ b/extensions/schema-compare/README.md @@ -20,6 +20,10 @@ Schema Compare was created to add the ability to compare the schemas from .dacpa This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +## Telemetry + +This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting). + ## Privacy Statement The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software. diff --git a/extensions/sql-assessment/README.md b/extensions/sql-assessment/README.md index 1b832fb433..fd46dc961f 100644 --- a/extensions/sql-assessment/README.md +++ b/extensions/sql-assessment/README.md @@ -23,6 +23,10 @@ Assessment session results can be reviewed on the **History** tab. ## Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +## Telemetry + +This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting). + ## Privacy Statement The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software. diff --git a/extensions/sql-bindings/README.md b/extensions/sql-bindings/README.md index a55cddf0ea..9fea675c90 100644 --- a/extensions/sql-bindings/README.md +++ b/extensions/sql-bindings/README.md @@ -29,6 +29,10 @@ Learn more about Azure Functions with SQL bindings [here](https://aka.ms/sqlbind This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +## Telemetry + +This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here](https://code.visualstudio.com/docs/getstarted/telemetry#_disable-telemetry-reporting). + ## Privacy Statement The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software. diff --git a/extensions/sql-database-projects/README.md b/extensions/sql-database-projects/README.md index 7060fe6ca9..8c9790d90d 100644 --- a/extensions/sql-database-projects/README.md +++ b/extensions/sql-database-projects/README.md @@ -26,6 +26,10 @@ Please report issues and feature requests [here.](https://github.com/microsoft/a This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +## Telemetry + +This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here for Azure Data Studio](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting) or [here for VS Code](https://code.visualstudio.com/docs/getstarted/telemetry#_disable-telemetry-reporting). + ## Privacy Statement The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software. diff --git a/extensions/sql-migration/README.md b/extensions/sql-migration/README.md index 3a121d9121..0d13e8bdee 100644 --- a/extensions/sql-migration/README.md +++ b/extensions/sql-migration/README.md @@ -49,6 +49,10 @@ If your migration is affected by unexpected issues, [open a support ticket to ge ## Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +## Telemetry + +This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting). + ## Privacy Statement The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software.