From 9c2f2cc83198789d0798c562320b3f0701d8a9db Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Wed, 16 Oct 2024 13:35:30 +1100 Subject: [PATCH 1/2] azure updates --- docs/azure-docs/providers/azure/search/services/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/azure-docs/providers/azure/search/services/index.md b/docs/azure-docs/providers/azure/search/services/index.md index acc0a041eb..3f08a0b11b 100644 --- a/docs/azure-docs/providers/azure/search/services/index.md +++ b/docs/azure-docs/providers/azure/search/services/index.md @@ -84,7 +84,7 @@ Creates, updates, deletes, gets or lists a services resource. | | `INSERT` | | 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. | | | `DELETE` | | Deletes a search service in the given resource group, along with its associated resources. | | | `UPDATE` | | Updates an existing search service in the given resource group. | -| | `EXEC` | | 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). | +| | `EXEC` | | 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). | ## `SELECT` examples From b771e96a72af2940cb8f2b9e4c14674a34fbf652 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Wed, 16 Oct 2024 14:02:14 +1100 Subject: [PATCH 2/2] azure updates --- docs/azure-docs/providers/azure/search/services/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/azure-docs/providers/azure/search/services/index.md b/docs/azure-docs/providers/azure/search/services/index.md index 3f08a0b11b..a5a67a70b2 100644 --- a/docs/azure-docs/providers/azure/search/services/index.md +++ b/docs/azure-docs/providers/azure/search/services/index.md @@ -84,7 +84,7 @@ Creates, updates, deletes, gets or lists a services resource. | | `INSERT` | | 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. | | | `DELETE` | | Deletes a search service in the given resource group, along with its associated resources. | | | `UPDATE` | | Updates an existing search service in the given resource group. | -| | `EXEC` | | 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). | +| | `EXEC` | | 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). | ## `SELECT` examples