Skip to content

Commit db6e79b

Browse files
committed
reverted another unrelated edit
1 parent 4369ef9 commit db6e79b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/search/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
href: samples-rest.md
126126
- name: Concepts
127127
items:
128-
- name: Indexing and storage
128+
- name: Storage
129129
items:
130130
- name: Search index
131131
href: search-what-is-an-index.md

articles/search/search-api-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ See [Azure SDK lifecycle and support policy](https://azure.github.io/azure-sdk/p
2727

2828
## Deprecated versions
2929

30-
**2023-07-01-preview** was deprecated on April 8, 2024 and will be retried on July 8, 2024. This was the first REST API that offered vector search support. Newer API versions have a different property structure. We recommend [migrating to a newer version](search-api-migration.md) as soon as possible.
30+
**2023-07-01-preview** was deprecated on April 8, 2024 and will be retired on July 8, 2024. This was the first REST API that offered vector search support. Newer API versions have a different vector configuration. We recommend [migrating to a newer version](search-api-migration.md) as soon as possible.
3131

3232
<a name="unsupported-versions"></a>
3333

articles/search/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ms.custom:
2626
| [**Built-in vector quantization, narrow vector data types, and a new `stored` property (preview)**](vector-search-how-to-configure-compression-storage.md) | Feature | This preview adds support for larger vector workloads at a lower cost through three enhancements. First, *scalar quantization* reduces vector index size in memory and on disk. Second, [narrow data types](/rest/api/searchservice/supported-data-types) can be assigned to vector fields that can use them. Third, we added more flexible vector field storage options.|
2727
| [**2024-03-01-preview Search REST API**](/rest/api/searchservice/search-service-api-versions#2024-03-01-preview) | API | New preview version of the Search REST APIs for the new data types, vector compression properties, and storage options. |
2828
| [**2024-03-01-preview Management REST API**](/rest/api/searchmanagement/operation-groups?view=rest-searchmanagement-2024-03-01-preview&preserve-view=true) | API | New preview version of the Management REST APIs for control plane operations. |
29-
| [**2023-07-01-preview deprecation announcement**](/rest/api/searchservice/search-service-api-versions#2023-07-01-preview) | API | Deprecation announced on April 8, 2024. Retirement on July 8, 2024. This was the first REST API that offered vector search support. Newer API versions have a different property structure. We recommend [migrating to a newer version](search-api-migration.md) as soon as possible. |
29+
| [**2023-07-01-preview deprecation announcement**](/rest/api/searchservice/search-service-api-versions#2023-07-01-preview) | API | Deprecation announced on April 8, 2024. Retirement on July 8, 2024. This was the first REST API that offered vector search support. Newer API versions have a different vector configuration. We recommend [migrating to a newer version](search-api-migration.md) as soon as possible. |
3030

3131
## February 2024
3232

0 commit comments

Comments
 (0)