Skip to content

Commit 6ac4b39

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs-pr#503495
Updated the Note section wording at line 29 From in accordance with the timelines published by parent the products To in accordance with the timelines published by the parent products. Also added a point to the Note section at line 47.
1 parent 3e5e413 commit 6ac4b39

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

articles/automation/automation-runbook-types.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Azure Automation Process Automation feature supports several types of runboo
2626
To learn about the process automation environment, see [Runbook execution in Azure Automation](automation-runbook-execution.md).
2727

2828
> [!NOTE]
29-
> Azure Automation will follow the support lifecycle of PowerShell and Python language versions in accordance with the timelines published by parent the products, [PowerShell](/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.3&preserve-view=true#powershell-end-of-support-dates) and [Python](https://devguide.python.org/versions/), respectively. We recommend that you use runbooks with supported language versions.
29+
> Azure Automation will follow the support lifecycle of PowerShell and Python language versions in accordance with the timelines published by the parent products, [PowerShell](/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.3&preserve-view=true#powershell-end-of-support-dates) and [Python](https://devguide.python.org/versions/), respectively. We recommend that you use runbooks with supported language versions.
3030
3131
Take into account the following considerations when determining which type to use for a particular runbook:
3232

@@ -43,7 +43,8 @@ The PowerShell version is determined by the **Runtime Version** specified.
4343
The same Azure sandbox and Hybrid Runbook Worker can execute multiple **PowerShell** runbooks targeting different runtime versions side by side.
4444

4545
> [!NOTE]
46-
> - Currently, PowerShell 7.4 runtime version is supported for both Cloud and Hybrid jobs in all Public regions except Brazil Southeast and Gov clouds.
46+
> - Currently, PowerShell 7.4 runtime version is supported for both Cloud and Hybrid jobs in all Public regions except Brazil Southeast and Gov clouds.
47+
> - PowerShell 7.4 runtime support is rolling out gradually across Azure regions. If it doesn’t appear in your portal yet, the update hasn’t reached your region. You can continue to use PowerShell 5.1 or 7.2 until 7.4 becomes available.
4748
> - At the time of runbook execution, if you select **Runtime Version** as **7.4**, PowerShell modules targeting 7.4 runtime version is used and if you select **Runtime Version** as **5.1**, PowerShell modules targeting 5.1 runtime version is used.
4849
4950
Ensure that you select the right Runtime Version for modules.

0 commit comments

Comments
 (0)