Skip to content

Commit e12fa36

Browse files
committed
Fixed blocking issues
1 parent 108bfad commit e12fa36

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/automation/automation-runbook-types.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description: This article describes the types of runbooks that you can use in Az
44
services: automation
55
ms.subservice: process-automation
66
ms.date: 10/28/2022
7-
ms.topic: conceptual
7+
ms.topic: conceptual
8+
ms.custom: references_regions
89
ms.custom: devx-track-azurepowershell
910
---
1011

@@ -119,7 +120,7 @@ The following are the current limitations and known issues with PowerShell runbo
119120
- Source control integration doesn't support PowerShell 7.2 (preview). Also, PowerShell 7.2 (preview) runbooks in source control gets created in Automation account as Runtime 5.1.
120121
- Currently, only cloud jobs are supported for PowerShell 7.2 (preview) runtime versions.
121122
- Logging job operations to the Log Analytics workspace through linked workspace or diagnostics settings are not supported.
122-
- Currently, PowerShell 7.2 (preview) runbooks are only supported from Azure Portal. Rest API and PowerShell is not supported.
123+
- Currently, PowerShell 7.2 (preview) runbooks are only supported from Azure portal. Rest API and PowerShell is not supported.
123124
- Az module 8.3.0 is installed by default and cannot be managed at the automation account level. Use custom modules to override the Az module to the desired version.
124125
- The imported PowerShell 7.2 (preview) module would be validated during job execution. Ensure that all dependencies for the selected module are also imported for successful job execution.
125126

@@ -211,7 +212,7 @@ Following are the limitations of Python runbooks
211212
- For Python 3.10 (preview) modules, currently, only the wheel files targeting cp310 Linux OS are supported. [Learn more](./python-3-packages.md)
212213
- Currently, only cloud jobs are supported for Python 3.10 (preview) runtime versions.
213214
- 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 are not imported into automation account.
214-
- Currently, Python 3.10 (preview) runbooks are only supported from Azure Portal. Rest API and PowerShell is not supported.
215+
- Currently, Python 3.10 (preview) runbooks are only supported from Azure portal. Rest API and PowerShell is not supported.
215216

216217
---
217218

articles/automation/python-3-packages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: automation
55
ms.subservice: process-automation
66
ms.date: 10/26/2022
77
ms.topic: conceptual
8+
ms.custom: references_regions
89
ms.custom: has-adal-ref
910
---
1011

0 commit comments

Comments
 (0)