Skip to content

Commit f364f43

Browse files
authored
Merge pull request #7694 from rajbos/patch-1
Fixed typo
2 parents d00d57a + be20506 commit f364f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Insights/Commands.Insights/help/Get-AzureRmAlertRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The output does not contain details about the rules because the *DetailedOutput*
4646

4747
### Example 2: Get an alert rule by name
4848
```
49-
PS C:\>Get-AzureRmAlertRule -ResourcGroup "Default-Web-CentralUS" -Name "myalert-7da64548-214d-42ca-b12b-b245bb8f0ac8"
49+
PS C:\>Get-AzureRmAlertRule -ResourceGroup "Default-Web-CentralUS" -Name "myalert-7da64548-214d-42ca-b12b-b245bb8f0ac8"
5050
```
5151

5252
This command gets the alert rule named myalert-7da64548-214d-42ca-b12b-b245bb8f0ac8.

0 commit comments

Comments
 (0)