Skip to content

Commit 26a9320

Browse files
Merge pull request #307559 from v-rakegurram-MSFT/patch-23
(AzureCXP) fixes MicrosoftDocs/azure-docs-pr#503495
2 parents fd7d711 + 8c4a1e7 commit 26a9320

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/automation/automation-runbook-types.md

Lines changed: 2 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,7 @@ 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.
4747
> - 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.
4848
4949
Ensure that you select the right Runtime Version for modules.

0 commit comments

Comments
 (0)