Skip to content

Commit 0ac1270

Browse files
authored
Merge pull request #191405 from SGSneha/11Mar-UpdateKnownIssue
added a new known issue
2 parents 59eefc3 + c0ac080 commit 0ac1270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/automation/automation-runbook-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ The following are current known issues with PowerShell runbooks:
118118
- Avoid importing `Az.Accounts` module to version 2.4.0 version for PowerShell 7 runtime as there can be an unexpected behavior using this version in Azure Automation.
119119
- You might encounter formatting problems with error output streams for the job running in PowerShell 7 runtime.
120120
- When you import a PowerShell 7.1 module that’s dependent on other modules, you may find that the import button is gray even when PowerShell 7.1 version of the dependent module is installed. For example, Az.Compute version 4.20.0, has a dependency on Az.Accounts being >= 2.6.0. This issue occurs when an equivalent dependent module in PowerShell 5.1 doesn't meet the version requirements. For example, 5.1 version of Az.Accounts was < 2.6.0.
121+
- When you start PowerShell 7 runbook using the webhook, it auto-converts the webhook input parameter to an invalid JSON.
121122

122123
## PowerShell Workflow runbooks
123124

0 commit comments

Comments
 (0)