From b1c636516eb0e6a229d143a77267f047df51fe90 Mon Sep 17 00:00:00 2001 From: Xiang Yan Date: Fri, 17 Jan 2025 09:33:02 -0800 Subject: [PATCH] Fix urls --- sdk/communication/CONTRIBUTING.md | 6 ++--- .../README.md | 6 ++--- .../_generated/models/_models.py | 8 +++---- .../communication/callautomation/_models.py | 8 +++---- .../azure-communication-chat/README.md | 6 ++--- .../azure-communication-email/README.md | 8 +++---- .../azure-communication-identity/CHANGELOG.md | 2 +- .../azure-communication-identity/README.md | 4 ++-- .../azure-communication-jobrouter/README.md | 22 +++++++++---------- .../azure-communication-messages/README.md | 4 ++-- ...ication_messages_with_token_credentials.py | 6 ++--- .../CHANGELOG.md | 2 +- .../README.md | 2 +- .../azure-communication-rooms/README.md | 6 ++--- .../azure-communication-sms/README.md | 10 ++++----- 15 files changed, 50 insertions(+), 50 deletions(-) diff --git a/sdk/communication/CONTRIBUTING.md b/sdk/communication/CONTRIBUTING.md index f397962d33b1..c197f60709c2 100644 --- a/sdk/communication/CONTRIBUTING.md +++ b/sdk/communication/CONTRIBUTING.md @@ -43,13 +43,13 @@ If you ran the tests in LIVE mode, you may have noticed that the files inside th The most probable thing is that the managed identity tests will fail at first. This is because we haven't set up any managed identity credentials for the DefaultAzureCredential object inside the tests to reference to. There are multiple ways of creating a managed identity credential. -One of the easiest ways is to install the [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) and run the `az login` command. If you are listed as a contributor of the resource you are testing against, this should be enough for the DefaultAzureCredential object to get the corresponding Azure Active Directory credentials you need. +One of the easiest ways is to install the [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) and run the `az login` command. If you are listed as a contributor of the resource you are testing against, this should be enough for the DefaultAzureCredential object to get the corresponding Azure Active Directory credentials you need. Another way to authenticate is to set up 3 environment variables called `AZURE_CLIENT_ID`, `AZURE_TENANT_ID` and `AZURE_CLIENT_SECRET` and set their values to the ones from a registered Azure Active Directory application that is linked to the resource you are testing against. -If you are testing against a personal resource, you can check the [Managed Identity Quickstart Guide for ACS](https://docs.microsoft.com/azure/communication-services/quickstarts/managed-identity-from-cli) for an easy ramp-up process. +If you are testing against a personal resource, you can check the [Managed Identity Quickstart Guide for ACS](https://learn.microsoft.com/azure/communication-services/quickstarts/managed-identity-from-cli) for an easy ramp-up process. -For a more in-depth look on how to authenticate using managed identity, refer to the [Azure Identity client library for Python](https://docs.microsoft.com/python/api/overview/azure/identity-readme?view=azure-python) documentation. This document also has more ways for you to authenticate using the DefaultAzureCredential object besides the ones we discussed in this contributing file. +For a more in-depth look on how to authenticate using managed identity, refer to the [Azure Identity client library for Python](https://learn.microsoft.com/python/api/overview/azure/identity-readme?view=azure-python) documentation. This document also has more ways for you to authenticate using the DefaultAzureCredential object besides the ones we discussed in this contributing file. ### Running the New-TestResources and Remove-TestResources Scripts diff --git a/sdk/communication/azure-communication-callautomation/README.md b/sdk/communication/azure-communication-callautomation/README.md index 651a74be72ab..88fe3cfd79e7 100644 --- a/sdk/communication/azure-communication-callautomation/README.md +++ b/sdk/communication/azure-communication-callautomation/README.md @@ -108,11 +108,11 @@ additional questions or comments. [overview]: https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/call-automation -[product_docs]: https://docs.microsoft.com/azure/communication-services/overview -[azure_cli]: https://docs.microsoft.com/cli/azure +[product_docs]: https://learn.microsoft.com/azure/communication-services/overview +[azure_cli]: https://learn.microsoft.com/cli/azure [azure_sub]: https://azure.microsoft.com/free/ [azure_portal]: https://portal.azure.com -[azure_powershell]: https://docs.microsoft.com/powershell/module/az.communication/new-azcommunicationservice +[azure_powershell]: https://learn.microsoft.com/powershell/module/az.communication/new-azcommunicationservice [build_doc]: https://aka.ms/AzureSDKBundling [incomingcall]: https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/incoming-call-notification [build1]: https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/callflows-for-customer-interactions?pivots=programming-language-csha diff --git a/sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_generated/models/_models.py b/sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_generated/models/_models.py index 754acca99848..374f80d1fc0e 100644 --- a/sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_generated/models/_models.py +++ b/sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_generated/models/_models.py @@ -6238,14 +6238,14 @@ class TextSource(_serialization.Model): :vartype text: str :ivar source_locale: Source language locale to be played Refer to available locales here: :code:``. :vartype source_locale: str :ivar voice_kind: Voice kind type. Known values are: "male" and "female". :vartype voice_kind: str or ~azure.communication.callautomation.models.VoiceKind :ivar voice_name: Voice name to be played Refer to available Text-to-speech voices here: :code:``. :vartype voice_name: str :ivar custom_voice_endpoint_id: Endpoint where the custom voice was deployed. @@ -6279,14 +6279,14 @@ def __init__( :paramtype text: str :keyword source_locale: Source language locale to be played Refer to available locales here: :code:``. :paramtype source_locale: str :keyword voice_kind: Voice kind type. Known values are: "male" and "female". :paramtype voice_kind: str or ~azure.communication.callautomation.models.VoiceKind :keyword voice_name: Voice name to be played Refer to available Text-to-speech voices here: :code:``. :paramtype voice_name: str :keyword custom_voice_endpoint_id: Endpoint where the custom voice was deployed. diff --git a/sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_models.py b/sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_models.py index fb11625fb680..995159e55993 100644 --- a/sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_models.py +++ b/sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_models.py @@ -259,12 +259,12 @@ class TextSource: :keyword text: Text for the cognitive service to be played. Required. :paramtype text: str :keyword source_locale: Source language locale to be played. Refer to available locales here: - https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support?tabs=stt-tts + https://learn.microsoft.com/azure/cognitive-services/speech-service/language-support?tabs=stt-tts :paramtype source_locale: str :keyword voice_kind: Voice kind type. Known values are: "male" and "female". :paramtype voice_kind: str or ~azure.communication.callautomation.VoiceKind :keyword voice_name: Voice name to be played. Refer to available Text-to-speech voices here: - https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support?tabs=stt-tts + https://learn.microsoft.com/azure/cognitive-services/speech-service/language-support?tabs=stt-tts :paramtype voice_name: str :keyword play_source_cache_id: Cached source id of the play media, if it exists. :paramtype play_source_cache_id: str @@ -276,12 +276,12 @@ class TextSource: """Text for the cognitive service to be played.""" source_locale: Optional[str] """Source language locale to be played. Refer to available locales here: - https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support?tabs=stt-tts""" + https://learn.microsoft.com/azure/cognitive-services/speech-service/language-support?tabs=stt-tts""" voice_kind: Optional[Union[str, "VoiceKind"]] """Voice kind type. Known values are: "male" and "female".""" voice_name: Optional[str] """Voice name to be played. Refer to available Text-to-speech voices here: - https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support?tabs=stt-tts""" + https://learn.microsoft.com/azure/cognitive-services/speech-service/language-support?tabs=stt-tts""" play_source_cache_id: Optional[str] """Cached source id of the play media, if it exists.""" custom_voice_endpoint_id: Optional[str] diff --git a/sdk/communication/azure-communication-chat/README.md b/sdk/communication/azure-communication-chat/README.md index 8d94f22ac6dd..7ba733f4dd14 100644 --- a/sdk/communication/azure-communication-chat/README.md +++ b/sdk/communication/azure-communication-chat/README.md @@ -1,13 +1,13 @@ # Azure Communication Chat Package client library for Python This package contains a Python SDK for Azure Communication Services for Chat. -Read more about Azure Communication Services [here](https://docs.microsoft.com/azure/communication-services/overview) +Read more about Azure Communication Services [here](https://learn.microsoft.com/azure/communication-services/overview) [Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/communication/azure-communication-chat) | [Package (Pypi)](https://pypi.org/project/azure-communication-chat/) | [Package (Conda)](https://anaconda.org/microsoft/azure-communication/) | [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-communication-chat/1.0.0b5/index.html) -| [Product documentation](https://docs.microsoft.com/azure/communication-services/) +| [Product documentation](https://learn.microsoft.com/azure/communication-services/) ## _Disclaimer_ @@ -18,7 +18,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For ## Prerequisites - Python 3.7 or later is required to use this package. -- A deployed Communication Services resource. You can use the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp) or the [Azure PowerShell](https://docs.microsoft.com/powershell/module/az.communication/new-azcommunicationservice) to set it up. +- A deployed Communication Services resource. You can use the [Azure Portal](https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp) or the [Azure PowerShell](https://learn.microsoft.com/powershell/module/az.communication/new-azcommunicationservice) to set it up. ## Install the package diff --git a/sdk/communication/azure-communication-email/README.md b/sdk/communication/azure-communication-email/README.md index 3ea6efb439ae..1a77cfdd704e 100644 --- a/sdk/communication/azure-communication-email/README.md +++ b/sdk/communication/azure-communication-email/README.md @@ -232,11 +232,11 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m [coc]: https://opensource.microsoft.com/codeofconduct/ [coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/ [coc_contact]: mailto:opencode@microsoft.com -[communication_resource_docs]: https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp +[communication_resource_docs]: https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp [email_resource_docs]: https://aka.ms/acsemail/createemailresource -[communication_resource_create_portal]: https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp -[communication_resource_create_power_shell]: https://docs.microsoft.com/powershell/module/az.communication/new-azcommunicationservice -[communication_resource_create_net]: https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-net +[communication_resource_create_portal]: https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp +[communication_resource_create_power_shell]: https://learn.microsoft.com/powershell/module/az.communication/new-azcommunicationservice +[communication_resource_create_net]: https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-net [package]: https://www.nuget.org/packages/Azure.Communication.Common/ [product_docs]: https://aka.ms/acsemail/overview [nextsteps]: https://aka.ms/acsemail/overview diff --git a/sdk/communication/azure-communication-identity/CHANGELOG.md b/sdk/communication/azure-communication-identity/CHANGELOG.md index ea2adeed9a4f..1a81e7c9eebd 100644 --- a/sdk/communication/azure-communication-identity/CHANGELOG.md +++ b/sdk/communication/azure-communication-identity/CHANGELOG.md @@ -110,4 +110,4 @@ [read_me]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-identity/README.md -[documentation]: https://docs.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-python +[documentation]: https://learn.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-python diff --git a/sdk/communication/azure-communication-identity/README.md b/sdk/communication/azure-communication-identity/README.md index 207786c5ad86..534e3ed57c01 100644 --- a/sdk/communication/azure-communication-identity/README.md +++ b/sdk/communication/azure-communication-identity/README.md @@ -6,7 +6,7 @@ Azure Communication Identity client package is intended to be used to setup the | [Package (Pypi)](https://pypi.org/project/azure-communication-identity/) | [Package (Conda)](https://anaconda.org/microsoft/azure-communication/) | [API reference documentation](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-identity) -| [Product documentation](https://docs.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-python) +| [Product documentation](https://learn.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-python) ## _Disclaimer_ @@ -16,7 +16,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For ## Prerequisites - Python 3.8 or later is required to use this package. - You must have an [Azure subscription](https://azure.microsoft.com/free/) -- A deployed Communication Services resource. You can use the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp) or the [Azure PowerShell](https://docs.microsoft.com/powershell/module/az.communication/new-azcommunicationservice) to set it up. +- A deployed Communication Services resource. You can use the [Azure Portal](https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp) or the [Azure PowerShell](https://learn.microsoft.com/powershell/module/az.communication/new-azcommunicationservice) to set it up. ## Install the package Install the Azure Communication Identity client library for Python with [pip](https://pypi.org/project/pip/): diff --git a/sdk/communication/azure-communication-jobrouter/README.md b/sdk/communication/azure-communication-jobrouter/README.md index 4b0b28ca6617..879dce1ae147 100644 --- a/sdk/communication/azure-communication-jobrouter/README.md +++ b/sdk/communication/azure-communication-jobrouter/README.md @@ -337,20 +337,20 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m [coc]: https://opensource.microsoft.com/codeofconduct/ [coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/ [coc_contact]: mailto:opencode@microsoft.com -[communication_resource_docs]: https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp -[communication_resource_create_portal]: https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp -[communication_resource_create_power_shell]: https://docs.microsoft.com/powershell/module/az.communication/new-azcommunicationservice -[communication_resource_create_net]: https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-net -[nextsteps]:https://docs.microsoft.com/azure/communication-services/concepts/router/concepts +[communication_resource_docs]: https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp +[communication_resource_create_portal]: https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp +[communication_resource_create_power_shell]: https://learn.microsoft.com/powershell/module/az.communication/new-azcommunicationservice +[communication_resource_create_net]: https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-net +[nextsteps]:https://learn.microsoft.com/azure/communication-services/concepts/router/concepts [source]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-jobrouter -[product_docs]: https://docs.microsoft.com/azure/communication-services/overview -[classification_concepts]: https://docs.microsoft.com/azure/communication-services/concepts/router/classification-concepts -[subscribe_events]: https://docs.microsoft.com/azure/communication-services/how-tos/router-sdk/subscribe-events -[offer_issued_event_schema]: https://docs.microsoft.com/azure/communication-services/how-tos/router-sdk/subscribe-events#microsoftcommunicationrouterworkerofferissued +[product_docs]: https://learn.microsoft.com/azure/communication-services/overview +[classification_concepts]: https://learn.microsoft.com/azure/communication-services/concepts/router/classification-concepts +[subscribe_events]: https://learn.microsoft.com/azure/communication-services/how-tos/router-sdk/subscribe-events +[offer_issued_event_schema]: https://learn.microsoft.com/azure/communication-services/how-tos/router-sdk/subscribe-events#microsoftcommunicationrouterworkerofferissued [deserialize_event_grid_event_data]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventgrid/azure-eventgrid#consume-from-servicebus -[event_grid_event_handlers]: https://docs.microsoft.com/azure/event-grid/event-handlers -[webhook_event_grid_event_delivery]: https://docs.microsoft.com/azure/event-grid/webhook-event-delivery +[event_grid_event_handlers]: https://learn.microsoft.com/azure/event-grid/event-handlers +[webhook_event_grid_event_delivery]: https://learn.microsoft.com/azure/event-grid/webhook-event-delivery [pypi]: https://pypi.org [pip]: https://pypi.org/project/pip/ diff --git a/sdk/communication/azure-communication-messages/README.md b/sdk/communication/azure-communication-messages/README.md index 6f4db6da72cd..b7e103d73662 100644 --- a/sdk/communication/azure-communication-messages/README.md +++ b/sdk/communication/azure-communication-messages/README.md @@ -91,7 +91,7 @@ additional questions or comments. [code_of_conduct]: https://opensource.microsoft.com/codeofconduct/ -[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token +[authenticate_with_token]: https://learn.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token [azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials [azure_identity_pip]: https://pypi.org/project/azure-identity/ [default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential @@ -99,6 +99,6 @@ additional questions or comments. [azure_sub]: https://azure.microsoft.com [source]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-messages -[product_docs]: https://docs.microsoft.com/azure/communication-services/overview +[product_docs]: https://learn.microsoft.com/azure/communication-services/overview [pypi]: https://pypi.org [nextsteps]: https://learn.microsoft.com/azure/communication-services/concepts/advanced-messaging/whatsapp/whatsapp-overview diff --git a/sdk/communication/azure-communication-messages/samples/send_text_notification_messages_with_token_credentials.py b/sdk/communication/azure-communication-messages/samples/send_text_notification_messages_with_token_credentials.py index 4f61bec2136e..55d28e259269 100644 --- a/sdk/communication/azure-communication-messages/samples/send_text_notification_messages_with_token_credentials.py +++ b/sdk/communication/azure-communication-messages/samples/send_text_notification_messages_with_token_credentials.py @@ -12,7 +12,7 @@ DESCRIPTION: This sample demonstrates sending an Whatsapp message from business phone number to a single user. The NotificationMessageClient is authenticated using Bearer TokenCredentials with azureidentity. - More information here: https://learn.microsoft.com/en-us/python/api/overview/azure/identity-readme?view=azure-python + More information here: https://learn.microsoft.com/python/api/overview/azure/identity-readme?view=azure-python USAGE: python send_text_notification_messages_with_token_credentials.py @@ -21,8 +21,8 @@ 2) RECIPIENT_PHONE_NUMBER - a phone number with Whatsapp capabilities. Use list for recipient phone number. 3) WHATSAPP_CHANNEL_ID - Channel created in Azure portal for Advanced Messaging. 4) Follow defining environment variables for DefaultAzureCredentials as give here: - https://learn.microsoft.com/en-us/python/api/overview/azure/identity-readme?view=azure-python#environment-variables - https://learn.microsoft.com/en-us/entra/identity-platform/howto-create-service-principal-portal + https://learn.microsoft.com/python/api/overview/azure/identity-readme?view=azure-python#environment-variables + https://learn.microsoft.com/entra/identity-platform/howto-create-service-principal-portal Variable name Value AZURE_CLIENT_ID ID of a Microsoft Entra application AZURE_TENANT_ID ID of the application's Microsoft Entra tenant diff --git a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md index e9fb8c515aa9..e8974edf1222 100644 --- a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md +++ b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md @@ -92,4 +92,4 @@ [read_me]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-phonenumbers/README.md -[documentation]: https://docs.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-python +[documentation]: https://learn.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-python diff --git a/sdk/communication/azure-communication-phonenumbers/README.md b/sdk/communication/azure-communication-phonenumbers/README.md index 14e26027fb95..237da9ee1f09 100644 --- a/sdk/communication/azure-communication-phonenumbers/README.md +++ b/sdk/communication/azure-communication-phonenumbers/README.md @@ -10,7 +10,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For ## Prerequisites - Python 3.7 or later is required to use this package. - You must have an [Azure subscription](https://azure.microsoft.com/free/) -- A deployed Communication Services resource. You can use the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp) or the [Azure PowerShell](https://docs.microsoft.com/powershell/module/az.communication/new-azcommunicationservice) to set it up. +- A deployed Communication Services resource. You can use the [Azure Portal](https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp) or the [Azure PowerShell](https://learn.microsoft.com/powershell/module/az.communication/new-azcommunicationservice) to set it up. ## Install the package Install the Azure Communication Phone Numbers client library for Python with [pip](https://pypi.org/project/pip/): diff --git a/sdk/communication/azure-communication-rooms/README.md b/sdk/communication/azure-communication-rooms/README.md index f591d39d6558..03a6568977d9 100644 --- a/sdk/communication/azure-communication-rooms/README.md +++ b/sdk/communication/azure-communication-rooms/README.md @@ -1,6 +1,6 @@ # Azure Communication Rooms client library for Python This package contains a Python SDK for Azure Communication Services for Rooms. -Read more about Azure Communication Services [here](https://docs.microsoft.com/azure/communication-services/overview) +Read more about Azure Communication Services [here](https://learn.microsoft.com/azure/communication-services/overview) ## _Disclaimer_ @@ -24,7 +24,7 @@ python -m pip install azure-communication-rooms - Python 3.7 or later is required to use this package. - You need an [Azure subscription][azure_sub] to use this package. -- A deployed Communication Services resource. You can use the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp) or the [Azure PowerShell](https://docs.microsoft.com/powershell/module/az.communication/new-azcommunicationservice) to set it up. +- A deployed Communication Services resource. You can use the [Azure Portal](https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp) or the [Azure PowerShell](https://learn.microsoft.com/powershell/module/az.communication/new-azcommunicationservice) to set it up. ### Client Initialization @@ -201,7 +201,7 @@ additional questions or comments. [code_of_conduct]: https://opensource.microsoft.com/codeofconduct/ -[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token +[authenticate_with_token]: https://learn.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token [azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials [azure_identity_pip]: https://pypi.org/project/azure-identity/ [default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential diff --git a/sdk/communication/azure-communication-sms/README.md b/sdk/communication/azure-communication-sms/README.md index 579a3cf7169b..6ebb1771d9c1 100644 --- a/sdk/communication/azure-communication-sms/README.md +++ b/sdk/communication/azure-communication-sms/README.md @@ -1,13 +1,13 @@ # Azure Communication SMS Package client library for Python This package contains a Python SDK for Azure Communication Services for SMS. -Read more about Azure Communication Services [here](https://docs.microsoft.com/azure/communication-services/overview) +Read more about Azure Communication Services [here](https://learn.microsoft.com/azure/communication-services/overview) [Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-sms) | [Package (Pypi)](https://pypi.org/project/azure-communication-sms/) | [Package (Conda)](https://anaconda.org/microsoft/azure-communication/) | [API reference documentation](https://learn.microsoft.com/python/api/overview/azure/communication-sms-readme?view=azure-python) -| [Product documentation](https://docs.microsoft.com/azure/communication-services/quickstarts/telephony-sms/send?pivots=programming-language-python) +| [Product documentation](https://learn.microsoft.com/azure/communication-services/quickstarts/telephony-sms/send?pivots=programming-language-python) ## _Disclaimer_ @@ -18,7 +18,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For ### Prerequisites - Python 3.7 or later is required to use this package. -- A deployed Communication Services resource. You can use the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp) or the [Azure PowerShell](https://docs.microsoft.com/powershell/module/az.communication/new-azcommunicationservice) to set it up. +- A deployed Communication Services resource. You can use the [Azure Portal](https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp) or the [Azure PowerShell](https://learn.microsoft.com/powershell/module/az.communication/new-azcommunicationservice) to set it up. - You must have a phone number configured that is associated with an Azure subscription ### Install the package @@ -151,5 +151,5 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft. [azure_core]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md -[handle_sms_events]: https://docs.microsoft.com/azure/communication-services/quickstarts/telephony-sms/handle-sms-events -[next_steps]:https://docs.microsoft.com/azure/communication-services/quickstarts/telephony-sms/send?pivots=programming-language-python +[handle_sms_events]: https://learn.microsoft.com/azure/communication-services/quickstarts/telephony-sms/handle-sms-events +[next_steps]:https://learn.microsoft.com/azure/communication-services/quickstarts/telephony-sms/send?pivots=programming-language-python