Manage all Modules on classic Azure Automation

Manage all Modules on classic Azure Automation

April 20, 2024 0 By Morten Lerudjordet

Finally Microsoft has added API support to programmatically manage 7.2 runtime version modules on classic azure automation in the Az.Automation module.

I have therefore updated the runbooks for managing modules to support both 5.1 and 7.2 modules.
The nice thing is that the runbooks can either be 5.1 or 7.2, and still service both module repositories.
So no need for multiple version of the same runbook, as one have to do with the Runtime Environment Previre.

Grab the new code her:
Import-PSGalleryModulesToAA
Update-PSGalleryModulesInAA