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
The **Import-AzureRmAutomationRunbook** cmdlet imports an Azure Automation runbook. Specify the
25
-
path to a wps_2 script (.ps1 ) file to import for wps_2 and wps_2 Workflow runbooks, or to a
26
-
graphical runbook (.graphrunbook) file for graphical runbooks. (.py) files are required when importing python2 scripts The name of the file becomes the
27
-
name of the runbook. For wps_2 Workflow runbooks, the script must contain a single wps_2 Workflow
28
-
definition that matches the name of the file.
24
+
The **Import-AzureRmAutomationRunbook** cmdlet imports an Azure Automation runbook. Specify the
25
+
path to a wps_2 script (.ps1) file to import for wps_2 and wps_2 Workflow runbooks,
26
+
or to a graphical runbook (.graphrunbook) file for graphical runbooks, or to a python 2 script (.py) file for python 2 runbooks.
27
+
For wps_2 Workflow runbooks, the script must contain a single wps_2 Workflow definition that matches the name of the file.
0 commit comments