Skip to content

Commit ded6d1d

Browse files
Merge pull request #266907 from SnehaSudhirG/22Feb-RegionUpdate
Minor edit - removed ref to preview in known issues
2 parents c8800ff + 65b92fd commit ded6d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/automation-runbook-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Automation runbook types
33
description: This article describes the types of runbooks that you can use in Azure Automation and considerations for determining which type to use.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 02/12/2024
6+
ms.date: 02/22/2024
77
ms.topic: conceptual
88
ms.custom: references_regions, devx-track-python
99
---
@@ -79,7 +79,7 @@ The following are the current limitations and known issues with PowerShell runbo
7979
**Known issues**
8080
- Runbooks taking dependency on internal file paths such as `C:\modules` might fail due to changes in service backend infrastructure. Change runbook code to ensure there are no dependencies on internal file paths and use [Get-ChildItem](/powershell/module/microsoft.powershell.management/get-childitem?view=powershell-7.3&preserve-view=true) to get the required module information.
8181
- `Get-AzStorageAccount` cmdlet might fail with an error: *The `Get-AzStorageAccount` command was found in the module `Az.Storage`, but the module could not be loaded*.
82-
- Executing child scripts using `.\child-runbook.ps1` is not supported in this preview.
82+
- Executing child scripts using `.\child-runbook.ps1` is not supported.</br>
8383
**Workaround**: Use `Start-AutomationRunbook` (internal cmdlet) or `Start-AzAutomationRunbook` (from *Az.Automation* module) to start another runbook from parent runbook.
8484
- When you use [ExchangeOnlineManagement](/powershell/exchange/exchange-online-powershell?view=exchange-ps&preserve-view=true) module version: 3.0.0 or higher, you can experience errors. To resolve the issue, ensure that you explicitly upload [PowerShellGet](/powershell/module/powershellget/) and [PackageManagement](/powershell/module/packagemanagement/) modules.
8585

0 commit comments

Comments
 (0)