You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/azure-docs/providers/azure/search/services/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Creates, updates, deletes, gets or lists a <code>services</code> resource.
84
84
| <CopyableCodecode="create_or_update" /> |`INSERT`| <CopyableCodecode="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. |
85
85
| <CopyableCodecode="delete" /> |`DELETE`| <CopyableCodecode="resourceGroupName, searchServiceName, subscriptionId" /> | Deletes a search service in the given resource group, along with its associated resources. |
86
86
| <CopyableCodecode="update" /> |`UPDATE`| <CopyableCodecode="resourceGroupName, searchServiceName, subscriptionId" /> | Updates an existing search service in the given resource group. |
87
-
| <CopyableCodecode="check_name_availability" /> |`EXEC`| <CopyableCodecode="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). |
87
+
| <CopyableCodecode="check_name_availability" /> |`EXEC`| <CopyableCodecode="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).|
0 commit comments