From a8b308fe0aedc39274a689b9be66c44fb2458295 Mon Sep 17 00:00:00 2001 From: Skatterbrainz Date: Tue, 23 Jul 2024 02:46:00 -0400 Subject: [PATCH] Update Import-AzAutomationRunbook.md (#25587) Added missing items to Type parameter bullet list. --- src/Automation/Automation/help/Import-AzAutomationRunbook.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Automation/Automation/help/Import-AzAutomationRunbook.md b/src/Automation/Automation/help/Import-AzAutomationRunbook.md index f397fd1c64df..3c06d382002e 100644 --- a/src/Automation/Automation/help/Import-AzAutomationRunbook.md +++ b/src/Automation/Automation/help/Import-AzAutomationRunbook.md @@ -221,11 +221,13 @@ Accept wildcard characters: False Specifies the type of runbook that this cmdlet creates. Valid values are: - PowerShell +- PowerShell72 - GraphicalPowerShell - PowerShellWorkflow - GraphicalPowerShellWorkflow - Graph - Python2 +- Python3 The value Graph is obsolete. It is equivalent to GraphicalPowerShellWorkflow.