Skip to content

Commit b771e96

Browse files
committed
azure updates
1 parent 9c2f2cc commit b771e96

File tree

1 file changed

+1
-1
lines changed
  • docs/azure-docs/providers/azure/search/services

1 file changed

+1
-1
lines changed

docs/azure-docs/providers/azure/search/services/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Creates, updates, deletes, gets or lists a <code>services</code> resource.
8484
| <CopyableCode code="create_or_update" /> | `INSERT` | <CopyableCode code="resourceGroupName, searchServiceName, subscriptionId" /> | Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values. |
8585
| <CopyableCode code="delete" /> | `DELETE` | <CopyableCode code="resourceGroupName, searchServiceName, subscriptionId" /> | Deletes a search service in the given resource group, along with its associated resources. |
8686
| <CopyableCode code="update" /> | `UPDATE` | <CopyableCode code="resourceGroupName, searchServiceName, subscriptionId" /> | Updates an existing search service in the given resource group. |
87-
| <CopyableCode code="check_name_availability" /> | `EXEC` | <CopyableCode code="subscriptionId, data__name, data__type" /> | Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://.search.windows.net). |
87+
| <CopyableCode code="check_name_availability" /> | `EXEC` | <CopyableCode code="subscriptionId, data__name, data__type" /> | Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://name.search.windows.net). |
8888

8989
## `SELECT` examples
9090

0 commit comments

Comments
 (0)