Skip to content

Commit faf706c

Browse files
author
Ryan Bartram
committed
Update to help to improve grammer
1 parent b491e74 commit faf706c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Import-AzureRmAutomationRunbook [-Path] <String> [-Description <String>] [-Name
2222

2323
## DESCRIPTION
2424
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.
2727
For wps_2 Workflow runbooks, the script must contain a single wps_2 Workflow definition that matches the name of the file.
2828

2929
## EXAMPLES

0 commit comments

Comments
 (0)