Skip to content

Commit 3d12bf2

Browse files
Merge pull request #219613 from ostoliarova-msft/ostoliarova/communication/python-version
updated supported python version
2 parents a25b818 + 467d3c3 commit 3d12bf2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

articles/communication-services/quickstarts/chat/includes/chat-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: rifox
1616
Before you get started, make sure to:
1717

1818
- Create an Azure account with an active subscription. For details, see [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
19-
- Install [Python](https://www.python.org/downloads/).
19+
- Install [Python](https://www.python.org/downloads/) 3.7+.
2020
- Create an Azure Communication Services resource. For details, see [Quickstart: Create and manage Communication Services resources](../../create-communication-resource.md). You'll need to **record your resource endpoint and connection string** for this quickstart.
2121
- A [User Access Token](../../access-tokens.md). Be sure to set the scope to **chat**, and **note the token string as well as the user_id string**. You can also use the Azure CLI and run the command below with your connection string to create a user and an access token.
2222

articles/communication-services/quickstarts/email/includes/send-email-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Completing this quick start incurs a small cost of a few USD cents or less in yo
1818
## Prerequisites
1919

2020
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
21-
- [Python](https://www.python.org/downloads/) 2.7 or 3.6+.
21+
- [Python](https://www.python.org/downloads/) 3.7+.
2222
- An Azure Email Communication Services resource created and ready with a provisioned domain. [Get started with creating an Email Communication Resource](../create-email-communication-resource.md).
2323
- An active Azure Communication Services resource connected to an Email Domain and its connection string. [Get started by connecting an Email Communication Resource with a Azure Communication Resource](../connect-email-communication-resource.md).
2424

articles/communication-services/quickstarts/includes/access-tokens/access-token-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: tchladek
1515
## Prerequisites
1616

1717
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
18-
- [Python](https://www.python.org/downloads/) 2.7 or 3.6 or later.
18+
- [Python](https://www.python.org/downloads/) 3.7+.
1919
- An active Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md).
2020

2121
## Final code

articles/communication-services/quickstarts/includes/relay-token-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: rahulva
1818
## Prerequisites for Python
1919

2020
An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
21-
- [Python](https://www.python.org/downloads/) 2.7 or 3.6+.
21+
- [Python](https://www.python.org/downloads/) 3.7+.
2222
- An active Communication Services resource and connection string. [Create a Communication Services resource](../create-communication-resource.md).
2323

2424
## Setting Up

articles/communication-services/quickstarts/includes/telemetry-app-insights-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: jbeauregardb
1616
## Prerequisites
1717

1818
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
19-
- [Python](https://www.python.org/downloads/) 2.7 or 3.6+.
19+
- [Python](https://www.python.org/downloads/) 3.7+.
2020
- An active Communication Services resource and connection string. [Create a Communication Services resource](../create-communication-resource.md).
2121
- Create an [Application Insights Resources](../../../azure-monitor/app/create-new-resource.md) in Azure portal.
2222

articles/communication-services/quickstarts/rooms/includes/rooms-quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: radubulboaca
1818
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
1919
- An active Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md).
2020
- Two or more Communication User Identities. [Create and manage access tokens](../../access-tokens.md?pivots=programming-language-csharp) or [Quick-create identities for testing](../../identity/quick-create-identity.md).
21-
- [Python](https://www.python.org/downloads/) 3.6+ for your operating system.
21+
- [Python](https://www.python.org/downloads/) 3.7+ for your operating system.
2222

2323
## Sample code
2424

articles/communication-services/quickstarts/sms/includes/send-sms-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Completing this quickstart incurs a small cost of a few USD cents or less in you
2323
## Prerequisites
2424

2525
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
26-
- [Python](https://www.python.org/downloads/) 2.7 or 3.6+.
26+
- [Python](https://www.python.org/downloads/) 3.7+.
2727
- An active Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md).
2828
- An SMS-enabled telephone number. [Get a phone number](../../telephony/get-phone-number.md).
2929

articles/communication-services/quickstarts/telephony/includes/phone-numbers-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Prerequisites
55

66
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
7-
- [Python](https://www.python.org/downloads/) 2.7, 3.5, or above.
7+
- [Python](https://www.python.org/downloads/) 3.7+.
88
- A deployed Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md).
99

1010
## Setting up

0 commit comments

Comments
 (0)