Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions sdk/search/azure-search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion sdk/search/azure-search-documents/tsp-location.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
directory: specification/search/data-plane/Search
commit: d62196d5e224f0cd58f6dd2dbd082ed72300af5a
commit: 18ebae7ea8f6aefd83268aacdb1f480b24842726
repo: Azure/azure-rest-api-specs

Loading