Azure / Azure/azure-powershell
[Feature]: Ability to target 7.1(preview) PowerShell Runbooks with New-AzAutomationRunbook and Import-AzAutomationRunbook
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Description of the new feature
New-AzAutomationRunbook and Import-AzAutomationRunbook both require a -Type parameter that expects a value of the set: PowerShell, GraphicalPowerShell, PowerShellWorkflow, GraphicalPowerShellWorkflow, Graph, Python2.
We have been using Automation Runbooks targeting Powershell 7.1 fairly extensively over the past few months, and would love a way to manage these Runbooks with CI/CD. Unfortunately, The Az Cli automation runbook command group and the Powershell commands listed earlier do not have anyway of creating/importing runbook targeting this version.
### Proposed implementation details (optional)
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.