InstallAzModule
1.6
This Azure Automation runbook installs the Az Modules selected into an
Azure Automation account with the Module versions published to the PowerShell Gallery.
Prerequisite: an Azure Automation account with an Azure Run As account credential.
Installation Options
Owners
Package Details
Author(s)
- Ted Sdoukos
Tags
Functions
Get-AzModuleInfo Get-AzModuleDependency Install-AzModuleDependency Install-AzAutomationModule Connect-AzureAutomation
Dependencies
This script has no dependencies.
Release Notes
v1.6 Changelog
*Corrected bug from v1.5
*Missing $All and $Wait Parameter definitions in Install-AzAutomationModule
FileList
- InstallAzModule.nuspec
- InstallAzModule.ps1