azureautomation / runbooks

Sample Automation runbooks
MIT License
154 stars 129 forks source link

Add more informative exception handling in: import_py3package_from_pypi.py #103

Open ThioJoe opened 1 year ago

ThioJoe commented 1 year ago

Improved an exception clause to print the error message instead of just saying failed.

Added specific exception for 403 forbidden error when importing Automations. Tells user the specific write permission that is likely missing.

Removed extra space.