Skip to content

Commit 7f497fa

Browse files
Merge pull request #253270 from AnuragSingh-MSFT/patch-17
(AzureCXP) fixes MicrosoftDocs/azure-docs#115351
2 parents ccc61fa + d766902 commit 7f497fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/update-management/pre-post-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pre-scripts and post-scripts are runbooks to run in your Azure Automation accoun
1616

1717
For a runbook to be used as a pre-script or post-script, you must import it into your Automation account and [publish the runbook](../manage-runbooks.md#publish-a-runbook).
1818

19-
Currently, only PowerShell and Python 2 runbooks are supported as Pre/Post scripts. Other runbook types like Python 3, Graphical, PowerShell Workflow, Graphical PowerShell Workflow are currently not supported as Pre/Post scripts.
19+
Currently, only PowerShell 5.1 and Python 2 runbooks are supported as Pre/Post scripts. Other runbook types like Python 3, Graphical, PowerShell Workflow, Graphical PowerShell Workflow are currently not supported as Pre/Post scripts.
2020

2121
## Pre-script and post-script parameters
2222

0 commit comments

Comments
 (0)