Skip to content

Commit cc0d3dd

Browse files
Merge pull request #264416 from tfitzmac/0127python
update Python version
2 parents 327787a + d64393e commit cc0d3dd

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

articles/azure-resource-manager/management/manage-resource-groups-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use Python to manage your resource groups through Azure Resource Ma
44
author: tfitzmac
55
ms.topic: conceptual
66
ms.custom: devx-track-arm-template, devx-track-python
7-
ms.date: 02/27/2023
7+
ms.date: 01/27/2024
88
ms.author: tomfitz
99
content_well_notification:
1010
- AI-contribution
@@ -15,7 +15,7 @@ Learn how to use Python with [Azure Resource Manager](overview.md) to manage you
1515

1616
## Prerequisites
1717

18-
* Python 3.7 or later installed. To install the latest, see [Python.org](https://www.python.org/downloads/)
18+
* Python 3.8 or later installed. To install the latest, see [Python.org](https://www.python.org/downloads/)
1919

2020
* The following Azure library packages for Python installed in your virtual environment. To install any of the packages, use `pip install {package-name}`
2121
* azure-identity

articles/azure-resource-manager/management/tag-resources-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tag resources, resource groups, and subscriptions with Python
33
description: Shows how to use Python to apply tags to Azure resources.
44
ms.topic: conceptual
5-
ms.date: 04/19/2023
5+
ms.date: 01/27/2024
66
ms.custom: devx-track-python
77
content_well_notification:
88
- AI-contribution
@@ -14,7 +14,7 @@ This article describes how to use Python to tag resources, resource groups, and
1414

1515
## Prerequisites
1616

17-
* Python 3.7 or later installed. To install the latest, see [Python.org](https://www.python.org/downloads/)
17+
* Python 3.8 or later installed. To install the latest, see [Python.org](https://www.python.org/downloads/)
1818

1919
* The following Azure library packages for Python installed in your virtual environment. To install any of the packages, use `pip install {package-name}`
2020
* azure-identity

articles/azure-resource-manager/management/tls-support.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: TLS version supported by Azure Resource Manager
33
description: Describes the deprecation of TLS versions prior to 1.2 in Azure Resource Manager
44
ms.topic: conceptual
55
ms.custom: devx-track-arm-template
6-
ms.date: 10/05/2023
6+
ms.date: 01/27/2024
77
---
88
# Migrating to TLS 1.2 for Azure Resource Manager
99

@@ -26,9 +26,7 @@ Azure Resource Manager is the deployment and management service for Azure. You u
2626
We recommend the following steps as you prepare to migrate your clients to TLS 1.2:
2727

2828
* Update your operating system to the latest version.
29-
* Update your development libraries and frameworks to their latest versions.
30-
31-
For example, Python 3.6 and 3.7 support TLS 1.2.
29+
* Update your development libraries and frameworks to their latest versions. For example, Python 3.8 supports TLS 1.2.
3230

3331
* Fix hardcoded instances of security protocols older than TLS 1.2.
3432
* Notify your customers and partners of your product or service's migration to TLS 1.2.

0 commit comments

Comments
 (0)