Skip to content

Commit 67beb21

Browse files
Merge pull request #281520 from SnehaSudhirG/22July-targzupdate
removed ref to tar.gz file
2 parents 55a00aa + 9b757d9 commit 67beb21

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/automation/manage-runtime-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage Runtime environment and associated runbooks in Azure Automation
33
description: This article tells how to manage runbooks in Runtime environment and associated runbooks Azure Automation
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 06/28/2024
6+
ms.date: 07/24/2024
77
ms.topic: conceptual
88
ms.custom: references_regions
99
---
@@ -77,7 +77,7 @@ An Azure Automation account in supported public region (except Central India, Ge
7777
> [!NOTE]
7878
> - When you import a package, it might take several minutes. 100MB is the maximum total size of the files that you can import.
7979
> - Use *.zip* files for PowerShell runbook types as mentioned [here](/powershell/scripting/developer/module/understanding-a-windows-powershell-module)
80-
> - For Python 3.8 packages, use .tar.gz or .whl files targeting cp38-amd64.
80+
> - For Python 3.8 packages, use .whl files targeting cp38-amd64.
8181
> - For Python 3.10 (preview) packages, use .whl files targeting cp310 Linux OS.
8282
8383
1. Select **Next** and in the **Review + Create** tab, verify that the settings are correct. When you select **Create**, Azure runs validation on Runtime environment settings that you have chosen. If the validation passes, you can proceed to create Runtime environment else, the portal indicates the settings that you need to modify.

articles/automation/python-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage Python 2 packages in Azure Automation
33
description: This article tells how to manage Python 2 packages in Azure Automation.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 04/23/2024
6+
ms.date: 07/23/2024
77
ms.topic: conceptual
88
ms.custom: devx-track-python
99
---
@@ -20,7 +20,7 @@ For information on managing Python 3 packages, see [Manage Python 3 packages](./
2020

2121
:::image type="content" source="media/python-packages/add-python-package.png" alt-text="Screenshot of the Python packages page shows Python packages in the left menu and Add a Python package highlighted.":::
2222

23-
2. On the **Add Python Package** page, select a local package to upload. The package can be a **.whl** or **.tar.gz** file.
23+
2. On the **Add Python Package** page, select a local package to upload. The package can be a **.whl** file.
2424
3. Enter the name and select the **Runtime version** as 2.x.x
2525
4. Select **Import**.
2626

0 commit comments

Comments
 (0)