Skip to content

Commit bbe51f8

Browse files
aladdindockceiw
andauthored
Add new examples to OperationalInsights (#12674)
- Add new examples to the following modules: OperationalInsights Co-authored-by: Maoliang Huang <[email protected]>
1 parent a75f4c2 commit bbe51f8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/OperationalInsights/OperationalInsights/help/New-AzOperationalInsightsComputerGroup.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ The **New-AzOperationalInsightsComputerGroup** cmdlet creates a computer group i
2424

2525
## EXAMPLES
2626

27+
### Example 1
28+
29+
Creates a computer group. (autogenerated)
30+
31+
<!-- Aladdin Generated Example -->
32+
```powershell
33+
New-AzOperationalInsightsComputerGroup -Category 'ContosoSavedSearchCategory' -DisplayName 'ContosoSavedSearchDisplayName' -Query 'Type=Event' -ResourceGroupName myresourcegroup -SavedSearchId 'ContosoSavedSearchId' -Version 1 -WorkspaceName <String>
34+
```
35+
2736
## PARAMETERS
2837

2938
### -Category

0 commit comments

Comments
 (0)