From 3320bb55c20ec1d2acd5d4c83411832cef252863 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 29 Mar 2023 15:40:01 -0700 Subject: [PATCH] Update privacy documentation (#22520) * Update privacy documentation * move --- PRIVACY.md | 3 +++ README.md | 6 +++++- extensions/admin-tool-ext-win/README.md | 2 +- extensions/azuremonitor/README.md | 2 +- extensions/dacpac/README.md | 2 +- extensions/data-workspace/README.md | 2 +- extensions/datavirtualization/README.md | 2 +- extensions/import/README.md | 2 +- extensions/kusto/readme.md | 2 +- extensions/notebook/README.md | 2 +- extensions/query-history/README.md | 2 +- extensions/resource-deployment/README.md | 2 +- extensions/schema-compare/README.md | 2 +- extensions/sql-assessment/README.md | 2 +- extensions/sql-database-projects/README.md | 2 +- extensions/sql-migration/README.md | 2 +- 16 files changed, 22 insertions(+), 15 deletions(-) create mode 100644 PRIVACY.md diff --git a/PRIVACY.md b/PRIVACY.md new file mode 100644 index 0000000000..225205e425 --- /dev/null +++ b/PRIVACY.md @@ -0,0 +1,3 @@ +# Data Collection + +The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at . You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices. diff --git a/README.md b/README.md index 3203368d15..c13c5a30a9 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,12 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Localization Azure Data Studio is localized into 10 languages: French, Italian, German, Spanish, Simplified Chinese, Traditional Chinese, Japanese, Korean, Russian, and Portuguese (Brazil). The language packs are available in the Extension Manager marketplace. Simply, search for the specific language using the extension marketplace and install. Once you install the selected language, Azure Data Studio will prompt you to restart with the new language. +## Telemetry + +Azure Data Studio 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 in the [disable telemetry reporting](https://aka.ms/ads-disable-telemetry) documentation. + ## Privacy Statement -The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/privacystatement) describes the privacy statement of this software. +The [Microsoft Privacy Statement](https://go.microsoft.com/fwlink/?LinkID=824704) describes the privacy statement of this software. ## Contributions and "Thank You" We would like to thank all our users who raised issues, and in particular the following users who helped contribute fixes: diff --git a/extensions/admin-tool-ext-win/README.md b/extensions/admin-tool-ext-win/README.md index 7db7d09e0e..6c6729752a 100644 --- a/extensions/admin-tool-ext-win/README.md +++ b/extensions/admin-tool-ext-win/README.md @@ -25,7 +25,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Telemetry -This extension 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 in the Azure Data Studio [disable telemetry reporting](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting) documentation. +This extension 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 in the Azure Data Studio [disable telemetry reporting](https://aka.ms/ads-disable-telemetry) documentation. ## Privacy Statement diff --git a/extensions/azuremonitor/README.md b/extensions/azuremonitor/README.md index c8f1e7be59..3db4c5fddf 100644 --- a/extensions/azuremonitor/README.md +++ b/extensions/azuremonitor/README.md @@ -32,7 +32,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Telemetry -This extension 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 in the Azure Data Studio [disable telemetry reporting](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting) documentation. +This extension 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 in the Azure Data Studio [disable telemetry reporting](https://aka.ms/ads-disable-telemetry) documentation. ## Privacy Statement diff --git a/extensions/dacpac/README.md b/extensions/dacpac/README.md index f91ced9f83..f5024b7fbd 100644 --- a/extensions/dacpac/README.md +++ b/extensions/dacpac/README.md @@ -25,7 +25,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Telemetry -This extension 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 in the Azure Data Studio [disable telemetry reporting](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting) documentation. +This extension 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 in the Azure Data Studio [disable telemetry reporting](https://aka.ms/ads-disable-telemetry) documentation. ## Privacy Statement diff --git a/extensions/data-workspace/README.md b/extensions/data-workspace/README.md index 96fb89d26c..8be74e211f 100644 --- a/extensions/data-workspace/README.md +++ b/extensions/data-workspace/README.md @@ -18,7 +18,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## 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). +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://aka.ms/ads-disable-telemetry) or [here for VS Code](https://code.visualstudio.com/docs/getstarted/telemetry#_disable-telemetry-reporting). ## Privacy Statement diff --git a/extensions/datavirtualization/README.md b/extensions/datavirtualization/README.md index c678d367e2..72d68dfe82 100644 --- a/extensions/datavirtualization/README.md +++ b/extensions/datavirtualization/README.md @@ -35,7 +35,7 @@ This extension adds Data Virtualization support for SQL Server 2019 and above. T ## Telemetry -This extension 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 in the Azure Data Studio [disable telemetry reporting](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting) documentation. +This extension 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 in the Azure Data Studio [disable telemetry reporting](https://aka.ms/ads-disable-telemetry) documentation. ## Privacy Statement diff --git a/extensions/import/README.md b/extensions/import/README.md index 59da8cb0e2..a69f767fd2 100644 --- a/extensions/import/README.md +++ b/extensions/import/README.md @@ -41,7 +41,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Telemetry -This extension 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 in the Azure Data Studio [disable telemetry reporting](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting) documentation. +This extension 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 in the Azure Data Studio [disable telemetry reporting](https://aka.ms/ads-disable-telemetry) documentation. ## Privacy Statement diff --git a/extensions/kusto/readme.md b/extensions/kusto/readme.md index 1474d0cf37..ab22e9722e 100644 --- a/extensions/kusto/readme.md +++ b/extensions/kusto/readme.md @@ -44,7 +44,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Telemetry -This extension 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 in the Azure Data Studio [disable telemetry reporting](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting) documentation. +This extension 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 in the Azure Data Studio [disable telemetry reporting](https://aka.ms/ads-disable-telemetry) documentation. ## Privacy Statement diff --git a/extensions/notebook/README.md b/extensions/notebook/README.md index a5c0e0cf5a..12b2147c22 100644 --- a/extensions/notebook/README.md +++ b/extensions/notebook/README.md @@ -14,7 +14,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Telemetry -This extension 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 in the Azure Data Studio [disable telemetry reporting](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting) documentation. +This extension 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 in the Azure Data Studio [disable telemetry reporting](https://aka.ms/ads-disable-telemetry) documentation. ## Privacy Statement diff --git a/extensions/query-history/README.md b/extensions/query-history/README.md index 14dc404fb9..70ab2c32d9 100644 --- a/extensions/query-history/README.md +++ b/extensions/query-history/README.md @@ -65,7 +65,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Telemetry -This extension 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 in the Azure Data Studio [disable telemetry reporting](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting) documentation. +This extension 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 in the Azure Data Studio [disable telemetry reporting](https://aka.ms/ads-disable-telemetry) documentation. ## Privacy Statement diff --git a/extensions/resource-deployment/README.md b/extensions/resource-deployment/README.md index 50ea1f4702..288c16245d 100644 --- a/extensions/resource-deployment/README.md +++ b/extensions/resource-deployment/README.md @@ -8,7 +8,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Telemetry -This extension 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 in the Azure Data Studio [disable telemetry reporting](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting) documentation. +This extension 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 in the Azure Data Studio [disable telemetry reporting](https://aka.ms/ads-disable-telemetry) documentation. ## Privacy Statement diff --git a/extensions/schema-compare/README.md b/extensions/schema-compare/README.md index 9ba44705e4..6b262df242 100644 --- a/extensions/schema-compare/README.md +++ b/extensions/schema-compare/README.md @@ -22,7 +22,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Telemetry -This extension 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 in the Azure Data Studio [disable telemetry reporting](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting) documentation. +This extension 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 in the Azure Data Studio [disable telemetry reporting](https://aka.ms/ads-disable-telemetry) documentation. ## Privacy Statement diff --git a/extensions/sql-assessment/README.md b/extensions/sql-assessment/README.md index 30547a2ebf..fd31ef83ac 100644 --- a/extensions/sql-assessment/README.md +++ b/extensions/sql-assessment/README.md @@ -25,7 +25,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Telemetry -This extension 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 in the Azure Data Studio [disable telemetry reporting](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting) documentation. +This extension 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 in the Azure Data Studio [disable telemetry reporting](https://aka.ms/ads-disable-telemetry) documentation. ## Privacy Statement diff --git a/extensions/sql-database-projects/README.md b/extensions/sql-database-projects/README.md index 5fae86ea78..00227d607e 100644 --- a/extensions/sql-database-projects/README.md +++ b/extensions/sql-database-projects/README.md @@ -28,7 +28,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## 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). +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://aka.ms/ads-disable-telemetry) or [here for VS Code](https://code.visualstudio.com/docs/getstarted/telemetry#_disable-telemetry-reporting). ## Privacy Statement diff --git a/extensions/sql-migration/README.md b/extensions/sql-migration/README.md index 9986d6122d..aa044ddd65 100644 --- a/extensions/sql-migration/README.md +++ b/extensions/sql-migration/README.md @@ -49,7 +49,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Telemetry -This extension 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 in the Azure Data Studio [disable telemetry reporting](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting) documentation. +This extension 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 in the Azure Data Studio [disable telemetry reporting](https://aka.ms/ads-disable-telemetry) documentation. ## Privacy Statement