From 8cfdea3bc97dadfe7d63e8b5e4c2b1ca6464478a Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Tue, 14 Jul 2020 14:41:55 -0700 Subject: [PATCH 01/35] python link verification --- eng/pipelines/aggregate-reports.yml | 4 ++++ eng/pipelines/templates/jobs/archetype-sdk-client.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/eng/pipelines/aggregate-reports.yml b/eng/pipelines/aggregate-reports.yml index 4e4857ff34f9..2c8d11b79b88 100644 --- a/eng/pipelines/aggregate-reports.yml +++ b/eng/pipelines/aggregate-reports.yml @@ -15,6 +15,10 @@ jobs: vmImage: 'windows-2019' steps: + - template: ../common/pipelines/templates/steps/verify-links.yml + parameters: + Directory: "" + - template: ./templates/steps/analyze.yml - task: AzureFileCopy@2 diff --git a/eng/pipelines/templates/jobs/archetype-sdk-client.yml b/eng/pipelines/templates/jobs/archetype-sdk-client.yml index 8124bca8ac2f..7f5aa0b550e1 100644 --- a/eng/pipelines/templates/jobs/archetype-sdk-client.yml +++ b/eng/pipelines/templates/jobs/archetype-sdk-client.yml @@ -68,6 +68,10 @@ jobs: vmImage: 'ubuntu-18.04' steps: + - template: ../common/pipelines/templates/steps/verify-links.yml + parameters: + Directory: "sdk/ ${{ parameters.ServiceDirectory }}" + - template: ../steps/analyze.yml parameters: ServiceDirectory: ${{ parameters.ServiceDirectory }} From ed490526c42e1693a07db20a46ca3a284469b7c2 Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Wed, 15 Jul 2020 17:30:21 -0700 Subject: [PATCH 02/35] fix the path --- eng/pipelines/templates/jobs/archetype-sdk-client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/jobs/archetype-sdk-client.yml b/eng/pipelines/templates/jobs/archetype-sdk-client.yml index 7f5aa0b550e1..e0141042cfc3 100644 --- a/eng/pipelines/templates/jobs/archetype-sdk-client.yml +++ b/eng/pipelines/templates/jobs/archetype-sdk-client.yml @@ -68,7 +68,7 @@ jobs: vmImage: 'ubuntu-18.04' steps: - - template: ../common/pipelines/templates/steps/verify-links.yml + - template: ../../../common/pipelines/templates/steps/verify-links.yml parameters: Directory: "sdk/ ${{ parameters.ServiceDirectory }}" From 1a07eb5e19d3a29bf8e8f0d33338d4b149c2296f Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Wed, 15 Jul 2020 18:42:52 -0700 Subject: [PATCH 03/35] fix cognitive services links --- .../azure-cognitiveservices-personalizer/README.md | 2 +- .../azure-cognitiveservices-vision-customvision/CHANGELOG.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/sdk/cognitiveservices/azure-cognitiveservices-personalizer/README.md b/sdk/cognitiveservices/azure-cognitiveservices-personalizer/README.md index 5a93cde89472..c30adce9e7ff 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-personalizer/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-personalizer/README.md @@ -17,7 +17,7 @@ For a more complete set of Azure libraries, see the ## Usage [Quickstart: Personalize client library for -Python](https://docs.microsoft.com/azure/cognitive-services/personalizer/python-quickstart-commandline-feedback-loop) +Python](https://docs.microsoft.com/azure/cognitive-services/personalizer/sdk-learning-loop?pivots=programming-language-python) ## Documentation diff --git a/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/CHANGELOG.md b/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/CHANGELOG.md index 1fe9cadd7a7d..9b33a9a08bf2 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/CHANGELOG.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/CHANGELOG.md @@ -117,7 +117,7 @@ This is a stable release of the Cognitive Services Custom Vision SDK. AzureRegion property was dropped in favor of an Endpoint property. If you were previously specifying an AzureRegion value, you should now specify - Endpoint='[https://{AzureRegion}.api.cognitive.microsoft.com](https://%7BAzureRegion%7D.api.cognitive.microsoft.com)' + Endpoint=`https://{AzureRegion}.api.cognitive.microsoft.com` instead. This change ensures better global coverage. - Added ONNX 1.2 as an export option - Added negative tag support. @@ -136,8 +136,7 @@ This is a stable release of the Cognitive Services Custom Vision SDK. **Breaking changes** - Expect many breaking changes. As a preview package, we don't detail, - but updated samples are available at: - + but updated samples are available at:[cognitive-services-python-sdk-samples](https://github.com/Azure-Samples/cognitive-services-python-sdk-samples) **Features** From 592782bb773b86e81ed03364a10880ca01cdc889 Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Wed, 15 Jul 2020 18:52:01 -0700 Subject: [PATCH 04/35] fix link --- doc/dev/mgmt/swagger/multi_api/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev/mgmt/swagger/multi_api/readme.md b/doc/dev/mgmt/swagger/multi_api/readme.md index c52bdab65533..6fcc480c6da6 100644 --- a/doc/dev/mgmt/swagger/multi_api/readme.md +++ b/doc/dev/mgmt/swagger/multi_api/readme.md @@ -8,7 +8,7 @@ This is the AutoRest configuration file for Network. ## Getting Started -To build the SDK for Network, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run: +To build the SDK for Network, simply [Install AutoRest](https://github.com/Azure/autorest/blob/master/docs/installing-autorest.md) and in this folder, run: > `autorest` @@ -66,4 +66,4 @@ swagger-to-sdk: ## Python -See configuration in [readme.python.md](./readme.python.md) +See configuration in [readme.python.md](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/dev/mgmt/swagger/multi_api/readme.python.md) From 5f975d3b84402b8423cad9f7be69487e7374e0c6 Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Wed, 15 Jul 2020 18:54:48 -0700 Subject: [PATCH 05/35] fix swagger links --- doc/dev/mgmt/swagger_conf.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/dev/mgmt/swagger_conf.md b/doc/dev/mgmt/swagger_conf.md index 198e4e7c0965..b026757b1306 100644 --- a/doc/dev/mgmt/swagger_conf.md +++ b/doc/dev/mgmt/swagger_conf.md @@ -18,18 +18,18 @@ Writing the readme is the responsibility of the Python SDK team. There is curren - Readme that handles only one API version, and generates packages that handle one API version only - Readme that handles several API versions, and generates packages with multiples API and profile supports -These templates can be found in the [single_api](./single_api) and the [multi_api](./multi_api) folders. +These templates can be found in the [single_api](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/dev/mgmt/swagger/single_api) and the [multi_api](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/dev/mgmt/swagger/multi_api) folders. ### Single API readmes This one is the most simple: -- Copy the [readme.python.md](./single_api/readme.python.md) and replace `servicetoreplace` by your service name -- Be sure the main [readme.md](./single_api/readme.md) contains a "swagger-to-sdk" section with Python +- Copy the [readme.python.md](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/dev/mgmt/swagger/single_api/readme.python.md) and replace `servicetoreplace` by your service name +- Be sure the main [readme.md](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/dev/mgmt/swagger/single_api/readme.md) contains a "swagger-to-sdk" section with Python ### Multi API readmes -When doing multi-api packages, it means you have shipping several "tags" of the main readme as one package. Autorest is calling this process a "batch" call, and this is the purpose of the "batch" section in [readme.python.md](./multi_api/readme.python.md). +When doing multi-api packages, it means you have shipping several "tags" of the main readme as one package. Autorest is calling this process a "batch" call, and this is the purpose of the "batch" section in [readme.python.md](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/dev/mgmt/swagger/multi_api/readme.python.md). In order to be sure the correct tags exist, you can use the following script: ```shell @@ -37,8 +37,8 @@ python ./scripts/multi_api_readme_help.py /azure-rest-api-specs/specification/se ``` This script will analyze the Swaggers available, and suggests on stdout: -- A list of tags for the main [readme.md](./multi_api/readme.md) -- A batch declaration for the [readme.python.md](./multi_api/readme.python.md) +- A list of tags for the main [readme.md](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/dev/mgmt/swagger/multi_api/readme.md) +- A batch declaration for the [readme.python.md](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/dev/mgmt/swagger/multi_api/readme.python.md) This script is not perfect that it *does* require manual review of the output and not a direct copy/paste. @@ -46,10 +46,10 @@ It's important for Python that tags represents only *ONE* unique API version. It Once you know the list of tags you need to generate: -- Copy the [readme.python.md](./multi_api/readme.python.md) and replace `servicetoreplace` by your service name -- Update the batch list of [readme.python.md](./multi_api/readme.python.md) -- Be sure you have one tag section for each batch entry in [readme.python.md](./multi_api/readme.python.md) -- Be sure the main [readme.md](./multi_api/readme.md) contains a "swagger-to-sdk" section with Python with an `afterscripts` section like the one in the template. +- Copy the [readme.python.md](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/dev/mgmt/swagger/multi_api/readme.python.md) and replace `servicetoreplace` by your service name +- Update the batch list of [readme.python.md](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/dev/mgmt/swagger/multi_api/readme.python.md) +- Be sure you have one tag section for each batch entry in [readme.python.md](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/dev/mgmt/swagger/multi_api/readme.python.md) +- Be sure the main [readme.md](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/dev/mgmt/swagger/multi_api/readme.md) contains a "swagger-to-sdk" section with Python with an `afterscripts` section like the one in the template. The `afterscripts` will execute a Jinja template to create a client to link together all the batch generated autorest ([example](https://github.com/Azure/azure-sdk-for-python/blob/4a7c67189591b052fe2b5769847ff68f7845386d/sdk/storage/azure-mgmt-storage/azure/mgmt/storage/_storage_management_client.py)) From 73a69bdb11ee419d6d445576f851a1727b4eeeef Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Thu, 16 Jul 2020 14:04:28 -0700 Subject: [PATCH 06/35] fix doc links and remove deprecated ones --- sdk/azurestack/azure-mgmt-azurestack/README.md | 6 ------ tools/azure-sdk-tools/packaging_tools/templates/README.md | 3 +-- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/sdk/azurestack/azure-mgmt-azurestack/README.md b/sdk/azurestack/azure-mgmt-azurestack/README.md index e63cf4fec945..3d6dd35f829b 100644 --- a/sdk/azurestack/azure-mgmt-azurestack/README.md +++ b/sdk/azurestack/azure-mgmt-azurestack/README.md @@ -14,12 +14,6 @@ library. For a more complete set of Azure libraries, see the [azure](https://pypi.python.org/pypi/azure) bundle package. -## Usage - -For code examples, see [AzureStack -Management](https://docs.microsoft.com/python/api/overview/azure/azurestack) -on docs.microsoft.com. - ## Provide Feedback If you encounter any bugs or have suggestions, please file an issue in diff --git a/tools/azure-sdk-tools/packaging_tools/templates/README.md b/tools/azure-sdk-tools/packaging_tools/templates/README.md index 293df1c06684..0ee338e0354e 100644 --- a/tools/azure-sdk-tools/packaging_tools/templates/README.md +++ b/tools/azure-sdk-tools/packaging_tools/templates/README.md @@ -7,8 +7,7 @@ For a more complete view of Azure libraries, see the [Github repo](https://githu # Usage -For code examples, see [{{package_pprint_name}}](https://docs.microsoft.com/python/api/overview/azure/{{package_doc_id}}) -on docs.microsoft.com. +This is a template project purely for engineering use and doesn't have code examples on docs.ms.com. # Provide Feedback From e38d940c2a58c5a4835b76c7c27b253e77705fe2 Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Mon, 20 Jul 2020 11:55:16 -0700 Subject: [PATCH 07/35] identity changelog update --- sdk/identity/azure-identity/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/identity/azure-identity/CHANGELOG.md b/sdk/identity/azure-identity/CHANGELOG.md index 392299acf9d0..a134ef7af441 100644 --- a/sdk/identity/azure-identity/CHANGELOG.md +++ b/sdk/identity/azure-identity/CHANGELOG.md @@ -284,9 +284,9 @@ revamped configuration API. Static `create_config` methods have been renamed ### New features: - Added credentials for authenticating users: -[`DeviceCodeCredential`](https://azure.github.io/azure-sdk-for-python/ref/azure.identity.html#azure.identity.DeviceCodeCredential), -[`InteractiveBrowserCredential`](https://azure.github.io/azure-sdk-for-python/ref/azure.identity.html#azure.identity.InteractiveBrowserCredential), -[`UsernamePasswordCredential`](https://azure.github.io/azure-sdk-for-python/ref/azure.identity.html#azure.identity.UsernamePasswordCredential) +[`DeviceCodeCredential`](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-identity/1.2.0/azure.identity.html#azure.identity.DeviceCodeCredential), +[`InteractiveBrowserCredential`](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-identity/1.2.0/azure.identity.html#azure.identity.InteractiveBrowserCredential), +[`UsernamePasswordCredential`](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-identity/1.2.0/azure.identity.html#azure.identity.UsernamePasswordCredential) - async versions of these credentials will be added in a future release ## 1.0.0b1 (2019-06-28) From e9290185528d515b986f2722d2c860d438220023 Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Mon, 20 Jul 2020 13:18:02 -0700 Subject: [PATCH 08/35] remove non existing link --- sdk/hybridkubernetes/azure-mgmt-hybridkubernetes/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sdk/hybridkubernetes/azure-mgmt-hybridkubernetes/README.md b/sdk/hybridkubernetes/azure-mgmt-hybridkubernetes/README.md index 4d65eeebaef1..c434d6da796e 100644 --- a/sdk/hybridkubernetes/azure-mgmt-hybridkubernetes/README.md +++ b/sdk/hybridkubernetes/azure-mgmt-hybridkubernetes/README.md @@ -4,13 +4,6 @@ This is the Microsoft Azure HybridKubernetes Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) - -# Usage - -For code examples, see [HybridKubernetes Management](https://docs.microsoft.com/python/api/overview/azure/hybrid-kubernetes) -on docs.microsoft.com. - - # Provide Feedback If you encounter any bugs or have suggestions, please file an issue in the From 89bb4b4c9e5bef7dee18d0bbb330a1721493c7eb Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Mon, 20 Jul 2020 13:50:12 -0700 Subject: [PATCH 09/35] fix azure links --- sdk/core/azure/CHANGELOG.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sdk/core/azure/CHANGELOG.md b/sdk/core/azure/CHANGELOG.md index 1a94900db0cd..9b0d6c1f61c6 100644 --- a/sdk/core/azure/CHANGELOG.md +++ b/sdk/core/azure/CHANGELOG.md @@ -85,9 +85,7 @@ The complete list of packages installed is: - [azure-mgmt-trafficmanager v0.30.x](https://pypi.python.org/pypi/azure-mgmt-trafficmanager/0.30.0) - [azure-mgmt-web v0.32.x](https://pypi.python.org/pypi/azure-mgmt-web/0.32.0) -More packages are available, but they are in preview with not enough tests currently and are not included in this bundle. More details here: -http://azure-sdk-for-python.readthedocs.io/en/latest/installation.html - +More packages are available, but they are in preview with not enough tests currently and are not included in this bundle. ## 2016-08-30 Version 2.0.0rc6 / 0.30.0rc6 @@ -611,7 +609,7 @@ easy production AND consumption of SAS for blob, queue and table storage. BlobService/QueueService/TableService with account_name only (no account_key or sas_token) - See http://azure-sdk-for-python.readthedocs.org/en/latest/storage.html for + See https://azure.github.io/azure-sdk-for-python/ref/Storage.html for more details on using SAS with Azure Storage. **Other changes** @@ -670,8 +668,6 @@ The other changes in this release are: your azure publish settings file * Ability to adjust the global http timeout * Service bus event hub support (create/update/delete hubs + send events) -* Documentation for API Reference is now available at - http://azure-sdk-for-python.readthedocs.org/en/documentation/index.html **Bugfixes** From fa64fc774fb76f58d7ecaf2afb4b2b5e5a79bb8d Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Mon, 20 Jul 2020 13:52:52 -0700 Subject: [PATCH 10/35] cosmos readme link --- sdk/cosmos/azure-mgmt-documentdb/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sdk/cosmos/azure-mgmt-documentdb/README.md b/sdk/cosmos/azure-mgmt-documentdb/README.md index 1ff01ec8f231..348e267eef55 100644 --- a/sdk/cosmos/azure-mgmt-documentdb/README.md +++ b/sdk/cosmos/azure-mgmt-documentdb/README.md @@ -32,12 +32,6 @@ If you see azure==0.11.0 (or any version below 1.0), uninstall it first: pip uninstall azure ``` -## Usage - -For code examples, see [DocumentDB -Management](https://azure-sdk-for-python.readthedocs.org/en/latest/sample_azure-mgmt-documentdb.html) -on readthedocs.org. - ## Provide Feedback If you encounter any bugs or have suggestions, please file an issue in From 357d7e15fa771c0dcafac35538235708f807afe5 Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Mon, 20 Jul 2020 13:56:12 -0700 Subject: [PATCH 11/35] remove samples link --- sdk/customproviders/azure-mgmt-customproviders/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sdk/customproviders/azure-mgmt-customproviders/README.md b/sdk/customproviders/azure-mgmt-customproviders/README.md index 93410f61ef1a..ccccf80eb51e 100644 --- a/sdk/customproviders/azure-mgmt-customproviders/README.md +++ b/sdk/customproviders/azure-mgmt-customproviders/README.md @@ -4,13 +4,6 @@ This is the Microsoft Azure CustomProviders Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/sdk) - -# Usage - -For code examples, see [CustomProviders Management](https://docs.microsoft.com/python/api/overview/azure/customproviders) -on docs.microsoft.com. - - # Provide Feedback If you encounter any bugs or have suggestions, please file an issue in the From 0d6ee1866ccd63ee2374f040ead568a0553b8975 Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Mon, 20 Jul 2020 15:15:16 -0700 Subject: [PATCH 12/35] remove samples link --- sdk/customproviders/azure-mgmt-customproviders/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/customproviders/azure-mgmt-customproviders/README.md b/sdk/customproviders/azure-mgmt-customproviders/README.md index ccccf80eb51e..64d97fb2c13e 100644 --- a/sdk/customproviders/azure-mgmt-customproviders/README.md +++ b/sdk/customproviders/azure-mgmt-customproviders/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure CustomProviders Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/sdk) +For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk) # Provide Feedback From 1df2565b22b18b5086d6c34e9f0023016c02b678 Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Mon, 20 Jul 2020 15:43:35 -0700 Subject: [PATCH 13/35] remove samples link --- sdk/databox/azure-mgmt-databox/README.md | 7 ------- sdk/keyvault/azure-keyvault-keys/CHANGELOG.md | 4 ++-- sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md | 4 ++-- .../azure-mgmt-kubernetesconfiguration/README.md | 7 ------- .../azure-mgmt-machinelearningcompute/README.md | 6 ------ sdk/powerbidedicated/azure-mgmt-powerbidedicated/README.md | 7 ------- sdk/redhatopenshift/azure-mgmt-redhatopenshift/README.md | 7 ------- 7 files changed, 4 insertions(+), 38 deletions(-) diff --git a/sdk/databox/azure-mgmt-databox/README.md b/sdk/databox/azure-mgmt-databox/README.md index 0e1793fdab92..6abee16d1d02 100644 --- a/sdk/databox/azure-mgmt-databox/README.md +++ b/sdk/databox/azure-mgmt-databox/README.md @@ -4,13 +4,6 @@ This is the Microsoft Azure DataBox Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/sdk) - -# Usage - -For code examples, see [DataBox Management](https://docs.microsoft.com/python/api/overview/azure/databox) -on docs.microsoft.com. - - # Provide Feedback If you encounter any bugs or have suggestions, please file an issue in the diff --git a/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md b/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md index 03d3eae08261..42afcd2e7fd2 100644 --- a/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md +++ b/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md @@ -37,7 +37,7 @@ as a context manager, a `KeyClient` closes opened sockets on exit. ### Breaking changes: - Removed `KeyClient.get_cryptography_client()` and `CryptographyClient.get_key()` - Moved the optional parameters of several methods into kwargs ( -[docs](https://azure.github.io/azure-sdk-for-python/ref/azure.keyvault.keys.html) +[docs](https://azure.github.io/azure-sdk-for-python/ref/Keyvault.html#azure-keyvault-keys) detail the new keyword arguments): - `create_key` now has positional parameters `name` and `key_type` - `create_ec_key` and `create_rsa_key` now have one positional parameter, `name` @@ -70,7 +70,7 @@ been renamed to `KeyCurveName`, `KeyOperation`, and `KeyType`, respectively. - `Key` now has attribute `properties`, which holds certain properties of the key, such as `version`. This changes the shape of the returned `Key` type, as certain properties of `Key` (such as `version`) have to be accessed -through the `properties` property. See the updated [docs](https://azure.github.io/azure-sdk-for-python/ref/azure.keyvault.keys.html) +through the `properties` property. See the updated [docs](https://azure.github.io/azure-sdk-for-python/ref/Keyvault.html#azure-keyvault-keys) for details. - `update_key` has been renamed to `update_key_properties` - The `vault_url` parameter of `KeyClient` has been renamed to `vault_endpoint` diff --git a/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md b/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md index f13360a8f8b6..58547688eaca 100644 --- a/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md +++ b/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md @@ -31,7 +31,7 @@ Used as a context manager, a `SecretClient` closes opened sockets on exit. ## 4.0.0 (2019-10-31) ### Breaking changes: - Moved optional parameters of two methods into kwargs ( -[docs](https://azure.github.io/azure-sdk-for-python/ref/azure.keyvault.secrets.html) +[docs](https://azure.github.io/azure-sdk-for-python/ref/Keyvault.html#azure-keyvault-secrets) detail the new keyword arguments): - `set_secret` now has positional parameters `name` and `value` - `update_secret_properties` now has positional parameters `name` and @@ -52,7 +52,7 @@ detail the new keyword arguments): - `Secret` now has attribute `properties`, which holds certain properties of the secret, such as `version`. This changes the shape of the returned `Secret` type, as certain properties of `Secret` (such as `version`) have to be accessed -through the `properties` property. See the updated [docs](https://azure.github.io/azure-sdk-for-python/ref/azure.keyvault.secrets.html) +through the `properties` property. See the updated [docs](https://azure.github.io/azure-sdk-for-python/ref/Keyvault.html#azure-keyvault-secrets) for details. - `update_secret` has been renamed to `update_secret_properties` - The `vault_url` parameter of `SecretClient` has been renamed to `vault_endpoint` diff --git a/sdk/kubernetesconfiguration/azure-mgmt-kubernetesconfiguration/README.md b/sdk/kubernetesconfiguration/azure-mgmt-kubernetesconfiguration/README.md index 8b2747eb3f51..b7cd1debe08c 100644 --- a/sdk/kubernetesconfiguration/azure-mgmt-kubernetesconfiguration/README.md +++ b/sdk/kubernetesconfiguration/azure-mgmt-kubernetesconfiguration/README.md @@ -4,13 +4,6 @@ This is the Microsoft Azure Kubernetes Configuration Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) - -# Usage - -For code examples, see [Kubernetes Configuration Management](https://docs.microsoft.com/python/api/overview/azure/kubernetesconfiguration) -on docs.microsoft.com. - - # Provide Feedback If you encounter any bugs or have suggestions, please file an issue in the diff --git a/sdk/machinelearning/azure-mgmt-machinelearningcompute/README.md b/sdk/machinelearning/azure-mgmt-machinelearningcompute/README.md index 65323d9b7449..eb3504eacd51 100644 --- a/sdk/machinelearning/azure-mgmt-machinelearningcompute/README.md +++ b/sdk/machinelearning/azure-mgmt-machinelearningcompute/README.md @@ -15,12 +15,6 @@ library. For a more complete set of Azure libraries, see the [azure](https://pypi.python.org/pypi/azure) bundle package. -## Usage - -For code examples, see [Machine Learning Compute -Management](https://docs.microsoft.com/python/api/overview/azure/machinelearning) -on docs.microsoft.com. - ## Provide Feedback If you encounter any bugs or have suggestions, please file an issue in diff --git a/sdk/powerbidedicated/azure-mgmt-powerbidedicated/README.md b/sdk/powerbidedicated/azure-mgmt-powerbidedicated/README.md index a02f3016a924..59038625c346 100644 --- a/sdk/powerbidedicated/azure-mgmt-powerbidedicated/README.md +++ b/sdk/powerbidedicated/azure-mgmt-powerbidedicated/README.md @@ -4,13 +4,6 @@ This is the Microsoft Azure PowerBIDedicated Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) - -# Usage - -For code examples, see [PowerBIDedicated Management](https://docs.microsoft.com/python/api/overview/azure/powerbidedicated) -on docs.microsoft.com. - - # Provide Feedback If you encounter any bugs or have suggestions, please file an issue in the diff --git a/sdk/redhatopenshift/azure-mgmt-redhatopenshift/README.md b/sdk/redhatopenshift/azure-mgmt-redhatopenshift/README.md index 20cb92eb5ca2..a0261e295121 100644 --- a/sdk/redhatopenshift/azure-mgmt-redhatopenshift/README.md +++ b/sdk/redhatopenshift/azure-mgmt-redhatopenshift/README.md @@ -4,13 +4,6 @@ This is the Microsoft Azure Red Hat Openshift Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) - -# Usage - -For code examples, see [Red Hat Openshift Management](https://docs.microsoft.com/python/api/overview/azure/redhatopenshift) -on docs.microsoft.com. - - # Provide Feedback If you encounter any bugs or have suggestions, please file an issue in the From d4f5a67978c5084621e045d5abe6f496e13ccfcf Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Mon, 20 Jul 2020 17:59:29 -0700 Subject: [PATCH 14/35] fix links --- .../azure-search-documents/samples/README.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/sdk/search/azure-search-documents/samples/README.md b/sdk/search/azure-search-documents/samples/README.md index 51737e595968..c84a31996402 100644 --- a/sdk/search/azure-search-documents/samples/README.md +++ b/sdk/search/azure-search-documents/samples/README.md @@ -20,27 +20,27 @@ Authenticate the client with a Azure Cognitive Search [API Key Credential](https Then for common search index operations: -* Get a document by key: [sample_get_document.py](sample_get_document.py) ([async version](async_samples/sample_get_document_async.py)) +* Get a document by key: [sample_get_document.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_get_document.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/async_samples/sample_get_document_async.py)) -* Perform a simple text query: [sample_simple_query.py](sample_simple_query.py) ([async version](async_samples/sample_simple_query_async.py)) +* Perform a simple text query: [sample_simple_query.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_simple_query.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/async_samples/sample_simple_query_async.py)) -* Perform a filtered query: [sample_filter_query.py](sample_filter_query.py) ([async version](async_samples/sample_filter_query_async.py)) +* Perform a filtered query: [sample_filter_query.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_filter_query.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/async_samples/sample_filter_query_async.py)) -* Perform a faceted query: [sample_facet_query.py](sample_facet_query.py) ([async version](async_samples/sample_facet_query_async.py)) +* Perform a faceted query: [sample_facet_query.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_facet_query.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/async_samples/sample_facet_query_async.py)) -* Get auto-completions: [sample_autocomplete.py](sample_autocomplete.py) ([async version](async_samples/sample_autocomplete_async.py)) +* Get auto-completions: [sample_autocomplete.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_autocomplete.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/async_samples/sample_autocomplete_async.py)) -* Get search suggestions: [sample_suggestions.py](sample_suggestions.py) ([async version](async_samples/sample_suggestions_async.py)) +* Get search suggestions: [sample_suggestions.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_suggestions.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/async_samples/sample_suggestions_async.py)) -* Perform basic document updates: [sample_crud_operations.py](sample_crud_operations.py) ([async version](async_samples/sample_crud_operations_async.py)) +* Perform basic document updates: [sample_crud_operations.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_crud_operations.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/async_samples/sample_crud_operations_async.py)) -* CRUD operations for index: [sample_index_crud_operations.py](sample_index_crud_operations.py) ([async version](async_samples/sample_index_crud_operations_async.py)) +* CRUD operations for index: [sample_index_crud_operations.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_index_crud_operations.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/async_samples/sample_index_crud_operations_async.py)) -* Analyze text: [sample_analyze_text.py](sample_analyze_text.py) ([async version](async_samples/sample_analyze_text_async.py)) +* Analyze text: [sample_analyze_text.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_analyze_text.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/async_samples/sample_analyze_text_async.py)) -* CRUD operations for indexers: [sample_indexers_operations.py](sample_indexers_operations.py) ([async version](async_samples/sample_indexer_operations_async.py)) +* CRUD operations for indexers: [sample_indexers_operations.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_indexers_operations.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/async_samples/sample_indexers_operations_async.py)) -* General workflow of indexer, datasource and index: [sample_indexer_datasource_skillset.py](sample_indexer_datasource_skillset.py) ([async version](async_samples/sample_indexer_datasource_skillset.py)) +* General workflow of indexer, datasource and index: [sample_indexer_datasource_skillset.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_indexer_datasource_skillset.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/async_samples/sample_indexer_datasource_skillset.py)) ## Prerequisites * Python 2.7, or 3.5 or later is required to use this package (3.5 or later if using asyncio) From e41e5abf91195b597efaf2d0d3a6f4b739c9ce4e Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Tue, 21 Jul 2020 00:00:49 -0700 Subject: [PATCH 15/35] fix broken links --- sdk/search/azure-search-documents/README.md | 2 +- sdk/servermanager/azure-mgmt-servermanager/README.md | 6 ------ sdk/servicebus/azure-servicebus/CHANGELOG.md | 2 +- sdk/storage/azure-storage-blob-changefeed/README.md | 2 +- sdk/storage/azure-storage-blob/CHANGELOG.md | 2 +- sdk/storage/azure-storage-file-share/CHANGELOG.md | 2 +- sdk/storage/azure-storage-queue/CHANGELOG.md | 2 +- 7 files changed, 6 insertions(+), 12 deletions(-) diff --git a/sdk/search/azure-search-documents/README.md b/sdk/search/azure-search-documents/README.md index 6bce89f6b26b..7188b1c77941 100644 --- a/sdk/search/azure-search-documents/README.md +++ b/sdk/search/azure-search-documents/README.md @@ -436,7 +436,7 @@ additional questions or comments. [create_search_service_docs]: https://docs.microsoft.com/azure/search/search-create-service-portal [create_search_service_ps]: https://docs.microsoft.com/azure/search/search-manage-powershell#create-or-delete-a-service [create_search_service_cli]: https://docs.microsoft.com/cli/azure/search/service?view=azure-cli-latest#az-search-service-create -[search_contrib]: ../CONTRIBUTING.md +[search_contrib]: https://github.com/Azure/azure-sdk-for-python/blob/master/CONTRIBUTING.md [python_logging]: https://docs.python.org/3.5/library/logging.html [cla]: https://cla.microsoft.com diff --git a/sdk/servermanager/azure-mgmt-servermanager/README.md b/sdk/servermanager/azure-mgmt-servermanager/README.md index 6b1ca850c3da..70c429e18fe2 100644 --- a/sdk/servermanager/azure-mgmt-servermanager/README.md +++ b/sdk/servermanager/azure-mgmt-servermanager/README.md @@ -32,12 +32,6 @@ If you see azure==0.11.0 (or any version below 1.0), uninstall it first: pip uninstall azure ``` -## Usage - -For code examples, see [Server Manager -Management](https://docs.microsoft.com/python/api/overview/azure/server-manager) -on docs.microsoft.com. - ## Provide Feedback If you encounter any bugs or have suggestions, please file an issue in diff --git a/sdk/servicebus/azure-servicebus/CHANGELOG.md b/sdk/servicebus/azure-servicebus/CHANGELOG.md index f424295345a0..b4c37708175e 100644 --- a/sdk/servicebus/azure-servicebus/CHANGELOG.md +++ b/sdk/servicebus/azure-servicebus/CHANGELOG.md @@ -164,7 +164,7 @@ Version 7.0.0b1 is a preview of our efforts to create a client library that is u * Introduces new AMQP-based API. * Original HTTP-based API still available under new namespace: azure.servicebus.control_client -* For full API changes, please see updated [reference documentation](https://docs.microsoft.com/python/api/overview/azure/servicebus/client?view=azure-python). +* For full API changes, please see updated [reference documentation](https://docs.microsoft.com/en-us/python/api/azure-servicebus/azure.servicebus?view=azure-python). Within the new namespace, the original HTTP-based API from version 0.21.1 remains unchanged (i.e. no additional features or bugfixes) so for those intending to only use HTTP operations - there is no additional benefit in updating at this time. diff --git a/sdk/storage/azure-storage-blob-changefeed/README.md b/sdk/storage/azure-storage-blob-changefeed/README.md index 1c2e4474fd9f..4c5f65da0c8c 100644 --- a/sdk/storage/azure-storage-blob-changefeed/README.md +++ b/sdk/storage/azure-storage-blob-changefeed/README.md @@ -3,7 +3,7 @@ This preview package for Python enables users to get blob change feed events. These events can be lazily generated, iterated by page, retrieved for a specific time interval, or iterated from a specific continuation token. -[Source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob-changefeed/azure/storage/blobchangefeed) | [Package (PyPi)](https://pypi.org/project/azure-storage-blob-changefeed/) | [API reference documentation](https://aka.ms/azsdk-python-storage-blob-changefeed-ref) | [Product documentation](https://docs.microsoft.com/azure/storage/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob-changefeed/samples) +[Source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob-changefeed/azure/storage/blob/changefeed) | [Package (PyPi)](https://pypi.org/project/azure-storage-blob-changefeed/) | [API reference documentation](https://aka.ms/azsdk-python-storage-blob-changefeed-ref) | [Product documentation](https://docs.microsoft.com/azure/storage/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob-changefeed/samples) ## Getting started diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index a5f769f9e74d..576d0303cd4c 100644 --- a/sdk/storage/azure-storage-blob/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob/CHANGELOG.md @@ -213,7 +213,7 @@ https://aka.ms/azure-sdk-preview1-python. - `LeaseClient`: Handles all lease operations for both containers and blobs. These clients can be accessed by navigating down the client hierarchy, or instantiated directly using URLs to the resource (account, container or blob). - For full details on the new API, please see the [reference documentation](http://azure.github.io/azure-sdk-for-python/ref/azure.storage.blob.html). + For full details on the new API, please see the [reference documentation](https://azure.github.io/azure-sdk-for-python/ref/Storage.html#azure-storage-blob). - Copy blob operations now return a polling object that can be used to check the status of the operation, as well as abort the operation. - New module level operations for simple upload and download using a blob URL. - Download operations now return a streaming object that can download data in multiple ways: diff --git a/sdk/storage/azure-storage-file-share/CHANGELOG.md b/sdk/storage/azure-storage-file-share/CHANGELOG.md index 635714eaf330..01d6ae2abed4 100644 --- a/sdk/storage/azure-storage-file-share/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-share/CHANGELOG.md @@ -173,7 +173,7 @@ https://aka.ms/azure-sdk-preview1-python. - `FileClient`: The client handles operations for a particular file. This includes creating or deleting that file, as well as upload and download data and managing properties. These clients can be accessed by navigating down the client hierarchy, or instantiated directly using URLs to the resource (account, share, directory or file). - For full details on the new API, please see the [reference documentation](http://azure.github.io/azure-sdk-for-python/ref/azure.storage.file.html). + For full details on the new API, please see the [reference documentation](https://azure.github.io/azure-sdk-for-python/ref/Storage.html#azure-storage-file-share). - The copy file operation now returns a polling object that can be used to check the status of the operation, as well as abort the operation. - The `close_handles` operation now return a polling object that can be used to check the status of the operation. - Download operations now return a streaming object that can download data in multiple ways: diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md index dbc94801dcf6..ad8c31afc5ca 100644 --- a/sdk/storage/azure-storage-queue/CHANGELOG.md +++ b/sdk/storage/azure-storage-queue/CHANGELOG.md @@ -116,7 +116,7 @@ https://aka.ms/azure-sdk-preview1-python. - `QueueClient`: The client handles operations within a particular queue. This includes creating or deleting that queue, as well as enqueueing and dequeueing messages. These clients can be accessed by navigating down the client hierarchy, or instantiated directly using URLs to the resource (account or queue). - For full details on the new API, please see the [reference documentation](http://azure.github.io/azure-sdk-for-python/ref/azure.storage.queue.html). + For full details on the new API, please see the [reference documentation](https://azure.github.io/azure-sdk-for-python/ref/Storage.html#azure-storage-queue). - New message iterator, for receiving messages from a queue in a continuous stream. - New underlying REST pipeline implementation, based on the new `azure-core` library. - Client and pipeline configuration is now available via keyword arguments at both the client level, and per-operation. See reference documentation for a full list of optional configuration arguments. From a208afe254e038950f08c911aee8dd3e7d35d2d7 Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Tue, 21 Jul 2020 00:05:28 -0700 Subject: [PATCH 16/35] fix broken links --- sdk/template/azure-template/README.md | 2 +- .../azure-mgmt-timeseriesinsights/README.md | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/sdk/template/azure-template/README.md b/sdk/template/azure-template/README.md index 7bb29f01a285..92c7ca73c592 100644 --- a/sdk/template/azure-template/README.md +++ b/sdk/template/azure-template/README.md @@ -10,7 +10,7 @@ For a more complete set of Azure libraries, see https://aka.ms/azsdk/python/all # Getting started -For a rich example of a well formatted readme, please check [here.](https://github.com/Azure/azure-sdk/blob/master/docs/README-TEMPLATE.md) In addition, this is an [example readme](https://github.com/Azure/azure-sdk/blob/master/docs/README-EXAMPLE.md) that should be emulated. Note that the top-level sections in this template align with that of the [template.](https://github.com/Azure/azure-sdk/blob/master/docs/README-TEMPLATE.md) +For a rich example of a well formatted readme, please check [here.](https://github.com/Azure/azure-sdk/blob/master/docs/policies/README-TEMPLATE.md) In addition, this is an [example readme](https://github.com/Azure/azure-sdk/blob/master/docs/policies/README-EXAMPLE.md) that should be emulated. Note that the top-level sections in this template align with that of the [template.](https://github.com/Azure/azure-sdk/blob/master/docs/policies/README-TEMPLATE.md) # Key concepts diff --git a/sdk/timeseriesinsights/azure-mgmt-timeseriesinsights/README.md b/sdk/timeseriesinsights/azure-mgmt-timeseriesinsights/README.md index 468ee76aec0e..a052b151ac4a 100644 --- a/sdk/timeseriesinsights/azure-mgmt-timeseriesinsights/README.md +++ b/sdk/timeseriesinsights/azure-mgmt-timeseriesinsights/README.md @@ -15,12 +15,6 @@ library. For a more complete set of Azure libraries, see the [azure](https://pypi.python.org/pypi/azure) bundle package. -## Usage - -For code examples, see [TimeSeriesInsights -Management](https://docs.microsoft.com/python/api/overview/azure/timeseriesinsights) -on docs.microsoft.com. - ## Provide Feedback If you encounter any bugs or have suggestions, please file an issue in From 4e78f6febc054f8346cbee6e076b954c2f9b904a Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Tue, 21 Jul 2020 00:07:14 -0700 Subject: [PATCH 17/35] fix broken links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62cdf6407b69..7cb6586a2f7c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Management libraries can be identified by namespaces that start with `azure-mgmt ## Need help? * For detailed documentation visit our [Azure SDK for Python documentation](https://aka.ms/python-docs) -* File an issue via [Github Issues](../../issues) +* File an issue via [Github Issues](https://github.com/Azure/azure-sdk-for-python/issues) * Check [previous questions](https://stackoverflow.com/questions/tagged/azure+python) or ask new ones on StackOverflow using `azure` and `python` tags. ### Community From 7b5cf89403cb1cf05ab80bead03dba7612703213 Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Tue, 21 Jul 2020 18:50:21 -0700 Subject: [PATCH 18/35] fix links --- sdk/databox/azure-mgmt-databox/README.md | 2 +- sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/databox/azure-mgmt-databox/README.md b/sdk/databox/azure-mgmt-databox/README.md index 6abee16d1d02..09539dba0ef4 100644 --- a/sdk/databox/azure-mgmt-databox/README.md +++ b/sdk/databox/azure-mgmt-databox/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure DataBox Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/sdk) +For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk) # Provide Feedback diff --git a/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md b/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md index a0f8628ee7f4..8f53245c874c 100644 --- a/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md +++ b/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md @@ -98,7 +98,7 @@ and a `CertificateOperation` if not. - `Certificate` now has attribute `properties`, which holds certain properties of the certificate, such as `version`. This changes the shape of the `Certificate` type, as certain properties of `Certificate` (such as `version`) have to be accessed -through the `properties` property. See the updated [docs](https://azure.github.io/azure-sdk-for-python/ref/azure.keyvault.certificates.html) +through the `properties` property. See the updated [docs](https://azure.github.io/azure-sdk-for-python/ref/Keyvault.html#azure-keyvault-certificates) for details. - `update_certificate` has been renamed to `update_certificate_properties` - The `vault_url` parameter of `CertificateClient` has been renamed to `vault_endpoint` From fbe47bcd733b0b6d39dfa481245d07ae4d628a5a Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Wed, 22 Jul 2020 00:39:23 -0700 Subject: [PATCH 19/35] fix links --- doc/dev/mgmt/swagger/single_api/readme.md | 2 +- sdk/core/azure/CHANGELOG.md | 2 +- sdk/identity/azure-identity/CHANGELOG.md | 2 +- tools/azure-devtools/doc/scenario_base_tests.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/dev/mgmt/swagger/single_api/readme.md b/doc/dev/mgmt/swagger/single_api/readme.md index 777f5ec6b672..233f19b4173e 100644 --- a/doc/dev/mgmt/swagger/single_api/readme.md +++ b/doc/dev/mgmt/swagger/single_api/readme.md @@ -8,7 +8,7 @@ This is the AutoRest configuration file for Cdn. --- ## Getting Started -To build the SDK for Cdn, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run: +To build the SDK for Cdn, simply [Install AutoRest](https://github.com/Azure/autorest/blob/master/docs/installing-autorest.md) and in this folder, run: > `autorest` diff --git a/sdk/core/azure/CHANGELOG.md b/sdk/core/azure/CHANGELOG.md index 9b0d6c1f61c6..bcbf4f2dff42 100644 --- a/sdk/core/azure/CHANGELOG.md +++ b/sdk/core/azure/CHANGELOG.md @@ -505,7 +505,7 @@ version before installing the latest release. * Azure Storage has moved. https://github.com/Azure/azure-storage-python - http://azure-storage.readthedocs.org/en/latest/ + https://azure.github.io/azure-sdk-for-python/ref/Storage.html **Bugfixes** diff --git a/sdk/identity/azure-identity/CHANGELOG.md b/sdk/identity/azure-identity/CHANGELOG.md index a134ef7af441..9540e06e629a 100644 --- a/sdk/identity/azure-identity/CHANGELOG.md +++ b/sdk/identity/azure-identity/CHANGELOG.md @@ -209,7 +209,7 @@ the Azure CLI's client ID will be used. `client_id` - transport configuration is now done through keyword arguments as described in - [`azure-core` documentation](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/docs/configuration.md) + [`azure-core` documentation](https://github.com/Azure/azure-sdk-for-python/blob/azure-identity_1.0.0b4/sdk/core/azure-core/docs/configuration.md) ### Fixes and improvements: - Authenticating with a single sign-on shared with other Microsoft applications diff --git a/tools/azure-devtools/doc/scenario_base_tests.md b/tools/azure-devtools/doc/scenario_base_tests.md index 945b9eadeed8..f76eaf0b1a0b 100644 --- a/tools/azure-devtools/doc/scenario_base_tests.md +++ b/tools/azure-devtools/doc/scenario_base_tests.md @@ -84,12 +84,12 @@ its `__init__` method (probably using `super`): * `recording_processors` and `replay_processors`: Lists of `RecordingProcessor` instances for making changes to requests and responses during test recording and test playback, respectively. - See [recording_processors.py](src/azure_devtools/scenario_tests/recording_processors.py) + See [recording_processors.py](https://github.com/Azure/azure-sdk-for-python/blob/e6d329933b00855bb5873fcfa7abe97a0f03c44a/tools/azure-devtools/src/azure_devtools/scenario_tests/recording_processors.py) for some examples and how to implement them. * `recording_patches` and `replay_patches`: Lists of patches to apply to functions, methods, etc. during test recording and playback, respectively. - See [patches.py](src/azure_devtools/scenario_tests/patches.py) + See [patches.py](https://github.com/Azure/azure-sdk-for-python/blob/39f2757d504babfa49a70ced87a3150a57b0f462/tools/azure-devtools/src/azure_devtools/scenario_tests/patches.py) for some examples. Note the `mock_in_unit_test` function which abstracts out some boilerplate for applying a patch. From 6b3a1c7115618cf340c467e8f50791492b4a7ebe Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Wed, 22 Jul 2020 14:55:10 -0700 Subject: [PATCH 20/35] python sdk link update --- sdk/datafactory/azure-mgmt-datafactory/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/datafactory/azure-mgmt-datafactory/README.md b/sdk/datafactory/azure-mgmt-datafactory/README.md index 3e020b923eff..001072c769df 100644 --- a/sdk/datafactory/azure-mgmt-datafactory/README.md +++ b/sdk/datafactory/azure-mgmt-datafactory/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Data Factory Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/sdk) +For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk) # Usage From 39ee4475e0e7876664ae68647581e30b16f50752 Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Wed, 22 Jul 2020 14:56:29 -0700 Subject: [PATCH 21/35] python sdk link update --- sdk/search/azure-search-documents/samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/search/azure-search-documents/samples/README.md b/sdk/search/azure-search-documents/samples/README.md index c84a31996402..47a5868e081d 100644 --- a/sdk/search/azure-search-documents/samples/README.md +++ b/sdk/search/azure-search-documents/samples/README.md @@ -40,7 +40,7 @@ Then for common search index operations: * CRUD operations for indexers: [sample_indexers_operations.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_indexers_operations.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/async_samples/sample_indexers_operations_async.py)) -* General workflow of indexer, datasource and index: [sample_indexer_datasource_skillset.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_indexer_datasource_skillset.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/async_samples/sample_indexer_datasource_skillset.py)) +* General workflow of indexer, datasource and index: [sample_indexer_datasource_skillset.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_indexer_datasource_skillset.py) ## Prerequisites * Python 2.7, or 3.5 or later is required to use this package (3.5 or later if using asyncio) From 799093695860bd6fa2c02ad2377847a4cba7f9cb Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Wed, 22 Jul 2020 15:18:37 -0700 Subject: [PATCH 22/35] fix spacing in parameter --- eng/pipelines/templates/jobs/archetype-sdk-client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/jobs/archetype-sdk-client.yml b/eng/pipelines/templates/jobs/archetype-sdk-client.yml index e0141042cfc3..54fcbf2df067 100644 --- a/eng/pipelines/templates/jobs/archetype-sdk-client.yml +++ b/eng/pipelines/templates/jobs/archetype-sdk-client.yml @@ -70,7 +70,7 @@ jobs: steps: - template: ../../../common/pipelines/templates/steps/verify-links.yml parameters: - Directory: "sdk/ ${{ parameters.ServiceDirectory }}" + Directory: "sdk/${{ parameters.ServiceDirectory }}" - template: ../steps/analyze.yml parameters: From 71b5236313054d73bfd947bd11d510a8ddea1179 Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Wed, 22 Jul 2020 17:00:07 -0700 Subject: [PATCH 23/35] update python release link --- eng/ignore-links.txt | 1 + sdk/advisor/azure-mgmt-advisor/README.md | 2 +- sdk/aks/azure-mgmt-devspaces/README.md | 2 +- sdk/alertsmanagement/azure-mgmt-alertsmanagement/README.md | 2 +- sdk/apimanagement/azure-mgmt-apimanagement/README.md | 2 +- sdk/appconfiguration/azure-mgmt-appconfiguration/README.md | 2 +- sdk/applicationinsights/azure-applicationinsights/README.md | 2 +- .../azure-mgmt-applicationinsights/README.md | 2 +- sdk/appplatform/azure-mgmt-appplatform/README.md | 2 +- sdk/appservice/azure-mgmt-web/README.md | 2 +- sdk/attestation/azure-mgmt-attestation/README.md | 2 +- sdk/authorization/azure-mgmt-authorization/README.md | 2 +- sdk/automation/azure-mgmt-automation/README.md | 2 +- sdk/azurestack/azure-mgmt-azurestack/README.md | 2 +- sdk/batch/azure-mgmt-batch/README.md | 2 +- sdk/billing/azure-mgmt-billing/README.md | 2 +- sdk/botservice/azure-mgmt-botservice/README.md | 2 +- sdk/cdn/azure-mgmt-cdn/README.md | 2 +- .../azure-cognitiveservices-anomalydetector/README.md | 3 ++- .../azure-cognitiveservices-formrecognizer/README.md | 2 +- .../azure-cognitiveservices-knowledge-nspkg/README.md | 2 +- .../azure-cognitiveservices-knowledge-qnamaker/README.md | 2 +- .../azure-cognitiveservices-language-luis/README.md | 2 +- .../azure-cognitiveservices-language-nspkg/README.md | 2 +- .../azure-cognitiveservices-language-spellcheck/README.md | 2 +- .../azure-cognitiveservices-language-textanalytics/README.md | 2 +- .../azure-cognitiveservices-nspkg/README.md | 2 +- .../azure-cognitiveservices-personalizer/README.md | 2 +- .../azure-cognitiveservices-search-autosuggest/README.md | 2 +- .../README.md | 2 +- .../azure-cognitiveservices-search-customsearch/README.md | 2 +- .../azure-cognitiveservices-search-entitysearch/README.md | 2 +- .../azure-cognitiveservices-search-imagesearch/README.md | 2 +- .../azure-cognitiveservices-search-newssearch/README.md | 2 +- .../azure-cognitiveservices-search-nspkg/README.md | 2 +- .../azure-cognitiveservices-search-videosearch/README.md | 2 +- .../azure-cognitiveservices-search-visualsearch/README.md | 2 +- .../azure-cognitiveservices-search-websearch/README.md | 2 +- .../README.md | 2 +- .../azure-cognitiveservices-vision-customvision/README.md | 2 +- .../azure-cognitiveservices-vision-face/README.md | 2 +- .../azure-cognitiveservices-vision-nspkg/README.md | 2 +- sdk/cognitiveservices/azure-mgmt-cognitiveservices/README.md | 2 +- sdk/commerce/azure-mgmt-commerce/README.md | 2 +- sdk/compute/azure-mgmt-compute/README.md | 2 +- sdk/compute/azure-mgmt-imagebuilder/README.md | 2 +- sdk/compute/azure-mgmt-vmwarecloudsimple/README.md | 2 +- sdk/consumption/azure-mgmt-consumption/README.md | 2 +- sdk/containerinstance/azure-mgmt-containerinstance/README.md | 2 +- sdk/containerregistry/azure-mgmt-containerregistry/README.md | 2 +- sdk/containerservice/azure-mgmt-containerservice/README.md | 2 +- sdk/core/azure-mgmt-datalake-nspkg/README.md | 2 +- sdk/core/azure-mgmt-nspkg/README.md | 2 +- sdk/core/azure-nspkg/README.md | 2 +- sdk/core/azure-servicemanagement-legacy/README.md | 2 +- sdk/core/azure/CHANGELOG.md | 5 ----- sdk/cosmos/azure-mgmt-cosmosdb/README.md | 2 +- sdk/cosmos/azure-mgmt-documentdb/README.md | 2 +- sdk/costmanagement/azure-mgmt-costmanagement/README.md | 2 +- sdk/customproviders/azure-mgmt-customproviders/README.md | 2 +- sdk/databox/azure-mgmt-databox/README.md | 2 +- sdk/databoxedge/azure-mgmt-databoxedge/README.md | 2 +- sdk/databricks/azure-mgmt-databricks/README.md | 2 +- sdk/datafactory/azure-mgmt-datafactory/README.md | 2 +- sdk/datalake/azure-mgmt-datalake-analytics/README.md | 2 +- sdk/datalake/azure-mgmt-datalake-store/README.md | 2 +- sdk/datamigration/azure-mgmt-datamigration/README.md | 2 +- sdk/datashare/azure-mgmt-datashare/README.md | 2 +- sdk/deploymentmanager/azure-mgmt-deploymentmanager/README.md | 2 +- sdk/devtestlabs/azure-mgmt-devtestlabs/README.md | 2 +- sdk/digitaltwins/azure-mgmt-digitaltwins/README.md | 2 +- sdk/edgegateway/azure-mgmt-edgegateway/README.md | 2 +- sdk/eventgrid/azure-eventgrid/README.md | 2 +- sdk/eventgrid/azure-mgmt-eventgrid/README.md | 2 +- sdk/eventhub/azure-mgmt-eventhub/README.md | 2 +- sdk/graphrbac/azure-graphrbac/README.md | 2 +- sdk/hanaonazure/azure-mgmt-hanaonazure/README.md | 2 +- sdk/hdinsight/azure-mgmt-hdinsight/README.md | 2 +- sdk/healthcareapis/azure-mgmt-healthcareapis/README.md | 2 +- sdk/hybridcompute/azure-mgmt-hybridcompute/README.md | 2 +- sdk/hybridkubernetes/azure-mgmt-hybridkubernetes/README.md | 2 +- sdk/iothub/azure-mgmt-iothub/README.md | 2 +- sdk/iothub/azure-mgmt-iothubprovisioningservices/README.md | 2 +- sdk/keyvault/azure-mgmt-keyvault/README.md | 2 +- .../azure-mgmt-kubernetesconfiguration/README.md | 2 +- sdk/kusto/azure-mgmt-kusto/README.md | 2 +- sdk/labservices/azure-mgmt-labservices/README.md | 2 +- sdk/loganalytics/azure-loganalytics/README.md | 2 +- sdk/loganalytics/azure-mgmt-loganalytics/README.md | 2 +- sdk/logic/azure-mgmt-logic/README.md | 2 +- .../azure-mgmt-machinelearningcompute/README.md | 2 +- .../azure-mgmt-machinelearningservices/README.md | 2 +- sdk/maintenance/azure-mgmt-maintenance/README.md | 2 +- sdk/managedservices/azure-mgmt-managedservices/README.md | 2 +- sdk/managementgroups/azure-mgmt-managementgroups/README.md | 2 +- sdk/managementpartner/azure-mgmt-managementpartner/README.md | 2 +- sdk/maps/azure-mgmt-maps/README.md | 2 +- .../azure-mgmt-marketplaceordering/README.md | 2 +- sdk/media/azure-mgmt-media/README.md | 2 +- sdk/mixedreality/azure-mgmt-mixedreality/README.md | 2 +- sdk/monitor/azure-mgmt-monitor/README.md | 2 +- sdk/netapp/azure-mgmt-netapp/README.md | 2 +- sdk/network/azure-mgmt-dns/README.md | 2 +- sdk/network/azure-mgmt-frontdoor/README.md | 2 +- sdk/network/azure-mgmt-network/README.md | 2 +- sdk/network/azure-mgmt-privatedns/README.md | 2 +- sdk/notificationhubs/azure-mgmt-notificationhubs/README.md | 2 +- .../azure-mgmt-operationsmanagement/README.md | 2 +- sdk/peering/azure-mgmt-peering/README.md | 2 +- sdk/policyinsights/azure-mgmt-policyinsights/README.md | 2 +- sdk/powerbidedicated/azure-mgmt-powerbidedicated/README.md | 2 +- sdk/powerbiembedded/azure-mgmt-powerbiembedded/README.md | 2 +- sdk/rdbms/azure-mgmt-rdbms/README.md | 2 +- sdk/recoveryservices/azure-mgmt-recoveryservices/README.md | 2 +- .../azure-mgmt-recoveryservicesbackup/README.md | 2 +- sdk/redhatopenshift/azure-mgmt-redhatopenshift/README.md | 2 +- sdk/redis/azure-mgmt-redis/README.md | 2 +- sdk/relay/azure-mgmt-relay/README.md | 2 +- sdk/reservations/azure-mgmt-reservations/README.md | 2 +- sdk/resources/azure-mgmt-msi/README.md | 2 +- sdk/resources/azure-mgmt-resource/README.md | 2 +- sdk/resources/azure-mgmt-resourcegraph/README.md | 2 +- sdk/scheduler/azure-mgmt-scheduler/README.md | 2 +- sdk/search/azure-mgmt-search/README.md | 2 +- sdk/security/azure-mgmt-security/README.md | 2 +- sdk/serialconsole/azure-mgmt-serialconsole/README.md | 2 +- sdk/servermanager/azure-mgmt-servermanager/README.md | 2 +- sdk/servicebus/azure-mgmt-servicebus/README.md | 2 +- sdk/servicefabric/azure-mgmt-servicefabric/README.md | 2 +- sdk/servicefabric/azure-servicefabric/README.md | 2 +- sdk/signalr/azure-mgmt-signalr/README.md | 2 +- sdk/sql/azure-mgmt-sql/README.md | 2 +- sdk/sql/azure-mgmt-sqlvirtualmachine/README.md | 2 +- sdk/storage/azure-mgmt-storage/README.md | 2 +- sdk/storage/azure-mgmt-storagecache/README.md | 2 +- sdk/storage/azure-mgmt-storageimportexport/README.md | 2 +- sdk/storage/azure-mgmt-storagesync/README.md | 2 +- sdk/storage/azure-storage-nspkg/README.md | 2 +- sdk/subscription/azure-mgmt-subscription/README.md | 2 +- sdk/support/azure-mgmt-support/README.md | 2 +- sdk/synapse/azure-synapse-accesscontrol/README.md | 2 +- sdk/synapse/azure-synapse-artifacts/README.md | 2 +- sdk/synapse/azure-synapse-spark/README.md | 2 +- .../azure-mgmt-timeseriesinsights/README.md | 2 +- tools/azure-sdk-tools/packaging_tools/templates/README.md | 5 +++-- 145 files changed, 147 insertions(+), 149 deletions(-) create mode 100644 eng/ignore-links.txt diff --git a/eng/ignore-links.txt b/eng/ignore-links.txt new file mode 100644 index 000000000000..bd605f16d16a --- /dev/null +++ b/eng/ignore-links.txt @@ -0,0 +1 @@ +https://docs.microsoft.com/python/api/overview/azure/{{package_doc_id}} \ No newline at end of file diff --git a/sdk/advisor/azure-mgmt-advisor/README.md b/sdk/advisor/azure-mgmt-advisor/README.md index d6a81c340c57..a38e78f0733d 100644 --- a/sdk/advisor/azure-mgmt-advisor/README.md +++ b/sdk/advisor/azure-mgmt-advisor/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Advisor Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/aks/azure-mgmt-devspaces/README.md b/sdk/aks/azure-mgmt-devspaces/README.md index 25c9b739ca48..daf42028a3df 100644 --- a/sdk/aks/azure-mgmt-devspaces/README.md +++ b/sdk/aks/azure-mgmt-devspaces/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/alertsmanagement/azure-mgmt-alertsmanagement/README.md b/sdk/alertsmanagement/azure-mgmt-alertsmanagement/README.md index 5724be969c5c..01dbbed3fb50 100644 --- a/sdk/alertsmanagement/azure-mgmt-alertsmanagement/README.md +++ b/sdk/alertsmanagement/azure-mgmt-alertsmanagement/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Alerts Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/apimanagement/azure-mgmt-apimanagement/README.md b/sdk/apimanagement/azure-mgmt-apimanagement/README.md index b40d66c86a8b..cd8514051b3a 100644 --- a/sdk/apimanagement/azure-mgmt-apimanagement/README.md +++ b/sdk/apimanagement/azure-mgmt-apimanagement/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure API Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/appconfiguration/azure-mgmt-appconfiguration/README.md b/sdk/appconfiguration/azure-mgmt-appconfiguration/README.md index 46c9a3737991..5c70bb7f9d1a 100644 --- a/sdk/appconfiguration/azure-mgmt-appconfiguration/README.md +++ b/sdk/appconfiguration/azure-mgmt-appconfiguration/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure App Configuration Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/applicationinsights/azure-applicationinsights/README.md b/sdk/applicationinsights/azure-applicationinsights/README.md index f03f5ec1caf5..241480ddcc54 100644 --- a/sdk/applicationinsights/azure-applicationinsights/README.md +++ b/sdk/applicationinsights/azure-applicationinsights/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Compatibility diff --git a/sdk/applicationinsights/azure-mgmt-applicationinsights/README.md b/sdk/applicationinsights/azure-mgmt-applicationinsights/README.md index 649c8000f4df..aa949c52302a 100644 --- a/sdk/applicationinsights/azure-mgmt-applicationinsights/README.md +++ b/sdk/applicationinsights/azure-mgmt-applicationinsights/README.md @@ -13,7 +13,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/appplatform/azure-mgmt-appplatform/README.md b/sdk/appplatform/azure-mgmt-appplatform/README.md index fb0e1aeb6dc9..a608ea7e9d8a 100644 --- a/sdk/appplatform/azure-mgmt-appplatform/README.md +++ b/sdk/appplatform/azure-mgmt-appplatform/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure MyService Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/appservice/azure-mgmt-web/README.md b/sdk/appservice/azure-mgmt-web/README.md index 0bb6a27fcf4c..faa596ebc7ee 100644 --- a/sdk/appservice/azure-mgmt-web/README.md +++ b/sdk/appservice/azure-mgmt-web/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Web Apps Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/attestation/azure-mgmt-attestation/README.md b/sdk/attestation/azure-mgmt-attestation/README.md index 5f489b62634b..95f216eac4cb 100644 --- a/sdk/attestation/azure-mgmt-attestation/README.md +++ b/sdk/attestation/azure-mgmt-attestation/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure MyService Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/authorization/azure-mgmt-authorization/README.md b/sdk/authorization/azure-mgmt-authorization/README.md index 12ee836c4fa1..30f2f63dad42 100644 --- a/sdk/authorization/azure-mgmt-authorization/README.md +++ b/sdk/authorization/azure-mgmt-authorization/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/automation/azure-mgmt-automation/README.md b/sdk/automation/azure-mgmt-automation/README.md index 87b014714ad7..f012c2c810e1 100644 --- a/sdk/automation/azure-mgmt-automation/README.md +++ b/sdk/automation/azure-mgmt-automation/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/azurestack/azure-mgmt-azurestack/README.md b/sdk/azurestack/azure-mgmt-azurestack/README.md index 3d6dd35f829b..a3ac1e0a1329 100644 --- a/sdk/azurestack/azure-mgmt-azurestack/README.md +++ b/sdk/azurestack/azure-mgmt-azurestack/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Provide Feedback diff --git a/sdk/batch/azure-mgmt-batch/README.md b/sdk/batch/azure-mgmt-batch/README.md index e895f55e3899..9e8c1b9fc355 100644 --- a/sdk/batch/azure-mgmt-batch/README.md +++ b/sdk/batch/azure-mgmt-batch/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/billing/azure-mgmt-billing/README.md b/sdk/billing/azure-mgmt-billing/README.md index f55be94dbf75..082fa425381e 100644 --- a/sdk/billing/azure-mgmt-billing/README.md +++ b/sdk/billing/azure-mgmt-billing/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/botservice/azure-mgmt-botservice/README.md b/sdk/botservice/azure-mgmt-botservice/README.md index daa33ba29a17..6f90baeb19fa 100644 --- a/sdk/botservice/azure-mgmt-botservice/README.md +++ b/sdk/botservice/azure-mgmt-botservice/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/cdn/azure-mgmt-cdn/README.md b/sdk/cdn/azure-mgmt-cdn/README.md index e1c5ed53c3fc..913b84d34318 100644 --- a/sdk/cdn/azure-mgmt-cdn/README.md +++ b/sdk/cdn/azure-mgmt-cdn/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-anomalydetector/README.md b/sdk/cognitiveservices/azure-cognitiveservices-anomalydetector/README.md index 9bc0b1c5149c..277d153b8256 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-anomalydetector/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-anomalydetector/README.md @@ -2,8 +2,9 @@ This is the Microsoft Azure Cognitive Services Anomaly Detector Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete set of Azure libraries, see the +[azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-formrecognizer/README.md b/sdk/cognitiveservices/azure-cognitiveservices-formrecognizer/README.md index d760291ae1d6..4cc6114d9efc 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-formrecognizer/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-formrecognizer/README.md @@ -6,7 +6,7 @@ Library. This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-knowledge-nspkg/README.md b/sdk/cognitiveservices/azure-cognitiveservices-knowledge-nspkg/README.md index 567bfab9efc6..c4335caea64c 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-knowledge-nspkg/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-knowledge-nspkg/README.md @@ -15,6 +15,6 @@ It provides the necessary files for other packages to extend the azure.cognitiveservices.knowledge namespace. If you are looking to install the Azure client libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ![image](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-knowledge-nspkg%2FREADME.png) diff --git a/sdk/cognitiveservices/azure-cognitiveservices-knowledge-qnamaker/README.md b/sdk/cognitiveservices/azure-cognitiveservices-knowledge-qnamaker/README.md index e35ac41271bf..5ae6320a0d52 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-knowledge-qnamaker/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-knowledge-qnamaker/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure QnA Maker Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-language-luis/README.md b/sdk/cognitiveservices/azure-cognitiveservices-language-luis/README.md index bf537d8e7c08..819d05365080 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-language-luis/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-language-luis/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Cognitive Services LUIS Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-language-nspkg/README.md b/sdk/cognitiveservices/azure-cognitiveservices-language-nspkg/README.md index ea384708d02a..bb5e6747343b 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-language-nspkg/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-language-nspkg/README.md @@ -15,6 +15,6 @@ It provides the necessary files for other packages to extend the azure.cognitiveservices.language namespace. If you are looking to install the Azure client libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ![image](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-language-nspkg%2FREADME.png) diff --git a/sdk/cognitiveservices/azure-cognitiveservices-language-spellcheck/README.md b/sdk/cognitiveservices/azure-cognitiveservices-language-spellcheck/README.md index 05a3709c88ae..0bf9fed34eee 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-language-spellcheck/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-language-spellcheck/README.md @@ -6,7 +6,7 @@ Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-language-textanalytics/README.md b/sdk/cognitiveservices/azure-cognitiveservices-language-textanalytics/README.md index 634089efc1cf..67b7536c73e3 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-language-textanalytics/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-language-textanalytics/README.md @@ -10,7 +10,7 @@ Library. This package has been tested with Python 2.7, 3.5, 3.6 and 3.7. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-nspkg/README.md b/sdk/cognitiveservices/azure-cognitiveservices-nspkg/README.md index b79663e4fcad..6d46064c9688 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-nspkg/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-nspkg/README.md @@ -14,6 +14,6 @@ It provides the necessary files for other packages to extend the azure.cognitiveservices namespace. If you are looking to install the Azure client libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ![image](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-nspkg%2FREADME.png) diff --git a/sdk/cognitiveservices/azure-cognitiveservices-personalizer/README.md b/sdk/cognitiveservices/azure-cognitiveservices-personalizer/README.md index c30adce9e7ff..dfeccb3e63a4 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-personalizer/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-personalizer/README.md @@ -5,7 +5,7 @@ This is the Microsoft Azure Personalizer Client Library. This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## What is Personalizer? diff --git a/sdk/cognitiveservices/azure-cognitiveservices-search-autosuggest/README.md b/sdk/cognitiveservices/azure-cognitiveservices-search-autosuggest/README.md index f467ecae01d1..822fa0431706 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-search-autosuggest/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-search-autosuggest/README.md @@ -5,7 +5,7 @@ This is the Microsoft Azure Auto Suggest Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-search-customimagesearch/README.md b/sdk/cognitiveservices/azure-cognitiveservices-search-customimagesearch/README.md index c0d8ca0ea53e..50e3316ad837 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-search-customimagesearch/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-search-customimagesearch/README.md @@ -6,7 +6,7 @@ Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-search-customsearch/README.md b/sdk/cognitiveservices/azure-cognitiveservices-search-customsearch/README.md index 5b1a90d12f44..e52d632aa76d 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-search-customsearch/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-search-customsearch/README.md @@ -6,7 +6,7 @@ Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-search-entitysearch/README.md b/sdk/cognitiveservices/azure-cognitiveservices-search-entitysearch/README.md index a2f54b64c616..71b20bfc6375 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-search-entitysearch/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-search-entitysearch/README.md @@ -6,7 +6,7 @@ Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/README.md b/sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/README.md index d04f172c15f1..5b15147b2614 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-search-imagesearch/README.md @@ -6,7 +6,7 @@ Library. This package has been tested with Python 2.7, 3.5, 3.6 and 3.7. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-search-newssearch/README.md b/sdk/cognitiveservices/azure-cognitiveservices-search-newssearch/README.md index 6669707245bd..564a19bd824d 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-search-newssearch/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-search-newssearch/README.md @@ -6,7 +6,7 @@ Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-search-nspkg/README.md b/sdk/cognitiveservices/azure-cognitiveservices-search-nspkg/README.md index 5d64f76ab1df..62779f544439 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-search-nspkg/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-search-nspkg/README.md @@ -14,6 +14,6 @@ It provides the necessary files for other packages to extend the azure.cognitiveservices.search namespace. If you are looking to install the Azure client libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ![image](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-search-nspkg%2FREADME.png) diff --git a/sdk/cognitiveservices/azure-cognitiveservices-search-videosearch/README.md b/sdk/cognitiveservices/azure-cognitiveservices-search-videosearch/README.md index 0753758a951e..33afe853abb0 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-search-videosearch/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-search-videosearch/README.md @@ -6,7 +6,7 @@ Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-search-visualsearch/README.md b/sdk/cognitiveservices/azure-cognitiveservices-search-visualsearch/README.md index daab410da238..d64ce579c7bc 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-search-visualsearch/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-search-visualsearch/README.md @@ -6,7 +6,7 @@ Library. This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-search-websearch/README.md b/sdk/cognitiveservices/azure-cognitiveservices-search-websearch/README.md index be6690b4af2f..3a6c3c7b2c77 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-search-websearch/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-search-websearch/README.md @@ -6,7 +6,7 @@ Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-vision-contentmoderator/README.md b/sdk/cognitiveservices/azure-cognitiveservices-vision-contentmoderator/README.md index bbb98fd24181..e3a569e39e53 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-vision-contentmoderator/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-vision-contentmoderator/README.md @@ -6,7 +6,7 @@ Library. This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/README.md b/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/README.md index b8e61c3f0782..f4976f181d40 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Custom Vision Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-vision-face/README.md b/sdk/cognitiveservices/azure-cognitiveservices-vision-face/README.md index 858f4fa58c79..d83c1e02b998 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-vision-face/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-vision-face/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Cognitive Services Face Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/cognitiveservices/azure-cognitiveservices-vision-nspkg/README.md b/sdk/cognitiveservices/azure-cognitiveservices-vision-nspkg/README.md index 14cc389bd3dc..cdc97b885c8e 100644 --- a/sdk/cognitiveservices/azure-cognitiveservices-vision-nspkg/README.md +++ b/sdk/cognitiveservices/azure-cognitiveservices-vision-nspkg/README.md @@ -14,6 +14,6 @@ It provides the necessary files for other packages to extend the azure.cognitiveservices.vision namespace. If you are looking to install the Azure client libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ![image](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-vision-nspkg%2FREADME.png) diff --git a/sdk/cognitiveservices/azure-mgmt-cognitiveservices/README.md b/sdk/cognitiveservices/azure-mgmt-cognitiveservices/README.md index 81f5fb518059..990ff66d1d8c 100644 --- a/sdk/cognitiveservices/azure-mgmt-cognitiveservices/README.md +++ b/sdk/cognitiveservices/azure-mgmt-cognitiveservices/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Cognitive Services Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/commerce/azure-mgmt-commerce/README.md b/sdk/commerce/azure-mgmt-commerce/README.md index 671cc26604af..df5163404716 100644 --- a/sdk/commerce/azure-mgmt-commerce/README.md +++ b/sdk/commerce/azure-mgmt-commerce/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/compute/azure-mgmt-compute/README.md b/sdk/compute/azure-mgmt-compute/README.md index 69b7ce951cdb..b3573bed18b2 100644 --- a/sdk/compute/azure-mgmt-compute/README.md +++ b/sdk/compute/azure-mgmt-compute/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Compute Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/compute/azure-mgmt-imagebuilder/README.md b/sdk/compute/azure-mgmt-imagebuilder/README.md index b48052132d49..d07c9b5032ce 100644 --- a/sdk/compute/azure-mgmt-imagebuilder/README.md +++ b/sdk/compute/azure-mgmt-imagebuilder/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Image Builder Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/compute/azure-mgmt-vmwarecloudsimple/README.md b/sdk/compute/azure-mgmt-vmwarecloudsimple/README.md index 000b8bdcbe4f..79322e38ca39 100644 --- a/sdk/compute/azure-mgmt-vmwarecloudsimple/README.md +++ b/sdk/compute/azure-mgmt-vmwarecloudsimple/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/consumption/azure-mgmt-consumption/README.md b/sdk/consumption/azure-mgmt-consumption/README.md index 455474f9e3a0..8f9bf036eb9b 100644 --- a/sdk/consumption/azure-mgmt-consumption/README.md +++ b/sdk/consumption/azure-mgmt-consumption/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/containerinstance/azure-mgmt-containerinstance/README.md b/sdk/containerinstance/azure-mgmt-containerinstance/README.md index 2a31c3badd6a..9ab292c9ef23 100644 --- a/sdk/containerinstance/azure-mgmt-containerinstance/README.md +++ b/sdk/containerinstance/azure-mgmt-containerinstance/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/containerregistry/azure-mgmt-containerregistry/README.md b/sdk/containerregistry/azure-mgmt-containerregistry/README.md index 059fa6c10b93..aa5e8d04021a 100644 --- a/sdk/containerregistry/azure-mgmt-containerregistry/README.md +++ b/sdk/containerregistry/azure-mgmt-containerregistry/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Container Registry Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/containerservice/azure-mgmt-containerservice/README.md b/sdk/containerservice/azure-mgmt-containerservice/README.md index 34717104b758..1bc232cc7a5b 100644 --- a/sdk/containerservice/azure-mgmt-containerservice/README.md +++ b/sdk/containerservice/azure-mgmt-containerservice/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Container Service Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/core/azure-mgmt-datalake-nspkg/README.md b/sdk/core/azure-mgmt-datalake-nspkg/README.md index e6e7262d21a2..630dbb80723b 100644 --- a/sdk/core/azure-mgmt-datalake-nspkg/README.md +++ b/sdk/core/azure-mgmt-datalake-nspkg/README.md @@ -10,7 +10,7 @@ To avoid issues with package servers that does not support `python_requires`, a It provides the necessary files for other packages to extend the azure.mgmt.datalake namespace. If you are looking to install the Azure client libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-datalake-nspkg%2FREADME.png) diff --git a/sdk/core/azure-mgmt-nspkg/README.md b/sdk/core/azure-mgmt-nspkg/README.md index 94656e90f433..efe943522fff 100644 --- a/sdk/core/azure-mgmt-nspkg/README.md +++ b/sdk/core/azure-mgmt-nspkg/README.md @@ -10,7 +10,7 @@ To avoid issues with package servers that does not support `python_requires`, a It provides the necessary files for other packages to extend the azure.mgmt namespace. If you are looking to install the Azure client libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-nspkg%2FREADME.png) diff --git a/sdk/core/azure-nspkg/README.md b/sdk/core/azure-nspkg/README.md index d42e2ddfa929..e560d8b95da0 100644 --- a/sdk/core/azure-nspkg/README.md +++ b/sdk/core/azure-nspkg/README.md @@ -10,7 +10,7 @@ To avoid issues with package servers that does not support `python_requires`, a It provides the necessary files for other packages to extend the azure namespace. If you are looking to install the Azure client libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-nspkg%2FREADME.png) diff --git a/sdk/core/azure-servicemanagement-legacy/README.md b/sdk/core/azure-servicemanagement-legacy/README.md index 7b35f3f7e68a..bb3a8445abf2 100644 --- a/sdk/core/azure-servicemanagement-legacy/README.md +++ b/sdk/core/azure-servicemanagement-legacy/README.md @@ -6,7 +6,7 @@ All packages in this bundle have been tested with Python 2.7, 3.3, 3.4 and 3.5. For the newer Azure Resource Management (ARM) libraries, see [azure-mgmt](https://pypi.python.org/pypi/azure-mgmt). -For a more complete set of Azure libraries, see the [azure](https://pypi.python.org/pypi/azure) bundle package. +For a more complete set of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Compatibility diff --git a/sdk/core/azure/CHANGELOG.md b/sdk/core/azure/CHANGELOG.md index bcbf4f2dff42..4295ce1e8de3 100644 --- a/sdk/core/azure/CHANGELOG.md +++ b/sdk/core/azure/CHANGELOG.md @@ -505,8 +505,6 @@ version before installing the latest release. * Azure Storage has moved. https://github.com/Azure/azure-storage-python - https://azure.github.io/azure-sdk-for-python/ref/Storage.html - **Bugfixes** * #437 Make delete_storage_account return async request id @@ -609,9 +607,6 @@ easy production AND consumption of SAS for blob, queue and table storage. BlobService/QueueService/TableService with account_name only (no account_key or sas_token) - See https://azure.github.io/azure-sdk-for-python/ref/Storage.html for - more details on using SAS with Azure Storage. - **Other changes** * Create/list/delete job functionality added to SchedulerManagementService diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/README.md b/sdk/cosmos/azure-mgmt-cosmosdb/README.md index 9933f9f294c2..0db73b9494c8 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/README.md +++ b/sdk/cosmos/azure-mgmt-cosmosdb/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Cosmos DB Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/cosmos/azure-mgmt-documentdb/README.md b/sdk/cosmos/azure-mgmt-documentdb/README.md index 348e267eef55..dda32cacf036 100644 --- a/sdk/cosmos/azure-mgmt-documentdb/README.md +++ b/sdk/cosmos/azure-mgmt-documentdb/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Compatibility diff --git a/sdk/costmanagement/azure-mgmt-costmanagement/README.md b/sdk/costmanagement/azure-mgmt-costmanagement/README.md index 8e49cdc26b15..3cc377aea090 100644 --- a/sdk/costmanagement/azure-mgmt-costmanagement/README.md +++ b/sdk/costmanagement/azure-mgmt-costmanagement/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/customproviders/azure-mgmt-customproviders/README.md b/sdk/customproviders/azure-mgmt-customproviders/README.md index 64d97fb2c13e..87a6b3aac1a8 100644 --- a/sdk/customproviders/azure-mgmt-customproviders/README.md +++ b/sdk/customproviders/azure-mgmt-customproviders/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure CustomProviders Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Provide Feedback diff --git a/sdk/databox/azure-mgmt-databox/README.md b/sdk/databox/azure-mgmt-databox/README.md index 09539dba0ef4..764eec3842cc 100644 --- a/sdk/databox/azure-mgmt-databox/README.md +++ b/sdk/databox/azure-mgmt-databox/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure DataBox Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Provide Feedback diff --git a/sdk/databoxedge/azure-mgmt-databoxedge/README.md b/sdk/databoxedge/azure-mgmt-databoxedge/README.md index 68b7cb552e9c..c021537f4a4a 100644 --- a/sdk/databoxedge/azure-mgmt-databoxedge/README.md +++ b/sdk/databoxedge/azure-mgmt-databoxedge/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/databricks/azure-mgmt-databricks/README.md b/sdk/databricks/azure-mgmt-databricks/README.md index abdbb0a4c3af..4db51a30a366 100644 --- a/sdk/databricks/azure-mgmt-databricks/README.md +++ b/sdk/databricks/azure-mgmt-databricks/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/datafactory/azure-mgmt-datafactory/README.md b/sdk/datafactory/azure-mgmt-datafactory/README.md index 001072c769df..49bc3de33568 100644 --- a/sdk/datafactory/azure-mgmt-datafactory/README.md +++ b/sdk/datafactory/azure-mgmt-datafactory/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Data Factory Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/datalake/azure-mgmt-datalake-analytics/README.md b/sdk/datalake/azure-mgmt-datalake-analytics/README.md index e90c728d4daf..92b81c89352a 100644 --- a/sdk/datalake/azure-mgmt-datalake-analytics/README.md +++ b/sdk/datalake/azure-mgmt-datalake-analytics/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Data Lake Analytics Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/datalake/azure-mgmt-datalake-store/README.md b/sdk/datalake/azure-mgmt-datalake-store/README.md index 3ffd21fd8ac2..3003ada2fac5 100644 --- a/sdk/datalake/azure-mgmt-datalake-store/README.md +++ b/sdk/datalake/azure-mgmt-datalake-store/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Compatibility diff --git a/sdk/datamigration/azure-mgmt-datamigration/README.md b/sdk/datamigration/azure-mgmt-datamigration/README.md index 9e1fa5873162..1e5d1d8535ce 100644 --- a/sdk/datamigration/azure-mgmt-datamigration/README.md +++ b/sdk/datamigration/azure-mgmt-datamigration/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/datashare/azure-mgmt-datashare/README.md b/sdk/datashare/azure-mgmt-datashare/README.md index 509fd2571308..ac7fb5bc72ab 100644 --- a/sdk/datashare/azure-mgmt-datashare/README.md +++ b/sdk/datashare/azure-mgmt-datashare/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure MyService Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/deploymentmanager/azure-mgmt-deploymentmanager/README.md b/sdk/deploymentmanager/azure-mgmt-deploymentmanager/README.md index f2fae873f2b8..bdb1056d1445 100644 --- a/sdk/deploymentmanager/azure-mgmt-deploymentmanager/README.md +++ b/sdk/deploymentmanager/azure-mgmt-deploymentmanager/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/devtestlabs/azure-mgmt-devtestlabs/README.md b/sdk/devtestlabs/azure-mgmt-devtestlabs/README.md index 1a0d8fa18c9d..d5719979f7e9 100644 --- a/sdk/devtestlabs/azure-mgmt-devtestlabs/README.md +++ b/sdk/devtestlabs/azure-mgmt-devtestlabs/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/digitaltwins/azure-mgmt-digitaltwins/README.md b/sdk/digitaltwins/azure-mgmt-digitaltwins/README.md index 893fbb4df974..1cb4e7a0b386 100644 --- a/sdk/digitaltwins/azure-mgmt-digitaltwins/README.md +++ b/sdk/digitaltwins/azure-mgmt-digitaltwins/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure DigitalTwins Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/edgegateway/azure-mgmt-edgegateway/README.md b/sdk/edgegateway/azure-mgmt-edgegateway/README.md index dca6a4e7c466..18e626197d2a 100644 --- a/sdk/edgegateway/azure-mgmt-edgegateway/README.md +++ b/sdk/edgegateway/azure-mgmt-edgegateway/README.md @@ -13,7 +13,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/eventgrid/azure-eventgrid/README.md b/sdk/eventgrid/azure-eventgrid/README.md index daec8a164692..5aa35412bfe1 100644 --- a/sdk/eventgrid/azure-eventgrid/README.md +++ b/sdk/eventgrid/azure-eventgrid/README.md @@ -5,7 +5,7 @@ This is the Microsoft Azure Event Grid Client Library. This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/eventgrid/azure-mgmt-eventgrid/README.md b/sdk/eventgrid/azure-mgmt-eventgrid/README.md index c0d223ed7a4c..6f020755a975 100644 --- a/sdk/eventgrid/azure-mgmt-eventgrid/README.md +++ b/sdk/eventgrid/azure-mgmt-eventgrid/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure EventGrid Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/eventhub/azure-mgmt-eventhub/README.md b/sdk/eventhub/azure-mgmt-eventhub/README.md index 379b41e66b9f..24486fa49041 100644 --- a/sdk/eventhub/azure-mgmt-eventhub/README.md +++ b/sdk/eventhub/azure-mgmt-eventhub/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure EventHub Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/graphrbac/azure-graphrbac/README.md b/sdk/graphrbac/azure-graphrbac/README.md index 5a75c61baefb..f5cf1a04e99f 100644 --- a/sdk/graphrbac/azure-graphrbac/README.md +++ b/sdk/graphrbac/azure-graphrbac/README.md @@ -5,7 +5,7 @@ This is the Microsoft Azure Graph RBAC Client Library. This package has been tested with Python 2.7, 3.5, 3.6 and 3.7. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/hanaonazure/azure-mgmt-hanaonazure/README.md b/sdk/hanaonazure/azure-mgmt-hanaonazure/README.md index 768547abc09f..e8c39df57fa3 100644 --- a/sdk/hanaonazure/azure-mgmt-hanaonazure/README.md +++ b/sdk/hanaonazure/azure-mgmt-hanaonazure/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure SAP Hana on Azure Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/hdinsight/azure-mgmt-hdinsight/README.md b/sdk/hdinsight/azure-mgmt-hdinsight/README.md index caa3d43a2b18..283884e0c3a8 100644 --- a/sdk/hdinsight/azure-mgmt-hdinsight/README.md +++ b/sdk/hdinsight/azure-mgmt-hdinsight/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure HDInsight Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/healthcareapis/azure-mgmt-healthcareapis/README.md b/sdk/healthcareapis/azure-mgmt-healthcareapis/README.md index c2cd839c037f..b8354473f458 100644 --- a/sdk/healthcareapis/azure-mgmt-healthcareapis/README.md +++ b/sdk/healthcareapis/azure-mgmt-healthcareapis/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/hybridcompute/azure-mgmt-hybridcompute/README.md b/sdk/hybridcompute/azure-mgmt-hybridcompute/README.md index d60ad2181bde..512384f03eea 100644 --- a/sdk/hybridcompute/azure-mgmt-hybridcompute/README.md +++ b/sdk/hybridcompute/azure-mgmt-hybridcompute/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/hybridkubernetes/azure-mgmt-hybridkubernetes/README.md b/sdk/hybridkubernetes/azure-mgmt-hybridkubernetes/README.md index c434d6da796e..b8b533f4ba3c 100644 --- a/sdk/hybridkubernetes/azure-mgmt-hybridkubernetes/README.md +++ b/sdk/hybridkubernetes/azure-mgmt-hybridkubernetes/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure HybridKubernetes Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Provide Feedback diff --git a/sdk/iothub/azure-mgmt-iothub/README.md b/sdk/iothub/azure-mgmt-iothub/README.md index 8b1b9e790551..dad54852d0e4 100644 --- a/sdk/iothub/azure-mgmt-iothub/README.md +++ b/sdk/iothub/azure-mgmt-iothub/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure IoTHub Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/iothub/azure-mgmt-iothubprovisioningservices/README.md b/sdk/iothub/azure-mgmt-iothubprovisioningservices/README.md index 653f0a3c9600..b91d86018825 100644 --- a/sdk/iothub/azure-mgmt-iothubprovisioningservices/README.md +++ b/sdk/iothub/azure-mgmt-iothubprovisioningservices/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure IoTHub Provisioning Services Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/keyvault/azure-mgmt-keyvault/README.md b/sdk/keyvault/azure-mgmt-keyvault/README.md index 29b62886db32..0413f0a8a072 100644 --- a/sdk/keyvault/azure-mgmt-keyvault/README.md +++ b/sdk/keyvault/azure-mgmt-keyvault/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure MyService Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/kubernetesconfiguration/azure-mgmt-kubernetesconfiguration/README.md b/sdk/kubernetesconfiguration/azure-mgmt-kubernetesconfiguration/README.md index b7cd1debe08c..74605e9bbd6f 100644 --- a/sdk/kubernetesconfiguration/azure-mgmt-kubernetesconfiguration/README.md +++ b/sdk/kubernetesconfiguration/azure-mgmt-kubernetesconfiguration/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Kubernetes Configuration Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Provide Feedback diff --git a/sdk/kusto/azure-mgmt-kusto/README.md b/sdk/kusto/azure-mgmt-kusto/README.md index 1afeac8313cd..ebc700164229 100644 --- a/sdk/kusto/azure-mgmt-kusto/README.md +++ b/sdk/kusto/azure-mgmt-kusto/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Kusto Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/labservices/azure-mgmt-labservices/README.md b/sdk/labservices/azure-mgmt-labservices/README.md index 78bce623a671..81edeeb93d01 100644 --- a/sdk/labservices/azure-mgmt-labservices/README.md +++ b/sdk/labservices/azure-mgmt-labservices/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/loganalytics/azure-loganalytics/README.md b/sdk/loganalytics/azure-loganalytics/README.md index cc914ac56132..d231fe63faa4 100644 --- a/sdk/loganalytics/azure-loganalytics/README.md +++ b/sdk/loganalytics/azure-loganalytics/README.md @@ -5,7 +5,7 @@ This is the Microsoft Azure Log Analytics Client Library. This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Compatibility diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/README.md b/sdk/loganalytics/azure-mgmt-loganalytics/README.md index 87dcf93e2334..cf7c59dc07e4 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/README.md +++ b/sdk/loganalytics/azure-mgmt-loganalytics/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Log Analytics Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/logic/azure-mgmt-logic/README.md b/sdk/logic/azure-mgmt-logic/README.md index 842c40d3aca4..e0f8d37a057a 100644 --- a/sdk/logic/azure-mgmt-logic/README.md +++ b/sdk/logic/azure-mgmt-logic/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Compatibility diff --git a/sdk/machinelearning/azure-mgmt-machinelearningcompute/README.md b/sdk/machinelearning/azure-mgmt-machinelearningcompute/README.md index eb3504eacd51..5bf9222f55a9 100644 --- a/sdk/machinelearning/azure-mgmt-machinelearningcompute/README.md +++ b/sdk/machinelearning/azure-mgmt-machinelearningcompute/README.md @@ -13,7 +13,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Provide Feedback diff --git a/sdk/machinelearning/azure-mgmt-machinelearningservices/README.md b/sdk/machinelearning/azure-mgmt-machinelearningservices/README.md index 2105451adb19..237e6e9f59d2 100644 --- a/sdk/machinelearning/azure-mgmt-machinelearningservices/README.md +++ b/sdk/machinelearning/azure-mgmt-machinelearningservices/README.md @@ -13,7 +13,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/maintenance/azure-mgmt-maintenance/README.md b/sdk/maintenance/azure-mgmt-maintenance/README.md index 0002e5b1b915..8f744b19260f 100644 --- a/sdk/maintenance/azure-mgmt-maintenance/README.md +++ b/sdk/maintenance/azure-mgmt-maintenance/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure MyService Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/managedservices/azure-mgmt-managedservices/README.md b/sdk/managedservices/azure-mgmt-managedservices/README.md index 0bae5e1feed8..862bd43154cb 100644 --- a/sdk/managedservices/azure-mgmt-managedservices/README.md +++ b/sdk/managedservices/azure-mgmt-managedservices/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/managementgroups/azure-mgmt-managementgroups/README.md b/sdk/managementgroups/azure-mgmt-managementgroups/README.md index 3ef1973edc14..143093ea5c18 100644 --- a/sdk/managementgroups/azure-mgmt-managementgroups/README.md +++ b/sdk/managementgroups/azure-mgmt-managementgroups/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/managementpartner/azure-mgmt-managementpartner/README.md b/sdk/managementpartner/azure-mgmt-managementpartner/README.md index 132fce2a344a..dac6032eb2ea 100644 --- a/sdk/managementpartner/azure-mgmt-managementpartner/README.md +++ b/sdk/managementpartner/azure-mgmt-managementpartner/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/maps/azure-mgmt-maps/README.md b/sdk/maps/azure-mgmt-maps/README.md index 53f2deb187b7..b52e8bb8c792 100644 --- a/sdk/maps/azure-mgmt-maps/README.md +++ b/sdk/maps/azure-mgmt-maps/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Maps Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/marketplaceordering/azure-mgmt-marketplaceordering/README.md b/sdk/marketplaceordering/azure-mgmt-marketplaceordering/README.md index 0542c9651015..c05777b0c59c 100644 --- a/sdk/marketplaceordering/azure-mgmt-marketplaceordering/README.md +++ b/sdk/marketplaceordering/azure-mgmt-marketplaceordering/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/media/azure-mgmt-media/README.md b/sdk/media/azure-mgmt-media/README.md index 77865adc7b86..022f05279799 100644 --- a/sdk/media/azure-mgmt-media/README.md +++ b/sdk/media/azure-mgmt-media/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Media Services Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/mixedreality/azure-mgmt-mixedreality/README.md b/sdk/mixedreality/azure-mgmt-mixedreality/README.md index f5d69ea236ef..ebf4a6ff9157 100644 --- a/sdk/mixedreality/azure-mgmt-mixedreality/README.md +++ b/sdk/mixedreality/azure-mgmt-mixedreality/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/monitor/azure-mgmt-monitor/README.md b/sdk/monitor/azure-mgmt-monitor/README.md index 343d88de5c06..7f09eead6656 100644 --- a/sdk/monitor/azure-mgmt-monitor/README.md +++ b/sdk/monitor/azure-mgmt-monitor/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Monitor Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/netapp/azure-mgmt-netapp/README.md b/sdk/netapp/azure-mgmt-netapp/README.md index 045ef6e689db..782365f3e672 100644 --- a/sdk/netapp/azure-mgmt-netapp/README.md +++ b/sdk/netapp/azure-mgmt-netapp/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure NetApp Files Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/network/azure-mgmt-dns/README.md b/sdk/network/azure-mgmt-dns/README.md index 8f137fb0a91f..03583b7cf94a 100644 --- a/sdk/network/azure-mgmt-dns/README.md +++ b/sdk/network/azure-mgmt-dns/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/network/azure-mgmt-frontdoor/README.md b/sdk/network/azure-mgmt-frontdoor/README.md index 7c0965c0258d..874fe43eb7da 100644 --- a/sdk/network/azure-mgmt-frontdoor/README.md +++ b/sdk/network/azure-mgmt-frontdoor/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/network/azure-mgmt-network/README.md b/sdk/network/azure-mgmt-network/README.md index e9eb0ebf0244..3c1405b06b47 100644 --- a/sdk/network/azure-mgmt-network/README.md +++ b/sdk/network/azure-mgmt-network/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Network Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/network/azure-mgmt-privatedns/README.md b/sdk/network/azure-mgmt-privatedns/README.md index 76ae2cf06368..662c206fdd21 100644 --- a/sdk/network/azure-mgmt-privatedns/README.md +++ b/sdk/network/azure-mgmt-privatedns/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/notificationhubs/azure-mgmt-notificationhubs/README.md b/sdk/notificationhubs/azure-mgmt-notificationhubs/README.md index 5d165bc52d1c..3e218baf7412 100644 --- a/sdk/notificationhubs/azure-mgmt-notificationhubs/README.md +++ b/sdk/notificationhubs/azure-mgmt-notificationhubs/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/operationsmanagement/azure-mgmt-operationsmanagement/README.md b/sdk/operationsmanagement/azure-mgmt-operationsmanagement/README.md index ff353a11d379..d8c777dc896d 100644 --- a/sdk/operationsmanagement/azure-mgmt-operationsmanagement/README.md +++ b/sdk/operationsmanagement/azure-mgmt-operationsmanagement/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/peering/azure-mgmt-peering/README.md b/sdk/peering/azure-mgmt-peering/README.md index 8ee648572b90..aafa2c4d3f84 100644 --- a/sdk/peering/azure-mgmt-peering/README.md +++ b/sdk/peering/azure-mgmt-peering/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Peering Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/policyinsights/azure-mgmt-policyinsights/README.md b/sdk/policyinsights/azure-mgmt-policyinsights/README.md index cb3bfe61b7b1..e349d24cc471 100644 --- a/sdk/policyinsights/azure-mgmt-policyinsights/README.md +++ b/sdk/policyinsights/azure-mgmt-policyinsights/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Policy Insights Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/powerbidedicated/azure-mgmt-powerbidedicated/README.md b/sdk/powerbidedicated/azure-mgmt-powerbidedicated/README.md index 59038625c346..4e1f98507355 100644 --- a/sdk/powerbidedicated/azure-mgmt-powerbidedicated/README.md +++ b/sdk/powerbidedicated/azure-mgmt-powerbidedicated/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure PowerBIDedicated Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Provide Feedback diff --git a/sdk/powerbiembedded/azure-mgmt-powerbiembedded/README.md b/sdk/powerbiembedded/azure-mgmt-powerbiembedded/README.md index 22564625884c..f8c2e41a14b9 100644 --- a/sdk/powerbiembedded/azure-mgmt-powerbiembedded/README.md +++ b/sdk/powerbiembedded/azure-mgmt-powerbiembedded/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Compatibility diff --git a/sdk/rdbms/azure-mgmt-rdbms/README.md b/sdk/rdbms/azure-mgmt-rdbms/README.md index 921fe693da2b..3c4c61c6d826 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/README.md +++ b/sdk/rdbms/azure-mgmt-rdbms/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure RDBMS Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservices/README.md b/sdk/recoveryservices/azure-mgmt-recoveryservices/README.md index ed1408220991..b29cf6917813 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservices/README.md +++ b/sdk/recoveryservices/azure-mgmt-recoveryservices/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Recovery Services Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/README.md b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/README.md index ffd2f2fb3663..59dbbf7b6a28 100644 --- a/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/README.md +++ b/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Recovery Services Backup Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/redhatopenshift/azure-mgmt-redhatopenshift/README.md b/sdk/redhatopenshift/azure-mgmt-redhatopenshift/README.md index a0261e295121..61b0d770ba57 100644 --- a/sdk/redhatopenshift/azure-mgmt-redhatopenshift/README.md +++ b/sdk/redhatopenshift/azure-mgmt-redhatopenshift/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Red Hat Openshift Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Provide Feedback diff --git a/sdk/redis/azure-mgmt-redis/README.md b/sdk/redis/azure-mgmt-redis/README.md index 1fd5bb09dc89..52dcba083fe0 100644 --- a/sdk/redis/azure-mgmt-redis/README.md +++ b/sdk/redis/azure-mgmt-redis/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/relay/azure-mgmt-relay/README.md b/sdk/relay/azure-mgmt-relay/README.md index d4b199d7d236..f17218c7fab0 100644 --- a/sdk/relay/azure-mgmt-relay/README.md +++ b/sdk/relay/azure-mgmt-relay/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/reservations/azure-mgmt-reservations/README.md b/sdk/reservations/azure-mgmt-reservations/README.md index b23c59d11665..ff7b344f5864 100644 --- a/sdk/reservations/azure-mgmt-reservations/README.md +++ b/sdk/reservations/azure-mgmt-reservations/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/resources/azure-mgmt-msi/README.md b/sdk/resources/azure-mgmt-msi/README.md index 8caa4b5bc4d0..648fa28d70ca 100644 --- a/sdk/resources/azure-mgmt-msi/README.md +++ b/sdk/resources/azure-mgmt-msi/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/resources/azure-mgmt-resource/README.md b/sdk/resources/azure-mgmt-resource/README.md index eb217cef93ad..6092669e1d09 100644 --- a/sdk/resources/azure-mgmt-resource/README.md +++ b/sdk/resources/azure-mgmt-resource/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Resource Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/resources/azure-mgmt-resourcegraph/README.md b/sdk/resources/azure-mgmt-resourcegraph/README.md index 39ffe8a0f38f..edd9bd86c0e6 100644 --- a/sdk/resources/azure-mgmt-resourcegraph/README.md +++ b/sdk/resources/azure-mgmt-resourcegraph/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Resource Graph Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/scheduler/azure-mgmt-scheduler/README.md b/sdk/scheduler/azure-mgmt-scheduler/README.md index 9334f8b0a831..8afff3246f88 100644 --- a/sdk/scheduler/azure-mgmt-scheduler/README.md +++ b/sdk/scheduler/azure-mgmt-scheduler/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Compatibility diff --git a/sdk/search/azure-mgmt-search/README.md b/sdk/search/azure-mgmt-search/README.md index 02415f8b873c..503608414dae 100644 --- a/sdk/search/azure-mgmt-search/README.md +++ b/sdk/search/azure-mgmt-search/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/security/azure-mgmt-security/README.md b/sdk/security/azure-mgmt-security/README.md index c1b36eada037..8e6b91bad68f 100644 --- a/sdk/security/azure-mgmt-security/README.md +++ b/sdk/security/azure-mgmt-security/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/serialconsole/azure-mgmt-serialconsole/README.md b/sdk/serialconsole/azure-mgmt-serialconsole/README.md index b54ba2ccc8d8..6647ce42f07b 100644 --- a/sdk/serialconsole/azure-mgmt-serialconsole/README.md +++ b/sdk/serialconsole/azure-mgmt-serialconsole/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/servermanager/azure-mgmt-servermanager/README.md b/sdk/servermanager/azure-mgmt-servermanager/README.md index 70c429e18fe2..81760abf942d 100644 --- a/sdk/servermanager/azure-mgmt-servermanager/README.md +++ b/sdk/servermanager/azure-mgmt-servermanager/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Compatibility diff --git a/sdk/servicebus/azure-mgmt-servicebus/README.md b/sdk/servicebus/azure-mgmt-servicebus/README.md index cb7f69ec7293..71c1ce593c87 100644 --- a/sdk/servicebus/azure-mgmt-servicebus/README.md +++ b/sdk/servicebus/azure-mgmt-servicebus/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/servicefabric/azure-mgmt-servicefabric/README.md b/sdk/servicefabric/azure-mgmt-servicefabric/README.md index 486971896332..d524b19105de 100644 --- a/sdk/servicefabric/azure-mgmt-servicefabric/README.md +++ b/sdk/servicefabric/azure-mgmt-servicefabric/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/servicefabric/azure-servicefabric/README.md b/sdk/servicefabric/azure-servicefabric/README.md index e10ba3dc30fa..96ffb5e228d8 100644 --- a/sdk/servicefabric/azure-servicefabric/README.md +++ b/sdk/servicefabric/azure-servicefabric/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Service Fabric Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/signalr/azure-mgmt-signalr/README.md b/sdk/signalr/azure-mgmt-signalr/README.md index 8dc4f14cf656..523cc1afd255 100644 --- a/sdk/signalr/azure-mgmt-signalr/README.md +++ b/sdk/signalr/azure-mgmt-signalr/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure SignalR Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/sql/azure-mgmt-sql/README.md b/sdk/sql/azure-mgmt-sql/README.md index 03c4a0f0625f..eb04f1378d74 100644 --- a/sdk/sql/azure-mgmt-sql/README.md +++ b/sdk/sql/azure-mgmt-sql/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure SQL Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/sql/azure-mgmt-sqlvirtualmachine/README.md b/sdk/sql/azure-mgmt-sqlvirtualmachine/README.md index 24e180e43cc8..379efa4e6847 100644 --- a/sdk/sql/azure-mgmt-sqlvirtualmachine/README.md +++ b/sdk/sql/azure-mgmt-sqlvirtualmachine/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure SQL Virtual Machine Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/storage/azure-mgmt-storage/README.md b/sdk/storage/azure-mgmt-storage/README.md index 3d433d30c1e3..ecec808eb217 100644 --- a/sdk/storage/azure-mgmt-storage/README.md +++ b/sdk/storage/azure-mgmt-storage/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Storage Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/storage/azure-mgmt-storagecache/README.md b/sdk/storage/azure-mgmt-storagecache/README.md index bac224225474..2d48151bb376 100644 --- a/sdk/storage/azure-mgmt-storagecache/README.md +++ b/sdk/storage/azure-mgmt-storagecache/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure MyService Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/storage/azure-mgmt-storageimportexport/README.md b/sdk/storage/azure-mgmt-storageimportexport/README.md index 9aaf05fd5746..3e016825864f 100644 --- a/sdk/storage/azure-mgmt-storageimportexport/README.md +++ b/sdk/storage/azure-mgmt-storageimportexport/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure StorageImportExport Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/storage/azure-mgmt-storagesync/README.md b/sdk/storage/azure-mgmt-storagesync/README.md index d166b740b08f..b86160a7124b 100644 --- a/sdk/storage/azure-mgmt-storagesync/README.md +++ b/sdk/storage/azure-mgmt-storagesync/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/storage/azure-storage-nspkg/README.md b/sdk/storage/azure-storage-nspkg/README.md index a3de7a6555a8..4e9b2deaed39 100644 --- a/sdk/storage/azure-storage-nspkg/README.md +++ b/sdk/storage/azure-storage-nspkg/README.md @@ -8,4 +8,4 @@ It provides the necessary files for other packages to extend the azure.storage namespace. If you are looking to install the Azure Storage libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). diff --git a/sdk/subscription/azure-mgmt-subscription/README.md b/sdk/subscription/azure-mgmt-subscription/README.md index 518e5dbb45d5..df35c72d26b9 100644 --- a/sdk/subscription/azure-mgmt-subscription/README.md +++ b/sdk/subscription/azure-mgmt-subscription/README.md @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Usage diff --git a/sdk/support/azure-mgmt-support/README.md b/sdk/support/azure-mgmt-support/README.md index fd5542bc09d5..e059902abbee 100644 --- a/sdk/support/azure-mgmt-support/README.md +++ b/sdk/support/azure-mgmt-support/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Support Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/synapse/azure-synapse-accesscontrol/README.md b/sdk/synapse/azure-synapse-accesscontrol/README.md index 55088be5b513..2cd8af699332 100644 --- a/sdk/synapse/azure-synapse-accesscontrol/README.md +++ b/sdk/synapse/azure-synapse-accesscontrol/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Synapse AccessControl Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/synapse/azure-synapse-artifacts/README.md b/sdk/synapse/azure-synapse-artifacts/README.md index 84f2f8d8670c..c449e72fdb4b 100644 --- a/sdk/synapse/azure-synapse-artifacts/README.md +++ b/sdk/synapse/azure-synapse-artifacts/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Synapse Artifacts Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/synapse/azure-synapse-spark/README.md b/sdk/synapse/azure-synapse-spark/README.md index 011e87593a04..bc0e56420efb 100644 --- a/sdk/synapse/azure-synapse-spark/README.md +++ b/sdk/synapse/azure-synapse-spark/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Synapse Spark Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage diff --git a/sdk/timeseriesinsights/azure-mgmt-timeseriesinsights/README.md b/sdk/timeseriesinsights/azure-mgmt-timeseriesinsights/README.md index a052b151ac4a..af9a7f4e5ea2 100644 --- a/sdk/timeseriesinsights/azure-mgmt-timeseriesinsights/README.md +++ b/sdk/timeseriesinsights/azure-mgmt-timeseriesinsights/README.md @@ -13,7 +13,7 @@ For the older Azure Service Management (ASM) libraries, see library. For a more complete set of Azure libraries, see the -[azure](https://pypi.python.org/pypi/azure) bundle package. +[azure sdk python release](https://aka.ms/azsdk/python/all). ## Provide Feedback diff --git a/tools/azure-sdk-tools/packaging_tools/templates/README.md b/tools/azure-sdk-tools/packaging_tools/templates/README.md index 0ee338e0354e..1a82d7a4a2fd 100644 --- a/tools/azure-sdk-tools/packaging_tools/templates/README.md +++ b/tools/azure-sdk-tools/packaging_tools/templates/README.md @@ -2,12 +2,13 @@ This is the Microsoft Azure {{package_pprint_name}} Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage -This is a template project purely for engineering use and doesn't have code examples on docs.ms.com. +For code examples, see [{{package_pprint_name}}](https://docs.microsoft.com/python/api/overview/azure/{{package_doc_id}}) +on docs.microsoft.com. # Provide Feedback From 81172cc5d86cf161f1e2b075585bafb09d4350f7 Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Wed, 22 Jul 2020 22:41:11 -0700 Subject: [PATCH 24/35] remove identity links --- sdk/identity/azure-identity/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/identity/azure-identity/CHANGELOG.md b/sdk/identity/azure-identity/CHANGELOG.md index 9540e06e629a..f6c823d8bf47 100644 --- a/sdk/identity/azure-identity/CHANGELOG.md +++ b/sdk/identity/azure-identity/CHANGELOG.md @@ -284,9 +284,9 @@ revamped configuration API. Static `create_config` methods have been renamed ### New features: - Added credentials for authenticating users: -[`DeviceCodeCredential`](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-identity/1.2.0/azure.identity.html#azure.identity.DeviceCodeCredential), -[`InteractiveBrowserCredential`](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-identity/1.2.0/azure.identity.html#azure.identity.InteractiveBrowserCredential), -[`UsernamePasswordCredential`](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-identity/1.2.0/azure.identity.html#azure.identity.UsernamePasswordCredential) + - `DeviceCodeCredential` + - `InteractiveBrowserCredential` + - `UsernamePasswordCredential` - async versions of these credentials will be added in a future release ## 1.0.0b1 (2019-06-28) From 32be6f802c3532b4bb817d7713f5164bb6412f1f Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Thu, 23 Jul 2020 15:17:39 -0700 Subject: [PATCH 25/35] azure-sdk-release link --- sdk/iothub/azure-mgmt-iotcentral/README.md | 2 +- sdk/synapse/azure-mgmt-synapse/README.md | 2 +- sdk/synapse/azure-synapse/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/iothub/azure-mgmt-iotcentral/README.md b/sdk/iothub/azure-mgmt-iotcentral/README.md index 4a2c0b7292bf..c0515a3b666c 100644 --- a/sdk/iothub/azure-mgmt-iotcentral/README.md +++ b/sdk/iothub/azure-mgmt-iotcentral/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure IoTCentral Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/sdk) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all) # Usage diff --git a/sdk/synapse/azure-mgmt-synapse/README.md b/sdk/synapse/azure-mgmt-synapse/README.md index 15493a2e844a..b842c7ac1bce 100644 --- a/sdk/synapse/azure-mgmt-synapse/README.md +++ b/sdk/synapse/azure-mgmt-synapse/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Synapse Management Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/sdk) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all) # Usage diff --git a/sdk/synapse/azure-synapse/README.md b/sdk/synapse/azure-synapse/README.md index a45427594d12..896214ff69cb 100644 --- a/sdk/synapse/azure-synapse/README.md +++ b/sdk/synapse/azure-synapse/README.md @@ -2,7 +2,7 @@ This is the Microsoft Azure Synapse Client Library. This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. -For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/sdk) +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all) # Usage From 82fbb52648206f3e9642a93aaca6e29a77121a30 Mon Sep 17 00:00:00 2001 From: KarishmaGhiya Date: Fri, 24 Jul 2020 11:34:53 -0700 Subject: [PATCH 26/35] Update sdk/servicebus/azure-servicebus/CHANGELOG.md --- sdk/servicebus/azure-servicebus/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/servicebus/azure-servicebus/CHANGELOG.md b/sdk/servicebus/azure-servicebus/CHANGELOG.md index b4c37708175e..abe42646f4a4 100644 --- a/sdk/servicebus/azure-servicebus/CHANGELOG.md +++ b/sdk/servicebus/azure-servicebus/CHANGELOG.md @@ -164,7 +164,7 @@ Version 7.0.0b1 is a preview of our efforts to create a client library that is u * Introduces new AMQP-based API. * Original HTTP-based API still available under new namespace: azure.servicebus.control_client -* For full API changes, please see updated [reference documentation](https://docs.microsoft.com/en-us/python/api/azure-servicebus/azure.servicebus?view=azure-python). +* For full API changes, please see updated [reference documentation](https://docs.microsoft.com/python/api/azure-servicebus/azure.servicebus?view=azure-python). Within the new namespace, the original HTTP-based API from version 0.21.1 remains unchanged (i.e. no additional features or bugfixes) so for those intending to only use HTTP operations - there is no additional benefit in updating at this time. From f5532abea82af52cec8b4c1c44a77fb45a9b7049 Mon Sep 17 00:00:00 2001 From: KarishmaGhiya Date: Fri, 24 Jul 2020 11:37:17 -0700 Subject: [PATCH 27/35] Update tools/azure-devtools/doc/scenario_base_tests.md --- tools/azure-devtools/doc/scenario_base_tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/azure-devtools/doc/scenario_base_tests.md b/tools/azure-devtools/doc/scenario_base_tests.md index f76eaf0b1a0b..73af4a41a34a 100644 --- a/tools/azure-devtools/doc/scenario_base_tests.md +++ b/tools/azure-devtools/doc/scenario_base_tests.md @@ -84,7 +84,7 @@ its `__init__` method (probably using `super`): * `recording_processors` and `replay_processors`: Lists of `RecordingProcessor` instances for making changes to requests and responses during test recording and test playback, respectively. - See [recording_processors.py](https://github.com/Azure/azure-sdk-for-python/blob/e6d329933b00855bb5873fcfa7abe97a0f03c44a/tools/azure-devtools/src/azure_devtools/scenario_tests/recording_processors.py) + See [recording_processors.py](https://github.com/Azure/azure-sdk-for-python/blob/master/tools/azure-devtools/src/azure_devtools/scenario_tests/recording_processors.py) for some examples and how to implement them. * `recording_patches` and `replay_patches`: Lists of patches to apply to functions, methods, etc. @@ -98,4 +98,4 @@ its `__init__` method (probably using `super`): Note: This document's source uses [semantic linefeeds](http://rhodesmill.org/brandon/2012/one-sentence-per-line/) to make diffs and updates clearer. ---> \ No newline at end of file +--> From 7522081adecb1c96da82c6691d640eca78b13bd4 Mon Sep 17 00:00:00 2001 From: KarishmaGhiya Date: Fri, 24 Jul 2020 11:38:51 -0700 Subject: [PATCH 28/35] Update tools/azure-devtools/doc/scenario_base_tests.md --- tools/azure-devtools/doc/scenario_base_tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/azure-devtools/doc/scenario_base_tests.md b/tools/azure-devtools/doc/scenario_base_tests.md index 73af4a41a34a..2097121728ed 100644 --- a/tools/azure-devtools/doc/scenario_base_tests.md +++ b/tools/azure-devtools/doc/scenario_base_tests.md @@ -89,7 +89,7 @@ its `__init__` method (probably using `super`): * `recording_patches` and `replay_patches`: Lists of patches to apply to functions, methods, etc. during test recording and playback, respectively. - See [patches.py](https://github.com/Azure/azure-sdk-for-python/blob/39f2757d504babfa49a70ced87a3150a57b0f462/tools/azure-devtools/src/azure_devtools/scenario_tests/patches.py) + See [patches.py](https://github.com/Azure/azure-sdk-for-python/blob/master/tools/azure-devtools/src/azure_devtools/scenario_tests/patches.py) for some examples. Note the `mock_in_unit_test` function which abstracts out some boilerplate for applying a patch. From 61715f9dd4b801980e091229279a2e51672b99b6 Mon Sep 17 00:00:00 2001 From: KarishmaGhiya Date: Fri, 24 Jul 2020 12:20:10 -0700 Subject: [PATCH 29/35] Update sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md Co-authored-by: Charles Lowell --- sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md b/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md index 8f53245c874c..eade8d0b4bb1 100644 --- a/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md +++ b/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md @@ -98,7 +98,7 @@ and a `CertificateOperation` if not. - `Certificate` now has attribute `properties`, which holds certain properties of the certificate, such as `version`. This changes the shape of the `Certificate` type, as certain properties of `Certificate` (such as `version`) have to be accessed -through the `properties` property. See the updated [docs](https://azure.github.io/azure-sdk-for-python/ref/Keyvault.html#azure-keyvault-certificates) +through the `properties` property. for details. - `update_certificate` has been renamed to `update_certificate_properties` - The `vault_url` parameter of `CertificateClient` has been renamed to `vault_endpoint` From 1ab0115ae252b956d87daf2770aace0d25fa1303 Mon Sep 17 00:00:00 2001 From: KarishmaGhiya Date: Fri, 24 Jul 2020 12:21:22 -0700 Subject: [PATCH 30/35] Update sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md Co-authored-by: Charles Lowell --- sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md b/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md index 58547688eaca..fa65ec424e47 100644 --- a/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md +++ b/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md @@ -31,7 +31,7 @@ Used as a context manager, a `SecretClient` closes opened sockets on exit. ## 4.0.0 (2019-10-31) ### Breaking changes: - Moved optional parameters of two methods into kwargs ( -[docs](https://azure.github.io/azure-sdk-for-python/ref/Keyvault.html#azure-keyvault-secrets) +[docs](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-keyvault-secrets/4.0.0/azure.keyvault.secrets.html) detail the new keyword arguments): - `set_secret` now has positional parameters `name` and `value` - `update_secret_properties` now has positional parameters `name` and From 2251b32310c021b2034b26596cedaed3f88bf9bc Mon Sep 17 00:00:00 2001 From: KarishmaGhiya Date: Fri, 24 Jul 2020 12:23:42 -0700 Subject: [PATCH 31/35] Update sdk/keyvault/azure-keyvault-keys/CHANGELOG.md Co-authored-by: Charles Lowell --- sdk/keyvault/azure-keyvault-keys/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md b/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md index 42afcd2e7fd2..9e94d4dee6e7 100644 --- a/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md +++ b/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md @@ -70,7 +70,7 @@ been renamed to `KeyCurveName`, `KeyOperation`, and `KeyType`, respectively. - `Key` now has attribute `properties`, which holds certain properties of the key, such as `version`. This changes the shape of the returned `Key` type, as certain properties of `Key` (such as `version`) have to be accessed -through the `properties` property. See the updated [docs](https://azure.github.io/azure-sdk-for-python/ref/Keyvault.html#azure-keyvault-keys) +through the `properties` property. for details. - `update_key` has been renamed to `update_key_properties` - The `vault_url` parameter of `KeyClient` has been renamed to `vault_endpoint` From aeae61dc8324eea0edbc1574bd25582e8b59e269 Mon Sep 17 00:00:00 2001 From: KarishmaGhiya Date: Fri, 24 Jul 2020 12:24:13 -0700 Subject: [PATCH 32/35] Update sdk/keyvault/azure-keyvault-keys/CHANGELOG.md Co-authored-by: Charles Lowell --- sdk/keyvault/azure-keyvault-keys/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md b/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md index 9e94d4dee6e7..6d25089e6861 100644 --- a/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md +++ b/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md @@ -37,7 +37,7 @@ as a context manager, a `KeyClient` closes opened sockets on exit. ### Breaking changes: - Removed `KeyClient.get_cryptography_client()` and `CryptographyClient.get_key()` - Moved the optional parameters of several methods into kwargs ( -[docs](https://azure.github.io/azure-sdk-for-python/ref/Keyvault.html#azure-keyvault-keys) +[docs](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-keyvault-keys/4.0.0/index.html) detail the new keyword arguments): - `create_key` now has positional parameters `name` and `key_type` - `create_ec_key` and `create_rsa_key` now have one positional parameter, `name` From 94e0abd029fec11d65e0f6263177d895cc422f74 Mon Sep 17 00:00:00 2001 From: KarishmaGhiya Date: Fri, 24 Jul 2020 12:36:03 -0700 Subject: [PATCH 33/35] Update sdk/identity/azure-identity/CHANGELOG.md Co-authored-by: Charles Lowell --- sdk/identity/azure-identity/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/identity/azure-identity/CHANGELOG.md b/sdk/identity/azure-identity/CHANGELOG.md index f6c823d8bf47..e2b5fe98e30e 100644 --- a/sdk/identity/azure-identity/CHANGELOG.md +++ b/sdk/identity/azure-identity/CHANGELOG.md @@ -209,7 +209,7 @@ the Azure CLI's client ID will be used. `client_id` - transport configuration is now done through keyword arguments as described in - [`azure-core` documentation](https://github.com/Azure/azure-sdk-for-python/blob/azure-identity_1.0.0b4/sdk/core/azure-core/docs/configuration.md) + [`azure-core` documentation](https://github.com/Azure/azure-sdk-for-python/blob/azure-identity_1.0.0/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#transport) ### Fixes and improvements: - Authenticating with a single sign-on shared with other Microsoft applications From 3c0d9cb911f5408781475f9a3fad2cb1db53ecf0 Mon Sep 17 00:00:00 2001 From: KarishmaGhiya Date: Fri, 24 Jul 2020 12:41:16 -0700 Subject: [PATCH 34/35] Update sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md Co-authored-by: Charles Lowell --- sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md b/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md index fa65ec424e47..ecf0e12c2b56 100644 --- a/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md +++ b/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md @@ -52,7 +52,7 @@ detail the new keyword arguments): - `Secret` now has attribute `properties`, which holds certain properties of the secret, such as `version`. This changes the shape of the returned `Secret` type, as certain properties of `Secret` (such as `version`) have to be accessed -through the `properties` property. See the updated [docs](https://azure.github.io/azure-sdk-for-python/ref/Keyvault.html#azure-keyvault-secrets) +through the `properties` property. for details. - `update_secret` has been renamed to `update_secret_properties` - The `vault_url` parameter of `SecretClient` has been renamed to `vault_endpoint` From cb93f275c301d23883f3ffe74711b4b2c9c6ddfe Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Fri, 24 Jul 2020 13:45:24 -0700 Subject: [PATCH 35/35] remove orphan for details sentences --- sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md | 2 +- sdk/keyvault/azure-keyvault-keys/CHANGELOG.md | 2 +- sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md b/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md index eade8d0b4bb1..776618b1216b 100644 --- a/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md +++ b/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md @@ -99,7 +99,7 @@ and a `CertificateOperation` if not. certificate, such as `version`. This changes the shape of the `Certificate` type, as certain properties of `Certificate` (such as `version`) have to be accessed through the `properties` property. -for details. + - `update_certificate` has been renamed to `update_certificate_properties` - The `vault_url` parameter of `CertificateClient` has been renamed to `vault_endpoint` - The property `vault_url` has been renamed to `vault_endpoint` in all models diff --git a/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md b/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md index 6d25089e6861..42e73b03c9e7 100644 --- a/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md +++ b/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md @@ -71,7 +71,7 @@ been renamed to `KeyCurveName`, `KeyOperation`, and `KeyType`, respectively. key, such as `version`. This changes the shape of the returned `Key` type, as certain properties of `Key` (such as `version`) have to be accessed through the `properties` property. -for details. + - `update_key` has been renamed to `update_key_properties` - The `vault_url` parameter of `KeyClient` has been renamed to `vault_endpoint` - The property `vault_url` has been renamed to `vault_endpoint` in all models diff --git a/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md b/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md index ecf0e12c2b56..2785dc809461 100644 --- a/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md +++ b/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md @@ -53,7 +53,7 @@ detail the new keyword arguments): secret, such as `version`. This changes the shape of the returned `Secret` type, as certain properties of `Secret` (such as `version`) have to be accessed through the `properties` property. -for details. + - `update_secret` has been renamed to `update_secret_properties` - The `vault_url` parameter of `SecretClient` has been renamed to `vault_endpoint` - The property `vault_url` has been renamed to `vault_endpoint` in all models