Skip to content

Commit 823000f

Browse files
authored
Fixing typo in hashtable example
1 parent f02935a commit 823000f

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
@@ -29,7 +29,7 @@ definition that matches the name of the file.
2929

3030
### Example 1: Import a runbook from a file
3131
```
32-
PS C:\> $Tags = @{"tag01"='value01"; "tag02"="value02"}
32+
PS C:\> $Tags = @{"tag01"="value01"; "tag02"="value02"}
3333
PS C:\> Import-AzureRmAutomationRunbook -Path .\GraphicalRunbook06.graphrunbook -Tags $Tags -ResourceGroup "ResourceGroup01" -AutomationAccountName "AutomationAccount01" -Type GraphicalPowershell
3434
```
3535

@@ -274,4 +274,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
274274
275275
[Set-AzureRmAutomationRunbook](./Set-AzureRMAutomationRunbook.md)
276276
277-
[Start-AzureRmAutomationRunbook](./Start-AzureRMAutomationRunbook.md)
277+
[Start-AzureRmAutomationRunbook](./Start-AzureRMAutomationRunbook.md)

0 commit comments

Comments
 (0)