diff --git a/sdk/search/azure-search-documents/CHANGELOG.md b/sdk/search/azure-search-documents/CHANGELOG.md index c542c2aaf61b..ff11011dd98e 100644 --- a/sdk/search/azure-search-documents/CHANGELOG.md +++ b/sdk/search/azure-search-documents/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +## 12.1.0 (Unreleased) + +### Other Changes + +- Updated the pinned TypeSpec spec commit to `18ebae7ea8f6aefd83268aacdb1f480b24842726` and regenerated the `2026-04-01` API version. The new spec content is gated to the `2026-05-01-preview` API version, which this package does not target, so the generated `2026-04-01` client surface is unchanged. + ## 12.0.0 (2026-04-01) ### Features Added diff --git a/sdk/search/azure-search-documents/azure/search/documents/_version.py b/sdk/search/azure-search-documents/azure/search/documents/_version.py index 22c33ec5bb72..d20c7234ba3a 100644 --- a/sdk/search/azure-search-documents/azure/search/documents/_version.py +++ b/sdk/search/azure-search-documents/azure/search/documents/_version.py @@ -3,6 +3,6 @@ # Licensed under the MIT License. # ------------------------------------ -VERSION = "12.0.0" # type: str +VERSION = "12.1.0" # type: str SDK_MONIKER = "search-documents/{}".format(VERSION) # type: str diff --git a/sdk/search/azure-search-documents/tsp-location.yaml b/sdk/search/azure-search-documents/tsp-location.yaml index e5e54626e777..596b9592acb5 100644 --- a/sdk/search/azure-search-documents/tsp-location.yaml +++ b/sdk/search/azure-search-documents/tsp-location.yaml @@ -1,4 +1,4 @@ directory: specification/search/data-plane/Search -commit: d62196d5e224f0cd58f6dd2dbd082ed72300af5a +commit: 18ebae7ea8f6aefd83268aacdb1f480b24842726 repo: Azure/azure-rest-api-specs \ No newline at end of file