Skip to content

Commit 0e11237

Browse files
authored
Merge pull request #195289 from KrishnaG-MSFT/patch-193
(AzureCXP) MicrosoftDocs/azure-docs#91592
2 parents 919d123 + a45e327 commit 0e11237

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/automation/automation-runbook-types.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Python 3 runbooks are supported in the following Azure global infrastructures:
166166
* To use third-party libraries, you must [import the packages](python-packages.md) into the Automation account.
167167
* Using **Start-AutomationRunbook** cmdlet in PowerShell/PowerShell Workflow to start a Python 3 runbook (preview) doesn't work. You can use **Start-AzAutomationRunbook** cmdlet from Az.Automation module or **Start-AzureRmAutomationRunbook** cmdlet from AzureRm.Automation module to work around this limitation. 
168168
* Azure Automation doesn't support **sys.stderr**.
169+
* The Python **automationassets** package is not available on pypi.org, so it's not available for import onto a Windows machine.
169170

170171
### Multiple Python versions
171172

@@ -187,4 +188,4 @@ For cloud jobs, Python 3 jobs sometimes fail with an exception message `invalid
187188
* To learn about PowerShell runbooks, see [Tutorial: Create a PowerShell runbook](./learn/powershell-runbook-managed-identity.md).
188189
* To learn about PowerShell Workflow runbooks, see [Tutorial: Create a PowerShell Workflow runbook](learn/automation-tutorial-runbook-textual.md).
189190
* To learn about graphical runbooks, see [Tutorial: Create a graphical runbook](./learn/powershell-runbook-managed-identity.md).
190-
* To learn about Python runbooks, see [Tutorial: Create a Python runbook](./learn/automation-tutorial-runbook-textual-python-3.md).
191+
* To learn about Python runbooks, see [Tutorial: Create a Python runbook](./learn/automation-tutorial-runbook-textual-python-3.md).

0 commit comments

Comments
 (0)