File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ResourceManager/Automation/Commands.Automation/help Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ Import-AzureRmAutomationRunbook [-Path] <String> [-Description <String>] [-Name
22
22
23
23
## DESCRIPTION
24
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.
25
+ path to a wps_2 script (.ps1) file to import for wps_2 and wps_2 Workflow runbooks,
26
+ (.graphrunbook) file for graphical runbooks, or (.py) file for python 2 runbooks.
27
27
For wps_2 Workflow runbooks, the script must contain a single wps_2 Workflow definition that matches the name of the file.
28
28
29
29
## EXAMPLES
You can’t perform that action at this time.
0 commit comments