Skip to content

Commit

Permalink
PowerShell72 support in azurerm_automation_runbook resource (#14089) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
varnav authored Dec 14, 2023
1 parent a21f9ad commit 1cba3ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ func resourceAutomationRunbook() *pluginsdk.Resource {
string(runbook.RunbookTypeEnumGraphPowerShell),
string(runbook.RunbookTypeEnumGraphPowerShellWorkflow),
string(runbook.RunbookTypeEnumPowerShell),
string(runbook.RunbookTypeEnumPowerShellSevenTwo),
string(runbook.RunbookTypeEnumPythonTwo),
string(runbook.RunbookTypeEnumPythonThree),
string(runbook.RunbookTypeEnumPowerShellWorkflow),
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/automation_runbook.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The following arguments are supported:

* `automation_account_name` - (Required) The name of the automation account in which the Runbook is created. Changing this forces a new resource to be created.

* `runbook_type` - (Required) The type of the runbook - can be either `Graph`, `GraphPowerShell`, `GraphPowerShellWorkflow`, `PowerShellWorkflow`, `PowerShell`, `Python3`, `Python2` or `Script`. Changing this forces a new resource to be created.
* `runbook_type` - (Required) The type of the runbook - can be either `Graph`, `GraphPowerShell`, `GraphPowerShellWorkflow`, `PowerShellWorkflow`, `PowerShell`, `PowerShell72`, `Python3`, `Python2` or `Script`. Changing this forces a new resource to be created.

* `log_progress` - (Required) Progress log option.

Expand Down

0 comments on commit 1cba3ba

Please sign in to comment.