You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/automation-runbook-types.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ description: This article describes the types of runbooks that you can use in Az
4
4
services: automation
5
5
ms.subservice: process-automation
6
6
ms.date: 10/28/2022
7
-
ms.topic: conceptual
7
+
ms.topic: conceptual
8
+
ms.custom: references_regions
8
9
ms.custom: devx-track-azurepowershell
9
10
---
10
11
@@ -119,7 +120,7 @@ The following are the current limitations and known issues with PowerShell runbo
119
120
- 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.
120
121
- Currently, only cloud jobs are supported for PowerShell 7.2 (preview) runtime versions.
121
122
- 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.
123
124
- 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.
124
125
- 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.
125
126
@@ -211,7 +212,7 @@ Following are the limitations of Python runbooks
211
212
- For Python 3.10 (preview) modules, currently, only the wheel files targeting cp310 Linux OS are supported. [Learn more](./python-3-packages.md)
212
213
- Currently, only cloud jobs are supported for Python 3.10 (preview) runtime versions.
213
214
- 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.
0 commit comments