Skip to content

Commit b491e74

Browse files
author
Ryan Bartram
committed
altered description of import-azurermautomationrunbook
1 parent 4beae67 commit b491e74

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/ResourceManager/Automation/Commands.Automation/help/Import-AzureRMAutomationRunbook.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ Import-AzureRmAutomationRunbook [-Path] <String> [-Description <String>] [-Name
2121
```
2222

2323
## DESCRIPTION
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, 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.
2928

3029
## EXAMPLES
3130

0 commit comments

Comments
 (0)