You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix example for Set-AzureRMAutomationModule so leverage a proper ContentLinkUri. Existing example used a local path ".\<modulepath>.zip" format which throws an error. Required to use an http, https, or ftp based location for this parameter.
This command imports an updated version of an existing module named ContosoModule into the Automation account named Contoso17.
49
+
This command imports an updated version of an existing module named ContosoModule into the Automation account named Contoso17. The module is stored in an Azure blob in a storage account named contosostorage and a container named modules.
0 commit comments