Skip to content

Commit 705186c

Browse files
authored
Fix urls (Azure#39124)
1 parent aeb364e commit 705186c

25 files changed

+85
-85
lines changed

sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ is this diagnosis conditional on a symptom?
251251

252252
**Known Issues**
253253

254-
- `begin_analyze_healthcare_entities` is currently in gated preview and can not be used with AAD credentials. For more information, see [the Text Analytics for Health documentation](https://docs.microsoft.com/azure/cognitive-services/text-analytics/how-tos/text-analytics-for-health?tabs=ner#request-access-to-the-public-preview).
254+
- `begin_analyze_healthcare_entities` is currently in gated preview and can not be used with AAD credentials. For more information, see [the Text Analytics for Health documentation](https://learn.microsoft.com/azure/cognitive-services/text-analytics/how-tos/text-analytics-for-health?tabs=ner#request-access-to-the-public-preview).
255255
- At time of this SDK release, the service is not respecting the value passed through `model_version` to `begin_analyze_healthcare_entities`, it only uses the latest model.
256256

257257
## 5.1.0b5 (2021-02-10)
@@ -289,7 +289,7 @@ the service client to the poller object returned from `begin_analyze_healthcare_
289289

290290
**New Features**
291291
- We have added method `begin_analyze`, which supports long-running batch process of Named Entity Recognition, Personally identifiable Information, and Key Phrase Extraction. To use, you must specify `api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3` when creating your client.
292-
- We have added method `begin_analyze_healthcare`, which supports the service's Health API. Since the Health API is currently only available in a gated preview, you need to have your subscription on the service's allow list, and you must specify `api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3` when creating your client. Note that since this is a gated preview, AAD is not supported. More information [here](https://docs.microsoft.com/azure/cognitive-services/text-analytics/how-tos/text-analytics-for-health?tabs=ner#request-access-to-the-public-preview).
292+
- We have added method `begin_analyze_healthcare`, which supports the service's Health API. Since the Health API is currently only available in a gated preview, you need to have your subscription on the service's allow list, and you must specify `api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3` when creating your client. Note that since this is a gated preview, AAD is not supported. More information [here](https://learn.microsoft.com/azure/cognitive-services/text-analytics/how-tos/text-analytics-for-health?tabs=ner#request-access-to-the-public-preview).
293293

294294

295295
## 5.1.0b2 (2020-10-06)

sdk/textanalytics/azure-ai-textanalytics/README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ Advanced scenarios
827827

828828
### Additional documentation
829829

830-
For more extensive documentation on Azure Cognitive Service for Language, see the [Language Service documentation][language_product_documentation] on docs.microsoft.com.
830+
For more extensive documentation on Azure Cognitive Service for Language, see the [Language Service documentation][language_product_documentation] on learn.microsoft.com.
831831

832832
## Contributing
833833

@@ -843,24 +843,24 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
843843
[ta_pypi]: https://pypi.org/project/azure-ai-textanalytics/
844844
[ta_ref_docs]: https://aka.ms/azsdk-python-textanalytics-ref-docs
845845
[ta_samples]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/textanalytics/azure-ai-textanalytics/samples
846-
[language_product_documentation]: https://docs.microsoft.com/azure/cognitive-services/language-service
846+
[language_product_documentation]: https://learn.microsoft.com/azure/cognitive-services/language-service
847847
[azure_subscription]: https://azure.microsoft.com/free/
848-
[ta_or_cs_resource]: https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows
848+
[ta_or_cs_resource]: https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows
849849
[pip]: https://pypi.org/project/pip/
850850
[azure_portal_create_ta_resource]: https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics
851-
[azure_cli]: https://docs.microsoft.com/cli/azure
851+
[azure_cli]: https://learn.microsoft.com/cli/azure
852852
[azure_cli_create_ta_resource]: https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account-cli
853-
[multi_and_single_service]: https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows
854-
[azure_cli_endpoint_lookup]: https://docs.microsoft.com/cli/azure/cognitiveservices/account?view=azure-cli-latest#az-cognitiveservices-account-show
855-
[azure_portal_get_endpoint]: https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows#get-the-keys-for-your-resource
856-
[cognitive_authentication]: https://docs.microsoft.com/azure/cognitive-services/authentication
857-
[cognitive_authentication_api_key]: https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows#get-the-keys-for-your-resource
853+
[multi_and_single_service]: https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows
854+
[azure_cli_endpoint_lookup]: https://learn.microsoft.com/cli/azure/cognitiveservices/account?view=azure-cli-latest#az-cognitiveservices-account-show
855+
[azure_portal_get_endpoint]: https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows#get-the-keys-for-your-resource
856+
[cognitive_authentication]: https://learn.microsoft.com/azure/cognitive-services/authentication
857+
[cognitive_authentication_api_key]: https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows#get-the-keys-for-your-resource
858858
[install_azure_identity]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#install-the-package
859-
[register_aad_app]: https://docs.microsoft.com/azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
860-
[grant_role_access]: https://docs.microsoft.com/azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
861-
[cognitive_custom_subdomain]: https://docs.microsoft.com/azure/cognitive-services/cognitive-services-custom-subdomains
862-
[custom_subdomain]: https://docs.microsoft.com/azure/cognitive-services/authentication#create-a-resource-with-a-custom-subdomain
863-
[cognitive_authentication_aad]: https://docs.microsoft.com/azure/cognitive-services/authentication#authenticate-with-azure-active-directory
859+
[register_aad_app]: https://learn.microsoft.com/azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
860+
[grant_role_access]: https://learn.microsoft.com/azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
861+
[cognitive_custom_subdomain]: https://learn.microsoft.com/azure/cognitive-services/cognitive-services-custom-subdomains
862+
[custom_subdomain]: https://learn.microsoft.com/azure/cognitive-services/authentication#create-a-resource-with-a-custom-subdomain
863+
[cognitive_authentication_aad]: https://learn.microsoft.com/azure/cognitive-services/authentication#authenticate-with-azure-active-directory
864864
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials
865865
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential
866866
[service_limits]: https://aka.ms/azsdk/textanalytics/data-limits
@@ -883,14 +883,14 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
883883
[recognize_linked_entities]: https://aka.ms/azsdk-python-textanalytics-recognizelinkedentities
884884
[extract_key_phrases]: https://aka.ms/azsdk-python-textanalytics-extractkeyphrases
885885
[detect_language]: https://aka.ms/azsdk-python-textanalytics-detectlanguage
886-
[language_detection]: https://docs.microsoft.com/azure/cognitive-services/language-service/language-detection/overview
887-
[language_and_regional_support]: https://docs.microsoft.com/azure/cognitive-services/language-service/language-detection/language-support
888-
[sentiment_analysis]: https://docs.microsoft.com/azure/cognitive-services/language-service/sentiment-opinion-mining/overview
889-
[key_phrase_extraction]: https://docs.microsoft.com/azure/cognitive-services/language-service/key-phrase-extraction/overview
886+
[language_detection]: https://learn.microsoft.com/azure/cognitive-services/language-service/language-detection/overview
887+
[language_and_regional_support]: https://learn.microsoft.com/azure/cognitive-services/language-service/language-detection/language-support
888+
[sentiment_analysis]: https://learn.microsoft.com/azure/cognitive-services/language-service/sentiment-opinion-mining/overview
889+
[key_phrase_extraction]: https://learn.microsoft.com/azure/cognitive-services/language-service/key-phrase-extraction/overview
890890
[linked_entities_categories]: https://aka.ms/taner
891-
[linked_entity_recognition]: https://docs.microsoft.com/azure/cognitive-services/language-service/entity-linking/overview
891+
[linked_entity_recognition]: https://learn.microsoft.com/azure/cognitive-services/language-service/entity-linking/overview
892892
[pii_entity_categories]: https://aka.ms/azsdk/language/pii
893-
[named_entity_recognition]: https://docs.microsoft.com/azure/cognitive-services/language-service/named-entity-recognition/overview
893+
[named_entity_recognition]: https://learn.microsoft.com/azure/cognitive-services/language-service/named-entity-recognition/overview
894894
[named_entity_categories]: https://aka.ms/taner
895895
[azure_core_ref_docs]: https://aka.ms/azsdk-python-core-policies
896896
[azure_core]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md

sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_operations_mixin.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def begin_health(
352352
processing functions. Setting this parameter to true, disables input logging and may limit our
353353
ability to remediate issues that occur. Please see Cognitive Services Compliance and Privacy
354354
notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI
355-
principles at https://www.microsoft.com/en-us/ai/responsible-ai. Default value is None.
355+
principles at https://www.microsoft.com/ai/responsible-ai. Default value is None.
356356
:type logging_opt_out: bool
357357
:keyword callable cls: A custom type or function that will be passed the direct response
358358
:keyword str continuation_token: A continuation token to restart a poller from a saved state.
@@ -412,7 +412,7 @@ def entities_linking(
412412
processing functions. Setting this parameter to true, disables input logging and may limit our
413413
ability to remediate issues that occur. Please see Cognitive Services Compliance and Privacy
414414
notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI
415-
principles at https://www.microsoft.com/en-us/ai/responsible-ai. Default value is None.
415+
principles at https://www.microsoft.com/ai/responsible-ai. Default value is None.
416416
:type logging_opt_out: bool
417417
:param string_index_type: (Optional) Specifies the method used to interpret string offsets.
418418
Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information
@@ -475,7 +475,7 @@ def entities_recognition_general(
475475
processing functions. Setting this parameter to true, disables input logging and may limit our
476476
ability to remediate issues that occur. Please see Cognitive Services Compliance and Privacy
477477
notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI
478-
principles at https://www.microsoft.com/en-us/ai/responsible-ai. Default value is None.
478+
principles at https://www.microsoft.com/ai/responsible-ai. Default value is None.
479479
:type logging_opt_out: bool
480480
:param string_index_type: (Optional) Specifies the method used to interpret string offsets.
481481
Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information
@@ -541,7 +541,7 @@ def entities_recognition_pii(
541541
processing functions. Setting this parameter to true, disables input logging and may limit our
542542
ability to remediate issues that occur. Please see Cognitive Services Compliance and Privacy
543543
notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI
544-
principles at https://www.microsoft.com/en-us/ai/responsible-ai. Default value is None.
544+
principles at https://www.microsoft.com/ai/responsible-ai. Default value is None.
545545
:type logging_opt_out: bool
546546
:param domain: (Optional) if specified, will set the PII domain to include only a subset of the
547547
entity categories. Possible values include: 'PHI', 'none'. Default value is None.
@@ -644,7 +644,7 @@ def key_phrases(
644644
processing functions. Setting this parameter to true, disables input logging and may limit our
645645
ability to remediate issues that occur. Please see Cognitive Services Compliance and Privacy
646646
notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI
647-
principles at https://www.microsoft.com/en-us/ai/responsible-ai. Default value is None.
647+
principles at https://www.microsoft.com/ai/responsible-ai. Default value is None.
648648
:type logging_opt_out: bool
649649
:keyword callable cls: A custom type or function that will be passed the direct response
650650
:return: KeyPhraseResult or the result of cls(response)
@@ -701,7 +701,7 @@ def languages(
701701
processing functions. Setting this parameter to true, disables input logging and may limit our
702702
ability to remediate issues that occur. Please see Cognitive Services Compliance and Privacy
703703
notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI
704-
principles at https://www.microsoft.com/en-us/ai/responsible-ai. Default value is None.
704+
principles at https://www.microsoft.com/ai/responsible-ai. Default value is None.
705705
:type logging_opt_out: bool
706706
:keyword callable cls: A custom type or function that will be passed the direct response
707707
:return: LanguageResult or the result of cls(response)
@@ -759,7 +759,7 @@ def sentiment(
759759
processing functions. Setting this parameter to true, disables input logging and may limit our
760760
ability to remediate issues that occur. Please see Cognitive Services Compliance and Privacy
761761
notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI
762-
principles at https://www.microsoft.com/en-us/ai/responsible-ai. Default value is None.
762+
principles at https://www.microsoft.com/ai/responsible-ai. Default value is None.
763763
:type logging_opt_out: bool
764764
:param opinion_mining: (Optional) if set to true, response will contain not only sentiment
765765
prediction but also opinion mining (aspect-based sentiment analysis) results. Default value is

sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_text_analytics_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(self, *args, **kwargs):
3333
pass
3434

3535
class TextAnalyticsClient(TextAnalyticsClientOperationsMixin, MultiApiClientMixin, _SDKClient):
36-
"""The Text Analytics API is a suite of natural language processing (NLP) services built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction and language detection. Functionality for analysis of text specific to the healthcare domain and personal information are also available in the API. Further documentation can be found in :code:`<a href="https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview">https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview</a>`.
36+
"""The Text Analytics API is a suite of natural language processing (NLP) services built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction and language detection. Functionality for analysis of text specific to the healthcare domain and personal information are also available in the API. Further documentation can be found in :code:`<a href="https://learn.microsoft.com/azure/cognitive-services/text-analytics/overview">https://learn.microsoft.com/azure/cognitive-services/text-analytics/overview</a>`.
3737
3838
This ready contains multiple API versions, to help you deal with all of the Azure clouds
3939
(Azure Stack, Azure Government, Azure China, etc.).

0 commit comments

Comments
 (0)