Skip to content

Commit 248f54b

Browse files
committed
links
1 parent 79ee3b4 commit 248f54b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/whats-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: overview
11-
ms.date: 01/30/2020
11+
ms.date: 03/03/2020
1212
---
1313
# What's new in Azure Cognitive Search
1414

@@ -34,7 +34,7 @@ Azure Search is now renamed to **Azure Cognitive Search** to reflect the expande
3434

3535
+ Private access to a search service is available through two mechanisms, both currently in preview:
3636

37-
+ You can restrict access to specific IP addresses by using the Management REST API `api-version=2019-10-01-Preview` to create the service. The preview API has new **IpRule** and **NetworkRuleSet** properties in [CreateOrUpdate API](https://docs.microsoft.com/rest/api/searchmanagement/services/createorupdate). This preview feature is available in selected regions. For more information, see [How to use the Management REST API](https://docs.microsoft.com/rest/api/searchmanagement/search-howto-management-rest-api).
37+
+ You can restrict access to specific IP addresses by using the Management REST API `api-version=2019-10-01-Preview` to create the service. The preview API has new **IpRule** and **NetworkRuleSet** properties in [CreateOrUpdate API](https://docs.microsoft.com/rest/api/searchmanagement/2019-10-01-preview/createorupdate-service). This preview feature is available in selected regions. For more information, see [How to use the Management REST API](https://docs.microsoft.com/rest/api/searchmanagement/search-howto-management-rest-api).
3838

3939
+ Currently available through a limited-access preview, you can provision an Azure Search service that supports Azure Private Endpoint for connections from clients on the same virtual network. For more information, see [Create a Private Endpoint for a secure connection](service-create-private-endpoint.md).
4040

0 commit comments

Comments
 (0)