From cedcf027baade34a1b47579734545107f1cd9246 Mon Sep 17 00:00:00 2001 From: Maoliang Huang Date: Fri, 14 Aug 2020 08:21:51 -0700 Subject: [PATCH] Add new examples to OperationalInsights - Add new examples to the following modules: OperationalInsights --- .../help/New-AzOperationalInsightsComputerGroup.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/OperationalInsights/OperationalInsights/help/New-AzOperationalInsightsComputerGroup.md b/src/OperationalInsights/OperationalInsights/help/New-AzOperationalInsightsComputerGroup.md index bc6da0e54c46..9411209ac6a5 100644 --- a/src/OperationalInsights/OperationalInsights/help/New-AzOperationalInsightsComputerGroup.md +++ b/src/OperationalInsights/OperationalInsights/help/New-AzOperationalInsightsComputerGroup.md @@ -24,6 +24,15 @@ The **New-AzOperationalInsightsComputerGroup** cmdlet creates a computer group i ## EXAMPLES +### Example 1 + +Creates a computer group. (autogenerated) + + +```powershell +New-AzOperationalInsightsComputerGroup -Category 'ContosoSavedSearchCategory' -DisplayName 'ContosoSavedSearchDisplayName' -Query 'Type=Event' -ResourceGroupName myresourcegroup -SavedSearchId 'ContosoSavedSearchId' -Version 1 -WorkspaceName +``` + ## PARAMETERS ### -Category