File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ The **New-AzSearchQueryKey** cmdlet creates a new query key for the Azure Cognit
37
37
38
38
### Example 1
39
39
``` powershell
40
- New-AzSearchQueryKey -ResourceGroupName "TestAzureSearchPsGroup" -ServiceName "pstestazuresearch01" -Name "NewQueryKey1" -Force
40
+ New-AzSearchQueryKey -ResourceGroupName "TestAzureSearchPsGroup" -ServiceName "pstestazuresearch01" -Name "NewQueryKey1"
41
41
```
42
42
``` output
43
43
Name Key
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The **New-AzSearchService** cmdlet creates an Azure Cognitive Search service wit
26
26
27
27
### Example 1
28
28
``` powershell
29
- New-AzSearchService -ResourceGroupName "TestAzureSearchPsGroup" -Name "pstestazuresearch01" -Sku "Standard" -Location "West US" -PartitionCount 1 -ReplicaCount 1 -HostingMode Default -Force
29
+ New-AzSearchService -ResourceGroupName "TestAzureSearchPsGroup" -Name "pstestazuresearch01" -Sku "Standard" -Location "West US" -PartitionCount 1 -ReplicaCount 1 -HostingMode Default
30
30
```
31
31
``` output
32
32
You can’t perform that action at this time.
0 commit comments