Skip to content

Commit 33c9751

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#120684
correcting `az search private-endpoint-connection update` cmdlet in Manage private endpoint connection.
1 parent 531efac commit 33c9751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-manage-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ az search private-endpoint-connection show \
288288
To update the connection, use [**az search private-endpoint-connection update**](/cli/azure/search/private-endpoint-connection#az-search-private-endpoint-connection-update). The following example sets a private endpoint connection to rejected:
289289

290290
```azurecli-interactive
291-
az search private-endpoint-connection show \
291+
az search private-endpoint-connection update \
292292
--name <pe-connection-name> \
293293
--service-name <search-service-name> \
294294
--resource-group <search-service-resource-group-name>

0 commit comments

Comments
 (0)