From 8d80bcce8a8a083434ad7b06f20be87779766219 Mon Sep 17 00:00:00 2001 From: Paul Van Eck Date: Mon, 6 Apr 2026 21:27:56 +0000 Subject: [PATCH] ***NO_CI*** [Doc] Update references to wiki pages Signed-off-by: Paul Van Eck --- .../devtools_testutils/mgmt_settings_fake.py | 2 +- .../template_tests/test_smoke.py | 2 +- .../template_tests/test_smoke_async.py | 2 +- sdk/batch/azure-batch/README.md | 10 +++---- .../CHANGELOG.md | 6 ++--- .../azure-ai-textanalytics/CHANGELOG.md | 10 +++---- .../setup.py | 2 +- .../azure-communication-chat/CHANGELOG.md | 2 +- .../azure-communication-chat/setup.py | 2 +- .../azure-communication-email/CHANGELOG.md | 2 +- .../azure-communication-identity/CHANGELOG.md | 4 +-- .../azure-communication-identity/setup.py | 2 +- .../azure-communication-jobrouter/README.md | 2 +- .../CHANGELOG.md | 2 +- .../azure-communication-phonenumbers/setup.py | 2 +- .../azure-communication-rooms/CHANGELOG.md | 2 +- .../azure-communication-rooms/setup.py | 2 +- .../azure-communication-sms/CHANGELOG.md | 2 +- .../azure-communication-sms/setup.py | 2 +- sdk/core/azure-core/CHANGELOG.md | 2 +- .../azure-eventhub/CLIENT_DEVELOPER.md | 24 ++++++++--------- sdk/identity/azure-identity/CHANGELOG.md | 2 +- .../azure-iot-deviceprovisioning/README.md | 10 +++---- .../azure-keyvault-administration/README.md | 2 +- .../azure-keyvault-certificates/README.md | 2 +- sdk/keyvault/azure-keyvault-keys/README.md | 2 +- sdk/keyvault/azure-keyvault-secrets/README.md | 2 +- sdk/keyvault/azure-keyvault/README.md | 2 +- sdk/monitor/azure-monitor-query/CHANGELOG.md | 2 +- .../azure-ai-personalizer/setup.py | 2 +- .../azure-schemaregistry/CLIENT_DEVELOPER.md | 8 +++--- .../azure-servicebus/CLIENT_DEVELOPER.md | 26 +++++++++---------- .../azure-storage-blob-changefeed/README.md | 4 +-- sdk/storage/azure-storage-blob/README.md | 10 +++---- .../azure-storage-extensions/README.md | 2 +- .../azure-storage-file-datalake/README.md | 6 ++--- .../azure-storage-file-share/README.md | 6 ++--- sdk/storage/azure-storage-queue/README.md | 6 ++--- .../azure-ai-textanalytics/CHANGELOG.md | 8 +++--- 39 files changed, 94 insertions(+), 94 deletions(-) diff --git a/eng/tools/azure-sdk-tools/devtools_testutils/mgmt_settings_fake.py b/eng/tools/azure-sdk-tools/devtools_testutils/mgmt_settings_fake.py index 840f87feb62a..50e77eb8370d 100644 --- a/eng/tools/azure-sdk-tools/devtools_testutils/mgmt_settings_fake.py +++ b/eng/tools/azure-sdk-tools/devtools_testutils/mgmt_settings_fake.py @@ -31,7 +31,7 @@ AZURE_STORAGE_CONNECTION_STRING = "DefaultEndpointsProtocol=https;AccountName=storagename;AccountKey=NzhL3hKZbJBuJ2484dPTR+xF30kYaWSSCbs2BzLgVVI1woqeST/1IgqaLm6QAOTxtGvxctSNbIR/1hW8yH+bJg==;EndpointSuffix=core.windows.net" # Read for details of this file: -# https://github.com/Azure/azure-sdk-for-python/wiki/Contributing-to-the-tests +# https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/mgmt/tests.md def get_azure_core_credentials(**kwargs): diff --git a/scripts/quickstart_tooling_dpg/template_tests/test_smoke.py b/scripts/quickstart_tooling_dpg/template_tests/test_smoke.py index 0d9bf8d42535..05266d05d3b2 100644 --- a/scripts/quickstart_tooling_dpg/template_tests/test_smoke.py +++ b/scripts/quickstart_tooling_dpg/template_tests/test_smoke.py @@ -8,7 +8,7 @@ from testcase import {{ test_prefix.capitalize() }}Test, {{ test_prefix.capitalize() }}Preparer -# For more info about how to write and run test, please refer to https://github.com/Azure/azure-sdk-for-python/wiki/Dataplane-Codegen-Quick-Start-for-Test +# For more info about how to write and run test, please refer to https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/tests.md class {{ test_prefix.capitalize() }}SmokeTest({{ test_prefix.capitalize() }}Test): diff --git a/scripts/quickstart_tooling_dpg/template_tests/test_smoke_async.py b/scripts/quickstart_tooling_dpg/template_tests/test_smoke_async.py index 14952c1c85da..fbef2d51246f 100644 --- a/scripts/quickstart_tooling_dpg/template_tests/test_smoke_async.py +++ b/scripts/quickstart_tooling_dpg/template_tests/test_smoke_async.py @@ -9,7 +9,7 @@ from testcase_async import {{ test_prefix.capitalize() }}AsyncTest -# For more info about how to write and run test, please refer to https://github.com/Azure/azure-sdk-for-python/wiki/Dataplane-Codegen-Quick-Start-for-Test +# For more info about how to write and run test, please refer to https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/tests.md class {{ test_prefix.capitalize() }}SmokeAsyncTest({{ test_prefix.capitalize() }}AsyncTest): @{{ test_prefix.capitalize() }}Preparer() diff --git a/sdk/batch/azure-batch/README.md b/sdk/batch/azure-batch/README.md index f2bee612dcc4..a6fc46bb9083 100644 --- a/sdk/batch/azure-batch/README.md +++ b/sdk/batch/azure-batch/README.md @@ -22,7 +22,7 @@ pip install azure-batch azure-identity ### Prerequisites * An Azure subscription. If you don't have one, [create an account for free][azure_sub] * A [Batch account][azure_batch] with a linked [Storage account][azure_storage] -* Python 3.9 or later. For more details, please see the [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy) +* Python 3.9 or later. For more details, please see the [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md) ### Authenticate the client @@ -47,7 +47,7 @@ client = BatchClient( #### Authenticate with Shared Key Credentials -You can also use Shared Key authentication to sign into your Batch account. This method uses your Batch account access keys to authenticate Azure commands for the Batch service. +You can also use Shared Key authentication to sign into your Batch account. This method uses your Batch account access keys to authenticate Azure commands for the Batch service. ```python from azure.core.credentials import AzureNamedKeyCredential @@ -135,7 +135,7 @@ pool = batch_client.pool.create( "userAssignedIdentities": { "/subscriptions/"+SUBSCRIPTION_ID+"/resourceGroups/"+GROUP_NAME+"/providers/Microsoft.ManagedIdentity/userAssignedIdentities/"+"Your Identity Name": {} } - + } } ) @@ -161,7 +161,7 @@ vm_config = models.VirtualMachineConfiguration( pool_spec = models.BatchPoolCreateOptions( id="my-pool", - vm_size="standard_d2_v2", + vm_size="standard_d2_v2", target_dedicated_nodes=1, virtual_machine_configuration=vm_config ) @@ -549,4 +549,4 @@ section of the project. [azure_batch]: https://azure.microsoft.com/products/batch [azure_storage]: https://azure.microsoft.com/products/category/storage -[batch_source_code]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/batch/azure-batch \ No newline at end of file +[batch_source_code]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/batch/azure-batch diff --git a/sdk/cognitivelanguage/azure-ai-language-questionanswering/CHANGELOG.md b/sdk/cognitivelanguage/azure-ai-language-questionanswering/CHANGELOG.md index b637da9fc8e3..76f900ff988a 100644 --- a/sdk/cognitivelanguage/azure-ai-language-questionanswering/CHANGELOG.md +++ b/sdk/cognitivelanguage/azure-ai-language-questionanswering/CHANGELOG.md @@ -31,7 +31,7 @@ * `QuestionAnsweringProjectsClient` was renamed to `AuthoringClient`. * The `azure.ai.language.questionanswering.projects` namespace was renamed to `azure.ai.language.questionanswering.authoring` -* Authoring client methods: `begin_deploy_project`, `begin_import_assets`, `begin_update_sources` +* Authoring client methods: `begin_deploy_project`, `begin_import_assets`, `begin_update_sources` and `begin_update_qnas` now return a response upon completion of the long-running operation. * Keyword argument `format` renamed to `file_format` for `begin_export` and `begin_import_assets`. @@ -39,7 +39,7 @@ * Fixed a bug where the client-level keyword argument `default_language` was not being honored for `get_answers_from_text`. ### Other Changes -* Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, see [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +* Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, see [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). * Dropped dependency on `msrest`. ## 1.1.0b2 (2022-07-19) @@ -115,4 +115,4 @@ ## 1.0.0b1 (2021-07-27) ### Features Added -* Initial release - supports querying from text records and knowledge bases. \ No newline at end of file +* Initial release - supports querying from text records and knowledge bases. diff --git a/sdk/cognitivelanguage/azure-ai-textanalytics/CHANGELOG.md b/sdk/cognitivelanguage/azure-ai-textanalytics/CHANGELOG.md index 40ece61787e9..90e255b0ff80 100644 --- a/sdk/cognitivelanguage/azure-ai-textanalytics/CHANGELOG.md +++ b/sdk/cognitivelanguage/azure-ai-textanalytics/CHANGELOG.md @@ -50,7 +50,7 @@ This version of the client library defaults to the service API version `2023-04- - Renamed client method `begin_abstractive_summary` to `begin_abstract_summary`. - Removed `dynamic_classification` client method and related types: `DynamicClassificationResult` and `ClassificationType`. - Removed keyword arguments `fhir_version` and `document_type` from `begin_analyze_healthcare_entities` and `AnalyzeHealthcareEntitiesAction`. -- Removed property `fhir_bundle` from `AnalyzeHealthcareEntitiesResult`. +- Removed property `fhir_bundle` from `AnalyzeHealthcareEntitiesResult`. - Removed enum `HealthcareDocumentType`. - Removed property `resolutions` from `CategorizedEntity`. - Removed models and enums related to resolutions: `ResolutionKind`, `AgeResolution`, `AreaResolution`, @@ -87,7 +87,7 @@ This version of the client library defaults to the service API version `2022-10- ### Other Changes - - Improved static typing in the client library. + - Improved static typing in the client library. ## 5.3.0b1 (2022-11-17) @@ -101,7 +101,7 @@ This version of the client library defaults to the service API version `2022-10- - Added property `confidence_score` to `HealthcareRelation`. - Added enum `HealthcareDocumentType`. - Added property `resolutions` to `CategorizedEntity`. -- Added models and enums related to resolutions: `BaseResolution`, `ResolutionKind`, `AgeResolution`, `AreaResolution`, +- Added models and enums related to resolutions: `BaseResolution`, `ResolutionKind`, `AgeResolution`, `AreaResolution`, `BooleanResolution`, `CurrencyResolution`, `DateTimeResolution`, `InformationResolution`, `LengthResolution`, `NumberResolution`, `NumericRangeResolution`, `OrdinalResolution`, `SpeedResolution`, `TemperatureResolution`, `TemporalSpanResolution`, `VolumeResolution`, `WeightResolution`, `AgeUnit`, `AreaUnit`, `TemporalModifier`, @@ -163,7 +163,7 @@ The version of this client library defaults to the API version `2022-05-01`. ### Other Changes -- Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, see [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +- Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, see [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). ## 5.2.0b4 (2022-05-18) @@ -534,4 +534,4 @@ This version uses a next-generation code generator that *might* introduce breaki ## 0.1.0 (2018-01-12) -* Initial Release \ No newline at end of file +* Initial Release diff --git a/sdk/communication/azure-communication-callautomation/setup.py b/sdk/communication/azure-communication-callautomation/setup.py index a0c252b38001..639ac4428071 100644 --- a/sdk/communication/azure-communication-callautomation/setup.py +++ b/sdk/communication/azure-communication-callautomation/setup.py @@ -8,7 +8,7 @@ # your package. # this setup.py is set up in a specific way to keep the azure* and azure-mgmt-* namespaces WORKING all the way -# up from python 3.7. Reference here: https://github.com/Azure/azure-sdk-for-python/wiki/Azure-packaging +# up from python 3.7. Reference here: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/packaging.md PACKAGE_NAME = "azure-communication-callautomation" PACKAGE_PPRINT_NAME = "Communication Call Automation" diff --git a/sdk/communication/azure-communication-chat/CHANGELOG.md b/sdk/communication/azure-communication-chat/CHANGELOG.md index c18eb9b4224b..201135264851 100644 --- a/sdk/communication/azure-communication-chat/CHANGELOG.md +++ b/sdk/communication/azure-communication-chat/CHANGELOG.md @@ -23,7 +23,7 @@ ### Other Changes -Python 2.7 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +Python 2.7 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). ## 1.1.0 (2021-09-15) diff --git a/sdk/communication/azure-communication-chat/setup.py b/sdk/communication/azure-communication-chat/setup.py index 5b1d56f7fe4e..76a550f52ae5 100644 --- a/sdk/communication/azure-communication-chat/setup.py +++ b/sdk/communication/azure-communication-chat/setup.py @@ -8,7 +8,7 @@ # your package. # this setup.py is set up in a specific way to keep the azure* and azure-mgmt-* namespaces WORKING all the way -# up from python 3.7. Reference here: https://github.com/Azure/azure-sdk-for-python/wiki/Azure-packaging +# up from python 3.7. Reference here: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/packaging.md PACKAGE_NAME = "azure-communication-chat" PACKAGE_PPRINT_NAME = "Communication Chat" diff --git a/sdk/communication/azure-communication-email/CHANGELOG.md b/sdk/communication/azure-communication-email/CHANGELOG.md index 1187502d4f8f..c07454a14d7a 100644 --- a/sdk/communication/azure-communication-email/CHANGELOG.md +++ b/sdk/communication/azure-communication-email/CHANGELOG.md @@ -41,7 +41,7 @@ The public release of the Azure Communication Services SDK for Email has the fol - The importance property was removed. Email importance can now be specified through either the `x-priority` or `x-msmail-priority` custom headers. ### Other Changes -Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). ## 1.0.0b1 (2022-08-09) diff --git a/sdk/communication/azure-communication-identity/CHANGELOG.md b/sdk/communication/azure-communication-identity/CHANGELOG.md index 2fc34756fbd4..26a278bcd6a3 100644 --- a/sdk/communication/azure-communication-identity/CHANGELOG.md +++ b/sdk/communication/azure-communication-identity/CHANGELOG.md @@ -20,7 +20,7 @@ ### Other Changes -- Python 3.7 is no longer supported. Please use Python version 3.8 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +- Python 3.7 is no longer supported. Please use Python version 3.8 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). ## 1.5.0 (2024-02-14) @@ -78,7 +78,7 @@ - Added a new API version `ApiVersion.V2022_06_01` that is now the default API version ### Other Changes -- Python 2.7 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +- Python 2.7 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). ## 1.1.0b1 (2021-11-09) diff --git a/sdk/communication/azure-communication-identity/setup.py b/sdk/communication/azure-communication-identity/setup.py index 0838f6558f56..d32ac5796cb2 100644 --- a/sdk/communication/azure-communication-identity/setup.py +++ b/sdk/communication/azure-communication-identity/setup.py @@ -8,7 +8,7 @@ # your package. # this setup.py is set up in a specific way to keep the azure* and azure-mgmt-* namespaces WORKING all the way -# up from python 3.8. Reference here: https://github.com/Azure/azure-sdk-for-python/wiki/Azure-packaging +# up from python 3.8. Reference here: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/packaging.md PACKAGE_NAME = "azure-communication-identity" PACKAGE_PPRINT_NAME = "Communication Identity Service" diff --git a/sdk/communication/azure-communication-jobrouter/README.md b/sdk/communication/azure-communication-jobrouter/README.md index 879dce1ae147..55fea386284b 100644 --- a/sdk/communication/azure-communication-jobrouter/README.md +++ b/sdk/communication/azure-communication-jobrouter/README.md @@ -14,7 +14,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For ### Prerequisites You need an [Azure subscription][azure_sub] and a [Communication Service Resource][communication_resource_docs] to use this package. -- Python 3.7 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +- Python 3.7 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). - To create a new Communication Service, you can use the [Azure Portal][communication_resource_create_portal], the [Azure PowerShell][communication_resource_create_power_shell] ### Install the package diff --git a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md index 963b8bafd683..b3dbd67a8304 100644 --- a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md +++ b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md @@ -88,7 +88,7 @@ - Added the ability specify the API version by an optional `api_version` keyword parameter. ### Other Changes -- Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +- Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). - Updated the default polling interval to 2 seconds, it can still be overwritten by using the keyword argument "polling_interval". - Trying to update capabilities with empty phone number will throw `ValueError`. Prior to this change, the client would make an HTTP request that would always fail. - Migrated tests from vcrpy to test proxy. diff --git a/sdk/communication/azure-communication-phonenumbers/setup.py b/sdk/communication/azure-communication-phonenumbers/setup.py index 39558a891ed9..d821c2000ffa 100644 --- a/sdk/communication/azure-communication-phonenumbers/setup.py +++ b/sdk/communication/azure-communication-phonenumbers/setup.py @@ -8,7 +8,7 @@ # your package. # this setup.py is set up in a specific way to keep the azure* and azure-mgmt-* namespaces WORKING all the way -# up from python 3.7. Reference here: https://github.com/Azure/azure-sdk-for-python/wiki/Azure-packaging +# up from python 3.7. Reference here: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/packaging.md PACKAGE_NAME = "azure-communication-phonenumbers" PACKAGE_PPRINT_NAME = "Communication Phone Numbers" diff --git a/sdk/communication/azure-communication-rooms/CHANGELOG.md b/sdk/communication/azure-communication-rooms/CHANGELOG.md index 5c2097ca78cb..f2453ecb367d 100644 --- a/sdk/communication/azure-communication-rooms/CHANGELOG.md +++ b/sdk/communication/azure-communication-rooms/CHANGELOG.md @@ -52,7 +52,7 @@ - Invalid datestrings for `valid_from` and `valid_until` raises exception ### Other Changes -Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). ## 1.0.0b1 (2022-08-10) diff --git a/sdk/communication/azure-communication-rooms/setup.py b/sdk/communication/azure-communication-rooms/setup.py index bfe264c4e3dc..161133fdfa02 100644 --- a/sdk/communication/azure-communication-rooms/setup.py +++ b/sdk/communication/azure-communication-rooms/setup.py @@ -13,7 +13,7 @@ from setuptools import setup, find_packages # this setup.py is set up in a specific way to keep the azure* and azure-mgmt-* namespaces WORKING all the way -# up from python 3.7. Reference here: https://github.com/Azure/azure-sdk-for-python/wiki/Azure-packaging +# up from python 3.7. Reference here: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/packaging.md # Change the PACKAGE_NAME only to change folder and different name PACKAGE_NAME = "azure-communication-rooms" diff --git a/sdk/communication/azure-communication-sms/CHANGELOG.md b/sdk/communication/azure-communication-sms/CHANGELOG.md index 143600f1c718..b18bae2f6a37 100644 --- a/sdk/communication/azure-communication-sms/CHANGELOG.md +++ b/sdk/communication/azure-communication-sms/CHANGELOG.md @@ -3,7 +3,7 @@ ## 1.1.0 (2024-10-03) ### Other Changes -- Python 2.7 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +- Python 2.7 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). ## 1.0.1 (2021-06-08) diff --git a/sdk/communication/azure-communication-sms/setup.py b/sdk/communication/azure-communication-sms/setup.py index 5b26420588cd..275db5f1d424 100644 --- a/sdk/communication/azure-communication-sms/setup.py +++ b/sdk/communication/azure-communication-sms/setup.py @@ -8,7 +8,7 @@ # your package. # this setup.py is set up in a specific way to keep the azure* and azure-mgmt-* namespaces WORKING all the way -# up from python 3.7. Reference here: https://github.com/Azure/azure-sdk-for-python/wiki/Azure-packaging +# up from python 3.7. Reference here: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/packaging.md PACKAGE_NAME = "azure-communication-sms" PACKAGE_PPRINT_NAME = "Communication SMS" diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index a2681a71b8eb..925c81361568 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -345,7 +345,7 @@ ## 1.25.0 (2022-08-04) -Azure-core is supported on Python 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +Azure-core is supported on Python 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). ### Features Added diff --git a/sdk/eventhub/azure-eventhub/CLIENT_DEVELOPER.md b/sdk/eventhub/azure-eventhub/CLIENT_DEVELOPER.md index aa427d5f7e8a..9e5f1cb4a665 100644 --- a/sdk/eventhub/azure-eventhub/CLIENT_DEVELOPER.md +++ b/sdk/eventhub/azure-eventhub/CLIENT_DEVELOPER.md @@ -6,7 +6,7 @@ This guide is intended for developers contributing to the Azure Event Hubs Pytho ### Prerequisites -- Python version [supported by the client library](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy) +- Python version [supported by the client library](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md) - Git - pip and setuptools - Azure subscription to create Event Hubs resources @@ -71,7 +71,7 @@ Live tests require an Azure Event Hubs namespace. Resources are created dynamica ``` 2. Set required environment variables (or create a `.env` file): - + The following need to be set to run live tests locally and authenticate with AzureCliCredential: ``` AZURE_SUBSCRIPTION_ID= @@ -79,14 +79,14 @@ Live tests require an Azure Event Hubs namespace. Resources are created dynamica EVENTHUB_NAMESPACE= # Only the name, not the full URL AZURE_TEST_RUN_LIVE=true ``` - + If using CLI: ``` AZURE_TEST_USE_CLI_AUTH=true ``` - + OR - + If using pwsh: ``` AZURE_TEST_USE_PWSH_AUTH=true @@ -96,10 +96,10 @@ Live tests require an Azure Event Hubs namespace. Resources are created dynamica ```bash # Run a specific test to check if your environment is set up correctly pytest tests/livetest/synctests/test_consumer_client.py::test_receive_partition - + # Run all live tests pytest tests/livetest - + # Run with output visible even if tests pass pytest -s tests/livetest/synctests/test_specific_file.py::test_specific_function ``` @@ -149,16 +149,16 @@ stress/ ```bash # Check on pods kubectl get pods -n - + # Delete namespace kubectl delete namespace - + # List all active namespaces helm list --all-namespaces - + # Show logs in console kubectl logs -n - + # For init failure kubectl logs -n -c init-azure-deployer ``` @@ -206,4 +206,4 @@ To run performance tests in a pipeline for a PR: - [Event Hubs Architecture](https://docs.microsoft.com/azure/event-hubs/event-hubs-about) - [Azure SDK Design Guidelines](https://azure.github.io/azure-sdk/python_design.html) -- [Event Hubs Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventhub/azure-eventhub/samples) \ No newline at end of file +- [Event Hubs Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventhub/azure-eventhub/samples) diff --git a/sdk/identity/azure-identity/CHANGELOG.md b/sdk/identity/azure-identity/CHANGELOG.md index 686480a47a00..5daa21b50e45 100644 --- a/sdk/identity/azure-identity/CHANGELOG.md +++ b/sdk/identity/azure-identity/CHANGELOG.md @@ -453,7 +453,7 @@ More information on this change and the consideration behind it can be found [he ## 1.11.0b3 (2022-08-09) -Azure-identity is supported on Python 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +Azure-identity is supported on Python 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). ### Features Added diff --git a/sdk/iothub/azure-iot-deviceprovisioning/README.md b/sdk/iothub/azure-iot-deviceprovisioning/README.md index b17cca184ffc..c7e4a8a35b63 100644 --- a/sdk/iothub/azure-iot-deviceprovisioning/README.md +++ b/sdk/iothub/azure-iot-deviceprovisioning/README.md @@ -1,6 +1,6 @@ # Azure IoT Device Provisioning client library for Python -The IoT Hub Device Provisioning Service (DPS) is a helper service for IoT Hub that enables zero-touch, just-in-time provisioning to the right IoT hub without requiring human intervention, allowing customers to provision millions of devices in a secure and scalable manner. +The IoT Hub Device Provisioning Service (DPS) is a helper service for IoT Hub that enables zero-touch, just-in-time provisioning to the right IoT hub without requiring human intervention, allowing customers to provision millions of devices in a secure and scalable manner. This service SDK provides data plane operations for backend apps. You can use this service SDK to create and manage individual enrollments and enrollment groups, and to query and manage device registration records. @@ -9,7 +9,7 @@ Learn how to provision devices to your IoT hub(s) with our [quickstarts, tutoria ## Getting started ### Prerequisites -* Python 3.7 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +* Python 3.7 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure IoT Hub Device Provisioning Service](https://learn.microsoft.com/azure/iot-dps/about-iot-dps) to use this package. @@ -96,7 +96,7 @@ credential = AzureSasCredential(signature=sas_token) client = DeviceProvisioningClient(endpoint=dps_endpoint, credential=credential) ``` -### Async Clients +### Async Clients This library includes a complete async API supported on Python 3.5+. To use it, you must first install an async transport, such as [aiohttp](https://pypi.org/project/aiohttp/). See @@ -213,7 +213,7 @@ client.enrollment_groups.create_or_update( ``` ### Create an x509 CA certificate enrollment group -Create an enrollment group with an x509 CA certificate attestation. +Create an enrollment group with an x509 CA certificate attestation. This will ensure a registered device's certificate chain has been signed by the target CA cert at the control plane layer. ```python from azure.iot.deviceprovisioning import DeviceProvisioningClient @@ -299,7 +299,7 @@ except HttpResponseError as error: - `HTTP 401` errors indicate problems authenticating. Check the exception message or logs for more information. -- `HTTP 403` errors indicate that the provided user credentials are not authorized to perform a specific operation on this Device Provisioning Service resource. +- `HTTP 403` errors indicate that the provided user credentials are not authorized to perform a specific operation on this Device Provisioning Service resource. This can also occur if you have incorrectly generated a SAS credential. Verify your credentials and ensure access to your DPS resource. - `HTTP 409` errors indicate a resource conflict. This can occur if: diff --git a/sdk/keyvault/azure-keyvault-administration/README.md b/sdk/keyvault/azure-keyvault-administration/README.md index f1502b2306d2..aa8866bf5f9b 100644 --- a/sdk/keyvault/azure-keyvault-administration/README.md +++ b/sdk/keyvault/azure-keyvault-administration/README.md @@ -24,7 +24,7 @@ create, manage, and deploy public and private SSL/TLS certificates ## _Disclaimer_ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691._ -_Python 3.9 or later is required to use this package. For more details, please refer to [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy)._ +_Python 3.9 or later is required to use this package. For more details, please refer to [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md)._ ## Getting started ### Install packages diff --git a/sdk/keyvault/azure-keyvault-certificates/README.md b/sdk/keyvault/azure-keyvault-certificates/README.md index ab6911522ce6..66081212cee2 100644 --- a/sdk/keyvault/azure-keyvault-certificates/README.md +++ b/sdk/keyvault/azure-keyvault-certificates/README.md @@ -19,7 +19,7 @@ and other secrets ## _Disclaimer_ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_. -_Python 3.9 or later is required to use this package. For more details, please refer to [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy)._ +_Python 3.9 or later is required to use this package. For more details, please refer to [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md)._ ## Getting started ### Install the package diff --git a/sdk/keyvault/azure-keyvault-keys/README.md b/sdk/keyvault/azure-keyvault-keys/README.md index 77c35ed918e4..53261a130b56 100644 --- a/sdk/keyvault/azure-keyvault-keys/README.md +++ b/sdk/keyvault/azure-keyvault-keys/README.md @@ -22,7 +22,7 @@ create, manage, and deploy public and private SSL/TLS certificates _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_. -_Python 3.9 or later is required to use this package. For more details, please refer to [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy)._ +_Python 3.9 or later is required to use this package. For more details, please refer to [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md)._ ## Getting started ### Install the package diff --git a/sdk/keyvault/azure-keyvault-secrets/README.md b/sdk/keyvault/azure-keyvault-secrets/README.md index 91896d501edb..794f5a0f547b 100644 --- a/sdk/keyvault/azure-keyvault-secrets/README.md +++ b/sdk/keyvault/azure-keyvault-secrets/README.md @@ -22,7 +22,7 @@ create, manage, and deploy public and private SSL/TLS certificates ## _Disclaimer_ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_. -_Python 3.9 or later is required to use this package. For more details, please refer to [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy)._ +_Python 3.9 or later is required to use this package. For more details, please refer to [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md)._ ## Getting started ### Install packages diff --git a/sdk/keyvault/azure-keyvault/README.md b/sdk/keyvault/azure-keyvault/README.md index 3722bac8c86c..e215d5de5755 100644 --- a/sdk/keyvault/azure-keyvault/README.md +++ b/sdk/keyvault/azure-keyvault/README.md @@ -13,7 +13,7 @@ of packages that provide APIs for Key Vault operations: ## _Disclaimer_ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_ -_Python 3.7 or later is required to use this package. For more details, please refer to [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy)._ +_Python 3.7 or later is required to use this package. For more details, please refer to [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md)._ ## Install the package Install the Azure Key Vault client libraries for Python with [pip][pip]: diff --git a/sdk/monitor/azure-monitor-query/CHANGELOG.md b/sdk/monitor/azure-monitor-query/CHANGELOG.md index cd3603d82d64..93b646534749 100644 --- a/sdk/monitor/azure-monitor-query/CHANGELOG.md +++ b/sdk/monitor/azure-monitor-query/CHANGELOG.md @@ -108,7 +108,7 @@ ### Other Changes -* Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, see [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +* Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, see [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). * Removed `msrest` dependency. * Bumped minimum dependency on `azure-core` to `>=1.24.0`. * Added requirement for `isodate>=0.6.0` (`isodate` was required by `msrest`). diff --git a/sdk/personalizer/azure-ai-personalizer/setup.py b/sdk/personalizer/azure-ai-personalizer/setup.py index 340c4742be0d..8ee79534fa3e 100644 --- a/sdk/personalizer/azure-ai-personalizer/setup.py +++ b/sdk/personalizer/azure-ai-personalizer/setup.py @@ -8,7 +8,7 @@ # your package. # this setup.py is set up in a specific way to keep the azure* and azure-mgmt-* namespaces WORKING all the way -# up from python 2.7. Reference here: https://github.com/Azure/azure-sdk-for-python/wiki/Azure-packaging +# up from python 2.7. Reference here: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/packaging.md PACKAGE_NAME = "azure-ai-personalizer" PACKAGE_PPRINT_NAME = "Personalizer" diff --git a/sdk/schemaregistry/azure-schemaregistry/CLIENT_DEVELOPER.md b/sdk/schemaregistry/azure-schemaregistry/CLIENT_DEVELOPER.md index b77aa3041f62..7da762cb8a9e 100644 --- a/sdk/schemaregistry/azure-schemaregistry/CLIENT_DEVELOPER.md +++ b/sdk/schemaregistry/azure-schemaregistry/CLIENT_DEVELOPER.md @@ -6,7 +6,7 @@ This guide is intended for developers contributing to the Azure Schema Registry ### Prerequisites -- Python version [supported by the client library](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy) +- Python version [supported by the client library](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md) - Git - pip and setuptools - Node.js and npm (for TypeSpec client generation) @@ -119,8 +119,8 @@ For detailed usage and examples, see the [Avro Encoder README](https://github.co AZURE_TEST_RUN_LIVE=true ``` * Each namespace is Standard tier. Each namespace has one schema group, with schema type set as per namespace. - * The schema group name is the same across namespaces. - + * The schema group name is the same across namespaces. + If using CLI: ``` AZURE_TEST_USE_CLI_AUTH=true @@ -236,4 +236,4 @@ For detailed performance testing setup and resource requirements, see the [Perfo - [Azure SDK Design Guidelines](https://azure.github.io/azure-sdk/python_design.html) - [TypeSpec Documentation](https://typespec.io/) - [Schema Registry Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/schemaregistry/azure-schemaregistry/samples) -- [Event Hubs and Schema Registry Quickstart](https://learn.microsoft.com/azure/event-hubs/create-schema-registry) \ No newline at end of file +- [Event Hubs and Schema Registry Quickstart](https://learn.microsoft.com/azure/event-hubs/create-schema-registry) diff --git a/sdk/servicebus/azure-servicebus/CLIENT_DEVELOPER.md b/sdk/servicebus/azure-servicebus/CLIENT_DEVELOPER.md index bc393ec6b04f..cd74e85495a8 100644 --- a/sdk/servicebus/azure-servicebus/CLIENT_DEVELOPER.md +++ b/sdk/servicebus/azure-servicebus/CLIENT_DEVELOPER.md @@ -6,7 +6,7 @@ This guide is intended for developers contributing to the Azure Service Bus Pyth ### Prerequisites -- Python version [supported by the client library](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy) +- Python version [supported by the client library](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md) - Git - pip and setuptools - Azure subscription to create Service Bus resources @@ -47,26 +47,26 @@ The tests/mgmt_tests run tests for `azure.servicebus.management` and are HTTP-ba ``` 2. Set required environment variables (or create a `.env` file): - + The following need to be set to run live tests locally and authenticate with AzureCliCredential: ``` AZURE_SUBSCRIPTION_ID= SERVICEBUS_RESOURCE_GROUP= AZURE_TEST_RUN_LIVE=true ``` - + If using CLI: ``` AZURE_TEST_USE_CLI_AUTH=true ``` - + OR - + If using pwsh: ``` AZURE_TEST_USE_PWSH_AUTH=true ``` - + Note: To run mgmt tests in playback mode instead of live mode, set: ``` AZURE_TEST_RUN_LIVE=false @@ -79,7 +79,7 @@ The tests/mgmt_tests run tests for `azure.servicebus.management` and are HTTP-ba # Run specific live test pytest tests/livetest/synctests/test_queue_client.py::test_specific_function - + # Show output during test run pytest -s tests/livetest/synctests/test_queue_client.py::test_specific_function ``` @@ -94,7 +94,7 @@ The tests/mgmt_tests run tests for `azure.servicebus.management` and are HTTP-ba ```bash python azure-sdk-for-python/scripts/manage_recordings.py restore -p sdk/servicebus/azure-servicebus/assets.json ``` - + To push after recording mgmt tests in live mode: ```bash python scripts/manage_recordings.py push -p sdk/servicebus/azure-servicebus/assets.json @@ -143,16 +143,16 @@ stress/ ```bash # Check on pods kubectl get pods -n - + # Delete namespace kubectl delete namespace - + # List all active namespaces helm list --all-namespaces - + # Show logs in console kubectl logs -n - + # For init failure kubectl logs -n -c init-azure-deployer ``` @@ -200,4 +200,4 @@ To run performance tests in a pipeline for a PR: - [Service Bus Architecture](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-architecture) - [Azure SDK Design Guidelines](https://azure.github.io/azure-sdk/python_design.html) -- [Service Bus Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicebus/azure-servicebus/samples) \ No newline at end of file +- [Service Bus Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicebus/azure-servicebus/samples) diff --git a/sdk/storage/azure-storage-blob-changefeed/README.md b/sdk/storage/azure-storage-blob-changefeed/README.md index 3c72296313f3..c35c7a89eacf 100644 --- a/sdk/storage/azure-storage-blob-changefeed/README.md +++ b/sdk/storage/azure-storage-blob-changefeed/README.md @@ -9,7 +9,7 @@ This preview package for Python enables users to get blob change feed events. Th ## Getting started ### Prerequisites -* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure storage account](https://learn.microsoft.com/azure/storage/blobs/data-lake-storage-quickstart-create-account) to use this package. @@ -187,4 +187,4 @@ This project welcomes contributions and suggestions. Most contributions require When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. diff --git a/sdk/storage/azure-storage-blob/README.md b/sdk/storage/azure-storage-blob/README.md index dc52ec423222..946ae3277034 100644 --- a/sdk/storage/azure-storage-blob/README.md +++ b/sdk/storage/azure-storage-blob/README.md @@ -20,7 +20,7 @@ Blob storage is ideal for: ## Getting started ### Prerequisites -* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure storage account](https://learn.microsoft.com/azure/storage/common/storage-account-overview) to use this package. @@ -128,12 +128,12 @@ The `credential` parameter may be provided in a number of different forms, depen from azure.storage.blob import BlobServiceClient service = BlobServiceClient(account_url="https://.blob.core.windows.net", credential="") ``` - + If you are using **customized url** (which means the url is not in this format `.blob.core.windows.net`), please instantiate the client using the credential below: ```python from azure.storage.blob import BlobServiceClient - service = BlobServiceClient(account_url="https://.blob.core.windows.net", + service = BlobServiceClient(account_url="https://.blob.core.windows.net", credential={"account_name": "", "account_key":""}) ``` @@ -186,7 +186,7 @@ Four different clients are provided to interact with the various components of t this client represents lease interactions with a `ContainerClient` or `BlobClient`. It provides operations to acquire, renew, release, change, and break a lease on a specified resource. -### Async Clients +### Async Clients This library includes a complete async API supported on Python 3.5+. To use it, you must first install an async transport, such as [aiohttp](https://pypi.org/project/aiohttp/). See @@ -354,7 +354,7 @@ Other optional configuration keyword arguments that can be specified on the clie * __connection_timeout__ (int): The number of seconds the client will wait to establish a connection to the server. Defaults to 20 seconds. * __read_timeout__ (int): The number of seconds the client will wait, between consecutive read operations, for a -response from the server. This is a socket level timeout and is not affected by overall data size. Client-side read +response from the server. This is a socket level timeout and is not affected by overall data size. Client-side read timeouts will be automatically retried. Defaults to 60 seconds. * __transport__ (Any): User-provided transport to send the HTTP request. diff --git a/sdk/storage/azure-storage-extensions/README.md b/sdk/storage/azure-storage-extensions/README.md index 6cf468a9cb48..e9c83225ec16 100644 --- a/sdk/storage/azure-storage-extensions/README.md +++ b/sdk/storage/azure-storage-extensions/README.md @@ -4,7 +4,7 @@ This package contains a set of C-Extension modules intended to be used with the ## Getting started ### Prerequisites -* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). ### Install the package This package is not meant to be used standalone and is meant to accompany other Azure Storage Python SDK libraries. However it can be installed and used standalone as well. diff --git a/sdk/storage/azure-storage-file-datalake/README.md b/sdk/storage/azure-storage-file-datalake/README.md index e977d5ae771c..df82a23bb145 100644 --- a/sdk/storage/azure-storage-file-datalake/README.md +++ b/sdk/storage/azure-storage-file-datalake/README.md @@ -17,7 +17,7 @@ This preview package for Python includes ADLS Gen2 specific API support made ava ## Getting started ### Prerequisites -* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure storage account](https://learn.microsoft.com/azure/storage/blobs/data-lake-storage-quickstart-create-account) to use this package. @@ -79,7 +79,7 @@ DataLake storage offers four types of resources: * A directory under the file system * A file in a the file system or under directory -### Async Clients +### Async Clients This library includes a complete async API supported on Python 3.5+. To use it, you must first install an async transport, such as [aiohttp](https://pypi.org/project/aiohttp/). See @@ -205,7 +205,7 @@ Other optional configuration keyword arguments that can be specified on the clie * __connection_timeout__ (int): The number of seconds the client will wait to establish a connection to the server. Defaults to 20 seconds. * __read_timeout__ (int): The number of seconds the client will wait, between consecutive read operations, for a -response from the server. This is a socket level timeout and is not affected by overall data size. Client-side read +response from the server. This is a socket level timeout and is not affected by overall data size. Client-side read timeouts will be automatically retried. Defaults to 60 seconds. * __transport__ (Any): User-provided transport to send the HTTP request. diff --git a/sdk/storage/azure-storage-file-share/README.md b/sdk/storage/azure-storage-file-share/README.md index bd8b93e81ee0..2df536e88e1d 100644 --- a/sdk/storage/azure-storage-file-share/README.md +++ b/sdk/storage/azure-storage-file-share/README.md @@ -17,7 +17,7 @@ Azure file shares can be used to: ## Getting started ### Prerequisites -* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure storage account](https://learn.microsoft.com/azure/storage/common/storage-account-overview) to use this package. @@ -129,7 +129,7 @@ The following components make up the Azure File Share Service: The Azure Storage File Share client library for Python allows you to interact with each of these components through the use of a dedicated client object. -### Async Clients +### Async Clients This library includes a complete async API supported on Python 3.5+. To use it, you must first install an async transport, such as [aiohttp](https://pypi.org/project/aiohttp/). See @@ -289,7 +289,7 @@ Other optional configuration keyword arguments that can be specified on the clie * __connection_timeout__ (int): The number of seconds the client will wait to establish a connection to the server. Defaults to 20 seconds. * __read_timeout__ (int): The number of seconds the client will wait, between consecutive read operations, for a -response from the server. This is a socket level timeout and is not affected by overall data size. Client-side read +response from the server. This is a socket level timeout and is not affected by overall data size. Client-side read timeouts will be automatically retried. Defaults to 60 seconds. * __transport__ (Any): User-provided transport to send the HTTP request. diff --git a/sdk/storage/azure-storage-queue/README.md b/sdk/storage/azure-storage-queue/README.md index 589746d778d3..15ab28274c06 100644 --- a/sdk/storage/azure-storage-queue/README.md +++ b/sdk/storage/azure-storage-queue/README.md @@ -17,7 +17,7 @@ Common uses of Queue storage include: ## Getting started ### Prerequisites -* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). * You must have an [Azure subscription](https://azure.microsoft.com/free/) and an [Azure storage account](https://learn.microsoft.com/azure/storage/common/storage-account-overview) to use this package. @@ -154,7 +154,7 @@ The following components make up the Azure Queue Service: The Azure Storage Queues client library for Python allows you to interact with each of these components through the use of a dedicated client object. -### Async Clients +### Async Clients This library includes a complete async API supported on Python 3.5+. To use it, you must first install an async transport, such as [aiohttp](https://pypi.org/project/aiohttp/). See @@ -306,7 +306,7 @@ Other optional configuration keyword arguments that can be specified on the clie * __connection_timeout__ (int): The number of seconds the client will wait to establish a connection to the server. Defaults to 20 seconds. * __read_timeout__ (int): The number of seconds the client will wait, between consecutive read operations, for a -response from the server. This is a socket level timeout and is not affected by overall data size. Client-side read +response from the server. This is a socket level timeout and is not affected by overall data size. Client-side read timeouts will be automatically retried. Defaults to 60 seconds. * __transport__ (Any): User-provided transport to send the HTTP request. diff --git a/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md b/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md index b319096377c5..7bee9eb24670 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md +++ b/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md @@ -18,7 +18,7 @@ This version of the client library defaults to the service API version `2023-04- - Renamed client method `begin_abstractive_summary` to `begin_abstract_summary`. - Removed `dynamic_classification` client method and related types: `DynamicClassificationResult` and `ClassificationType`. - Removed keyword arguments `fhir_version` and `document_type` from `begin_analyze_healthcare_entities` and `AnalyzeHealthcareEntitiesAction`. -- Removed property `fhir_bundle` from `AnalyzeHealthcareEntitiesResult`. +- Removed property `fhir_bundle` from `AnalyzeHealthcareEntitiesResult`. - Removed enum `HealthcareDocumentType`. - Removed property `resolutions` from `CategorizedEntity`. - Removed models and enums related to resolutions: `ResolutionKind`, `AgeResolution`, `AreaResolution`, @@ -55,7 +55,7 @@ This version of the client library defaults to the service API version `2022-10- ### Other Changes - - Improved static typing in the client library. + - Improved static typing in the client library. ## 5.3.0b1 (2022-11-17) @@ -69,7 +69,7 @@ This version of the client library defaults to the service API version `2022-10- - Added property `confidence_score` to `HealthcareRelation`. - Added enum `HealthcareDocumentType`. - Added property `resolutions` to `CategorizedEntity`. -- Added models and enums related to resolutions: `BaseResolution`, `ResolutionKind`, `AgeResolution`, `AreaResolution`, +- Added models and enums related to resolutions: `BaseResolution`, `ResolutionKind`, `AgeResolution`, `AreaResolution`, `BooleanResolution`, `CurrencyResolution`, `DateTimeResolution`, `InformationResolution`, `LengthResolution`, `NumberResolution`, `NumericRangeResolution`, `OrdinalResolution`, `SpeedResolution`, `TemperatureResolution`, `TemporalSpanResolution`, `VolumeResolution`, `WeightResolution`, `AgeUnit`, `AreaUnit`, `TemporalModifier`, @@ -131,7 +131,7 @@ The version of this client library defaults to the API version `2022-05-01`. ### Other Changes -- Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, see [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy). +- Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, see [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md). ## 5.2.0b4 (2022-05-18)