azureautomation / runbooks

Sample Automation runbooks
MIT License
150 stars 128 forks source link

py3 import package from pypi support for multiple module names #78

Open jbouzekri opened 3 years ago

jbouzekri commented 3 years ago

It adds support to provide multiple names of module in the -m command line option. That way we can reduce the number of times we need to launch the runbook to populate the Automation account with the needed packages.