Skip to content

Commit 373f1aa

Browse files
Update Az.SecurityInsights help files (#15144)
* Updating Az.SecurityInsights help files * Update Get-AzSentinelAlertRule.md
1 parent 4e9d5aa commit 373f1aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/SecurityInsights/SecurityInsights/help/Get-AzSentinelAlertRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you specify the *AlertRuleId* parameter, a single AlertRule object is returne
3535
If you do not specify the *AlertRuleId* parameter, an array containing all of the Alert Rules in the specified workspace is returned.
3636
You can use the AlertRule object to update the AlertRule. For example you can enable or disable the AlertRule. <br/>
3737

38-
*Note: An AlertRuleId is in the following format: c464bcd7-daee-47ff-ac58-1fbb73cf1d6b and can be found in the Azure Sentinel Analytics view under the rule details pane on your right in the field "Id"*
38+
*Note: An AlertRuleId can be any string, as long as it is unique in your workspace and can be found in the Azure Sentinel Analytics view under the rule details pane on your right in the field "Id"*
3939

4040
## EXAMPLES
4141

src/SecurityInsights/SecurityInsights/help/Get-AzSentinelAlertRuleTemplate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ This example gets a specific **AlertRuleTemplate** in the specified workspace, a
5454

5555
### Example 3
5656
```powershell
57-
Get-AzSentinelAlertRuleTemplate @SentinelConnection | Where-Object {$_.Kind -eq "Azure Active Directory"}
57+
Get-AzSentinelAlertRuleTemplate @SentinelConnection | Where-Object {$_.Kind -eq "Scheduled"}
5858
```
5959

60-
This example (using a connection object) gets AlertRuleTemplates of the kind "Azure Active Directory"
60+
This example (using a connection object) gets AlertRuleTemplates of the kind "Scheduled"
6161

6262
## PARAMETERS
6363

0 commit comments

Comments
 (0)