Skip to content

Commit 89a0856

Browse files
authored
Merge pull request #9347 from superfliege/patch-2
spelling mistake in example1
2 parents bce4928 + 212f50f commit 89a0856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The **New-AzOperationalInsightsSavedSearch** cmdlet creates a new saved search w
2727

2828
### Example 1: Create a new saved search
2929
```
30-
PS C:\>New-AzOperationalInsightSavedSearch -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "ContosoWorkspace" -SavedSearchId "ContosoSavedSearchId" -DisplayName "ContosoSavedSearchDisplayName" -Category "ContosoSavedSearchCategory" -Query "*" -Version $Version -Force
30+
PS C:\>New-AzOperationalInsightsSavedSearch -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "ContosoWorkspace" -SavedSearchId "ContosoSavedSearchId" -DisplayName "ContosoSavedSearchDisplayName" -Category "ContosoSavedSearchCategory" -Query "*" -Version $Version -Force
3131
```
3232

3333
This command creates a new saved search.

0 commit comments

Comments
 (0)