Skip to content

Commit faa68a5

Browse files
Merge pull request #247086 from SnehaSudhirG/02Aug-RunbookDocEdit
removed info in Python 3.10 limitation
2 parents 923ed06 + 8f5565c commit faa68a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/automation/automation-runbook-types.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Automation runbook types
33
description: This article describes the types of runbooks that you can use in Azure Automation and considerations for determining which type to use.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 07/04/2023
6+
ms.date: 08/02/2023
77
ms.topic: conceptual
88
ms.custom: references_regions, devx-track-python
99
---
@@ -232,7 +232,6 @@ Following are the limitations of Python runbooks
232232
**Limitations**
233233
234234
- For Python 3.10 (preview) modules, currently, only the wheel files targeting cp310 Linux OS are supported. [Learn more](./python-3-packages.md)
235-
- Currently, only cloud jobs are supported for Python 3.10 (preview) runtime versions.
236235
- Custom packages for Python 3.10 (preview) are only validated during job runtime. Job is expected to fail if the package is not compatible in the runtime or if required dependencies of packages aren't imported into automation account.
237236
- Currently, Python 3.10 (preview) runbooks are only supported from Azure portal. Rest API and PowerShell aren't supported.
238237

0 commit comments

Comments
 (0)