From 5a20e575a4e33067016841ca65d6ee2858fd6a68 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Jul 2026 22:46:33 +0000 Subject: [PATCH 1/3] Initial plan From 353ba45eb5d6ceced28f75aa3b1e44da1dfae712 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Jul 2026 22:56:19 +0000 Subject: [PATCH 2/3] Regenerate azure-search-documents from spec 18ebae7e; bump to 12.1.0 Co-authored-by: efrainretana <141282336+efrainretana@users.noreply.github.com> --- sdk/search/azure-search-documents/CHANGELOG.md | 6 ++++++ .../azure/search/documents/_version.py | 2 +- sdk/search/azure-search-documents/tsp-location.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sdk/search/azure-search-documents/CHANGELOG.md b/sdk/search/azure-search-documents/CHANGELOG.md index c542c2aaf61b..17ff0a66b6e3 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 + +- Regenerated from the `2026-04-01` API version at spec commit `18ebae7ea8f6aefd83268aacdb1f480b24842726`. No changes to the public API surface. + ## 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 From f24cfa71a6bd599f525dfe557d7112369da5687b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:41:02 +0000 Subject: [PATCH 3/3] Clarify 12.1.0 changelog: 2026-04-01 surface unchanged (new spec content is preview-gated) Co-authored-by: efrainretana <141282336+efrainretana@users.noreply.github.com> --- sdk/search/azure-search-documents/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/search/azure-search-documents/CHANGELOG.md b/sdk/search/azure-search-documents/CHANGELOG.md index 17ff0a66b6e3..ff11011dd98e 100644 --- a/sdk/search/azure-search-documents/CHANGELOG.md +++ b/sdk/search/azure-search-documents/CHANGELOG.md @@ -4,7 +4,7 @@ ### Other Changes -- Regenerated from the `2026-04-01` API version at spec commit `18ebae7ea8f6aefd83268aacdb1f480b24842726`. No changes to the public API surface. +- 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)