Description of the new feature
Currently, the only way to upload PowerShell Modules or Python Packages to a non-default runtime is to use the portal. This process can be tedious and error-prone. This problem is exacerbated by the fact that the default runtimes are old, end-of-life versions of PowerShell and Python.
Proposed implementation details (optional)
Accept a Runtime parameter to New-AzAutomationModule and New-AzAutomationPython3Package.
Description of the new feature
Currently, the only way to upload PowerShell Modules or Python Packages to a non-default runtime is to use the portal. This process can be tedious and error-prone. This problem is exacerbated by the fact that the default runtimes are old, end-of-life versions of PowerShell and Python.
Proposed implementation details (optional)
Accept a Runtime parameter to
New-AzAutomationModuleandNew-AzAutomationPython3Package.