From e8a91f6dcb28bbe04b2ad1b73ed6bf73b4f11f8e Mon Sep 17 00:00:00 2001 From: Sima Zhu Date: Tue, 17 Nov 2020 09:26:27 -0800 Subject: [PATCH 1/2] Replace the invalid link to working one. --- sdk/batch/microsoft-azure-batch/README.md | 2 +- sdk/eventgrid/azure-messaging-eventgrid/README.md | 2 +- sdk/eventgrid/microsoft-azure-eventgrid/README.md | 2 +- sdk/keyvault/README.md | 2 +- sdk/loganalytics/microsoft-azure-loganalytics/README.md | 2 +- sdk/storage/azure-storage-file-share/README.md | 2 +- sdk/storage/azure-storage-queue/README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sdk/batch/microsoft-azure-batch/README.md b/sdk/batch/microsoft-azure-batch/README.md index 0cb76fd79fdb0..380f695003338 100644 --- a/sdk/batch/microsoft-azure-batch/README.md +++ b/sdk/batch/microsoft-azure-batch/README.md @@ -80,7 +80,7 @@ If you encounter any bugs with these libraries, please file issues via [Issues]( # Contribute Code -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/eventgrid/azure-messaging-eventgrid/README.md b/sdk/eventgrid/azure-messaging-eventgrid/README.md index 10364f75cc7a5..1eb8f8bbe5414 100644 --- a/sdk/eventgrid/azure-messaging-eventgrid/README.md +++ b/sdk/eventgrid/azure-messaging-eventgrid/README.md @@ -282,7 +282,7 @@ If you encounter any bugs with these SDKs, please file issues via [Issues](https ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/eventgrid/microsoft-azure-eventgrid/README.md b/sdk/eventgrid/microsoft-azure-eventgrid/README.md index a1e3df0c17ab6..7a7a488eebd25 100644 --- a/sdk/eventgrid/microsoft-azure-eventgrid/README.md +++ b/sdk/eventgrid/microsoft-azure-eventgrid/README.md @@ -37,7 +37,7 @@ If you encounter any bugs with these SDKs, please file issues via [Issues](https ## Contribute Code -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/keyvault/README.md b/sdk/keyvault/README.md index 7d91a22c8b2c4..fe45ebc188860 100644 --- a/sdk/keyvault/README.md +++ b/sdk/keyvault/README.md @@ -112,7 +112,7 @@ To run the recorded tests: ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/loganalytics/microsoft-azure-loganalytics/README.md b/sdk/loganalytics/microsoft-azure-loganalytics/README.md index 19a235d1127ca..d0dc6a0fa63d2 100644 --- a/sdk/loganalytics/microsoft-azure-loganalytics/README.md +++ b/sdk/loganalytics/microsoft-azure-loganalytics/README.md @@ -36,7 +36,7 @@ If you encounter any bugs with these SDKs, please file issues via [Issues](https ## Contribute Code -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/storage/azure-storage-file-share/README.md b/sdk/storage/azure-storage-file-share/README.md index 7f1ee3147b3fb..163440fe27953 100644 --- a/sdk/storage/azure-storage-file-share/README.md +++ b/sdk/storage/azure-storage-file-share/README.md @@ -511,7 +511,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope 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. -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/storage/azure-storage-queue/README.md b/sdk/storage/azure-storage-queue/README.md index a63b2a7a11888..effa4878661c5 100644 --- a/sdk/storage/azure-storage-queue/README.md +++ b/sdk/storage/azure-storage-queue/README.md @@ -464,7 +464,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope 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. -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) From 003ae5acb6e9a3b15f8665aa49628fcf3f95e530 Mon Sep 17 00:00:00 2001 From: Sima Zhu Date: Wed, 18 Nov 2020 12:38:09 -0800 Subject: [PATCH 2/2] Make changes on the rest readmes --- common/perf-test-core/README.md | 3 +-- sdk/core/azure-core-amqp-experimental/README.md | 3 +-- sdk/core/azure-core-amqp/README.md | 3 +-- sdk/core/azure-core-experimental/README.md | 3 +-- sdk/core/azure-core-http-jdk-httpclient/README.md | 3 +-- sdk/core/azure-core-http-netty/README.md | 3 +-- sdk/core/azure-core-http-okhttp/README.md | 3 +-- sdk/core/azure-core-management/README.md | 3 +-- sdk/core/azure-core-serializer-avro-apache/README.md | 3 +-- sdk/core/azure-core-serializer-avro-jackson/README.md | 3 +-- sdk/core/azure-core-serializer-json-gson/README.md | 3 +-- sdk/core/azure-core-serializer-json-jackson/README.md | 3 +-- sdk/core/azure-core-test/README.md | 3 +-- sdk/core/azure-core/README.md | 3 +-- sdk/identity/azure-identity-perf/README.md | 3 +-- sdk/resourcemanager/README.md | 3 +-- .../azure-resourcemanager-appplatform/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-appservice/README.md | 3 +-- .../azure-resourcemanager-authorization/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-cdn/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-compute/README.md | 3 +-- .../azure-resourcemanager-containerinstance/README.md | 3 +-- .../azure-resourcemanager-containerregistry/README.md | 3 +-- .../azure-resourcemanager-containerservice/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-cosmos/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-dns/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-eventhubs/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-keyvault/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-monitor/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-msi/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-network/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-perf/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-privatedns/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-redis/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-resources/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-samples/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-servicebus/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-sql/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-storage/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager-test/README.md | 3 +-- .../azure-resourcemanager-trafficmanager/README.md | 3 +-- sdk/resourcemanager/azure-resourcemanager/README.md | 3 +-- sdk/search/azure-search-perf/README.md | 3 +-- .../azure-messaging-servicebus-track1-perf/README.md | 3 +-- .../azure-messaging-servicebus-track2-perf/README.md | 3 +-- sdk/storage/azure-storage-perf/README.md | 3 +-- 46 files changed, 46 insertions(+), 92 deletions(-) diff --git a/common/perf-test-core/README.md b/common/perf-test-core/README.md index 66ac6bcfbd9f0..76cad2ccc4a4d 100644 --- a/common/perf-test-core/README.md +++ b/common/perf-test-core/README.md @@ -32,8 +32,7 @@ helps developers create their performance tests for their APIs. ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/core/azure-core-amqp-experimental/README.md b/sdk/core/azure-core-amqp-experimental/README.md index 08871b474d01c..fdb093b76e9f8 100644 --- a/sdk/core/azure-core-amqp-experimental/README.md +++ b/sdk/core/azure-core-amqp-experimental/README.md @@ -40,8 +40,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/core/azure-core-amqp/README.md b/sdk/core/azure-core-amqp/README.md index 6f218367be84b..09b37739336a8 100644 --- a/sdk/core/azure-core-amqp/README.md +++ b/sdk/core/azure-core-amqp/README.md @@ -40,8 +40,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/core/azure-core-experimental/README.md b/sdk/core/azure-core-experimental/README.md index 7bdd8338359f6..98f7ea9dccc6a 100644 --- a/sdk/core/azure-core-experimental/README.md +++ b/sdk/core/azure-core-experimental/README.md @@ -41,8 +41,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/core/azure-core-http-jdk-httpclient/README.md b/sdk/core/azure-core-http-jdk-httpclient/README.md index 880716ec4d2aa..b7149fe5a9448 100644 --- a/sdk/core/azure-core-http-jdk-httpclient/README.md +++ b/sdk/core/azure-core-http-jdk-httpclient/README.md @@ -74,8 +74,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/core/azure-core-http-netty/README.md b/sdk/core/azure-core-http-netty/README.md index c66bbff3c493d..520d9982ea675 100644 --- a/sdk/core/azure-core-http-netty/README.md +++ b/sdk/core/azure-core-http-netty/README.md @@ -66,8 +66,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in -[Microsoft Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/core/azure-core-http-okhttp/README.md b/sdk/core/azure-core-http-okhttp/README.md index c3669b4770293..f670d710dfec6 100644 --- a/sdk/core/azure-core-http-okhttp/README.md +++ b/sdk/core/azure-core-http-okhttp/README.md @@ -66,8 +66,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/core/azure-core-management/README.md b/sdk/core/azure-core-management/README.md index d9dcbc2c47e72..da543d7589355 100644 --- a/sdk/core/azure-core-management/README.md +++ b/sdk/core/azure-core-management/README.md @@ -46,8 +46,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/core/azure-core-serializer-avro-apache/README.md b/sdk/core/azure-core-serializer-avro-apache/README.md index 2c87682ff451d..a08fe6497f4cc 100644 --- a/sdk/core/azure-core-serializer-avro-apache/README.md +++ b/sdk/core/azure-core-serializer-avro-apache/README.md @@ -49,8 +49,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/core/azure-core-serializer-avro-jackson/README.md b/sdk/core/azure-core-serializer-avro-jackson/README.md index 6c2002ea51f5a..58f549932e74a 100644 --- a/sdk/core/azure-core-serializer-avro-jackson/README.md +++ b/sdk/core/azure-core-serializer-avro-jackson/README.md @@ -41,8 +41,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/core/azure-core-serializer-json-gson/README.md b/sdk/core/azure-core-serializer-json-gson/README.md index 4d4a8c35c600e..b50aaef30baf4 100644 --- a/sdk/core/azure-core-serializer-json-gson/README.md +++ b/sdk/core/azure-core-serializer-json-gson/README.md @@ -41,8 +41,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/core/azure-core-serializer-json-jackson/README.md b/sdk/core/azure-core-serializer-json-jackson/README.md index 6ed54ca1022ab..789dcc7960f4b 100644 --- a/sdk/core/azure-core-serializer-json-jackson/README.md +++ b/sdk/core/azure-core-serializer-json-jackson/README.md @@ -41,8 +41,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/core/azure-core-test/README.md b/sdk/core/azure-core-test/README.md index 816dc8d81d78f..91d4c611f03bd 100644 --- a/sdk/core/azure-core-test/README.md +++ b/sdk/core/azure-core-test/README.md @@ -120,8 +120,7 @@ Other useful packages are: ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in -[Microsoft Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/core/azure-core/README.md b/sdk/core/azure-core/README.md index 4060ffc32de71..ddf2b484fe3cd 100644 --- a/sdk/core/azure-core/README.md +++ b/sdk/core/azure-core/README.md @@ -90,8 +90,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in -[Microsoft Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/identity/azure-identity-perf/README.md b/sdk/identity/azure-identity-perf/README.md index 04c148ee8de3e..94f9c0774e871 100644 --- a/sdk/identity/azure-identity-perf/README.md +++ b/sdk/identity/azure-identity-perf/README.md @@ -22,8 +22,7 @@ Represents Performance tests for Azure Identity SDK for Java. ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/README.md b/sdk/resourcemanager/README.md index aab9395c1ec62..d103d451851c4 100644 --- a/sdk/resourcemanager/README.md +++ b/sdk/resourcemanager/README.md @@ -331,8 +331,7 @@ For details, please refer to [Guidance on ARM throttling][throttling]. ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in -[Microsoft Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-appplatform/README.md b/sdk/resourcemanager/azure-resourcemanager-appplatform/README.md index 8ebf6ce89fe0d..e2989e4ca5f43 100644 --- a/sdk/resourcemanager/azure-resourcemanager-appplatform/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-appplatform/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-appservice/README.md b/sdk/resourcemanager/azure-resourcemanager-appservice/README.md index 1ac88bf240111..93d4471b94fc0 100644 --- a/sdk/resourcemanager/azure-resourcemanager-appservice/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-appservice/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-authorization/README.md b/sdk/resourcemanager/azure-resourcemanager-authorization/README.md index c94f649012581..c08a7a9df8707 100644 --- a/sdk/resourcemanager/azure-resourcemanager-authorization/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-authorization/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-cdn/README.md b/sdk/resourcemanager/azure-resourcemanager-cdn/README.md index d3c48cb53823f..2d6a6d09c5e3f 100644 --- a/sdk/resourcemanager/azure-resourcemanager-cdn/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-cdn/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-compute/README.md b/sdk/resourcemanager/azure-resourcemanager-compute/README.md index 5ea0ec01077aa..8eea565ac77c0 100644 --- a/sdk/resourcemanager/azure-resourcemanager-compute/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-compute/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-containerinstance/README.md b/sdk/resourcemanager/azure-resourcemanager-containerinstance/README.md index 70004df765d9e..90ca8ddba6693 100644 --- a/sdk/resourcemanager/azure-resourcemanager-containerinstance/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-containerinstance/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-containerregistry/README.md b/sdk/resourcemanager/azure-resourcemanager-containerregistry/README.md index 0bddd5f955fda..1ae06ae0e0c00 100644 --- a/sdk/resourcemanager/azure-resourcemanager-containerregistry/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-containerregistry/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-containerservice/README.md b/sdk/resourcemanager/azure-resourcemanager-containerservice/README.md index 6ff4dadf5de81..2790dd0e4dc8a 100644 --- a/sdk/resourcemanager/azure-resourcemanager-containerservice/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-containerservice/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-cosmos/README.md b/sdk/resourcemanager/azure-resourcemanager-cosmos/README.md index f7f1b202e3c0c..e9ddade630df8 100644 --- a/sdk/resourcemanager/azure-resourcemanager-cosmos/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-cosmos/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-dns/README.md b/sdk/resourcemanager/azure-resourcemanager-dns/README.md index 7bb1ce00568d3..bec76c9fb1e21 100644 --- a/sdk/resourcemanager/azure-resourcemanager-dns/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-dns/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-eventhubs/README.md b/sdk/resourcemanager/azure-resourcemanager-eventhubs/README.md index 3f8269ce8a4e5..739e186eae53e 100644 --- a/sdk/resourcemanager/azure-resourcemanager-eventhubs/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-eventhubs/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-keyvault/README.md b/sdk/resourcemanager/azure-resourcemanager-keyvault/README.md index 208870f5f9821..dd8e4b055a911 100644 --- a/sdk/resourcemanager/azure-resourcemanager-keyvault/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-keyvault/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-monitor/README.md b/sdk/resourcemanager/azure-resourcemanager-monitor/README.md index ceefd31398f18..b4ba800f19446 100644 --- a/sdk/resourcemanager/azure-resourcemanager-monitor/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-monitor/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-msi/README.md b/sdk/resourcemanager/azure-resourcemanager-msi/README.md index d385f4b809676..56220814a3f45 100644 --- a/sdk/resourcemanager/azure-resourcemanager-msi/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-msi/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-network/README.md b/sdk/resourcemanager/azure-resourcemanager-network/README.md index b1f23c1ad1d37..0060b5f8318bf 100644 --- a/sdk/resourcemanager/azure-resourcemanager-network/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-network/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-perf/README.md b/sdk/resourcemanager/azure-resourcemanager-perf/README.md index 8dc04715202cd..cf402c57174de 100644 --- a/sdk/resourcemanager/azure-resourcemanager-perf/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-perf/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-privatedns/README.md b/sdk/resourcemanager/azure-resourcemanager-privatedns/README.md index ecafae0ef443c..9fca8ad6fcc34 100644 --- a/sdk/resourcemanager/azure-resourcemanager-privatedns/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-privatedns/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-redis/README.md b/sdk/resourcemanager/azure-resourcemanager-redis/README.md index f018c7ce48ef0..795aed109fa0e 100644 --- a/sdk/resourcemanager/azure-resourcemanager-redis/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-redis/README.md @@ -30,8 +30,7 @@ Azure Resource Manager redis cache client library for Java ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/README.md b/sdk/resourcemanager/azure-resourcemanager-resources/README.md index 2d49e9b4bbab7..2b3ddf3656703 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-resources/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-samples/README.md b/sdk/resourcemanager/azure-resourcemanager-samples/README.md index a4947dc6a68b2..62d1ba8cb2a04 100644 --- a/sdk/resourcemanager/azure-resourcemanager-samples/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-samples/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-servicebus/README.md b/sdk/resourcemanager/azure-resourcemanager-servicebus/README.md index 45e24231cfa3c..2d4c68d60bc53 100644 --- a/sdk/resourcemanager/azure-resourcemanager-servicebus/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-servicebus/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-sql/README.md b/sdk/resourcemanager/azure-resourcemanager-sql/README.md index 7419e6e817850..b6d739396b90e 100644 --- a/sdk/resourcemanager/azure-resourcemanager-sql/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-sql/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-storage/README.md b/sdk/resourcemanager/azure-resourcemanager-storage/README.md index 6b2add96c8b17..f8eed921d26bf 100644 --- a/sdk/resourcemanager/azure-resourcemanager-storage/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-storage/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-test/README.md b/sdk/resourcemanager/azure-resourcemanager-test/README.md index 2299ec576d637..64700dcab2396 100644 --- a/sdk/resourcemanager/azure-resourcemanager-test/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-test/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager-trafficmanager/README.md b/sdk/resourcemanager/azure-resourcemanager-trafficmanager/README.md index 979a8fc4ebf6c..a14f5f0b087e8 100644 --- a/sdk/resourcemanager/azure-resourcemanager-trafficmanager/README.md +++ b/sdk/resourcemanager/azure-resourcemanager-trafficmanager/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/resourcemanager/azure-resourcemanager/README.md b/sdk/resourcemanager/azure-resourcemanager/README.md index 5195fd0609d2d..775182cd995b9 100644 --- a/sdk/resourcemanager/azure-resourcemanager/README.md +++ b/sdk/resourcemanager/azure-resourcemanager/README.md @@ -32,8 +32,7 @@ For documentation on how to use this package, please see [Azure Management Libra ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/search/azure-search-perf/README.md b/sdk/search/azure-search-perf/README.md index 17b4e31e2b46c..1b4931dc34c03 100644 --- a/sdk/search/azure-search-perf/README.md +++ b/sdk/search/azure-search-perf/README.md @@ -22,8 +22,7 @@ Represents Performance tests for Azure Search SDK for Java. ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/servicebus/azure-messaging-servicebus-track1-perf/README.md b/sdk/servicebus/azure-messaging-servicebus-track1-perf/README.md index 4ff9b50ef95cb..d33206a2c4ab8 100644 --- a/sdk/servicebus/azure-messaging-servicebus-track1-perf/README.md +++ b/sdk/servicebus/azure-messaging-servicebus-track1-perf/README.md @@ -22,8 +22,7 @@ Represents Performance tests for Azure Service Bus SDK for Java. ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/servicebus/azure-messaging-servicebus-track2-perf/README.md b/sdk/servicebus/azure-messaging-servicebus-track2-perf/README.md index ecf9d3edb19aa..03b68523047be 100644 --- a/sdk/servicebus/azure-messaging-servicebus-track2-perf/README.md +++ b/sdk/servicebus/azure-messaging-servicebus-track2-perf/README.md @@ -22,8 +22,7 @@ Represents Performance tests for Azure Service Bus SDK for Java. ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) diff --git a/sdk/storage/azure-storage-perf/README.md b/sdk/storage/azure-storage-perf/README.md index 2f67b1b7442c6..bd56cd518124b 100644 --- a/sdk/storage/azure-storage-perf/README.md +++ b/sdk/storage/azure-storage-perf/README.md @@ -22,8 +22,7 @@ Represents Performance tests for Azure Storage SDK for Java. ## Contributing -If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft -Azure Projects Contribution Guidelines](https://azure.github.io/guidelines.html). +For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/master/CONTRIBUTING.md). 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`)