[Search 2026-08-01-preview] java SDK codegen - #49988
Draft
efrainretana with Copilot wants to merge 4 commits into
Draft
[Search 2026-08-01-preview] java SDK codegen#49988efrainretana with Copilot wants to merge 4 commits into
efrainretana with Copilot wants to merge 4 commits into
Conversation
|
Azure Pipelines: 35 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
…-preview Co-authored-by: efrainretana <141282336+efrainretana@users.noreply.github.com>
…ustomizations, tests, samples, CHANGELOG Co-authored-by: efrainretana <141282336+efrainretana@users.noreply.github.com>
Co-authored-by: efrainretana <141282336+efrainretana@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Generate Azure Search SDK for API 2026-08-01-preview
[Search 2026-08-01-preview] java SDK codegen
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Regenerates
azure-search-documentsfor the new preview API version2026-08-01-previewfromAzure/azure-rest-api-specs@c19e358, and reconciles the customization/test/sample surface with the spec's breaking changes.Generation
tsp-location.yamlto spec commitc19e358and regenerated viatsp-client update. The spec'stspconfig.yamlpins the Java emitter to stable2026-04-01, so generation was run with--emitter-options "api-version=2026-08-01-preview"to produce the requested preview.SearchServiceVersion.getLatest()now returnsV2026_08_01_PREVIEW.Hand-written wrapper reconciliation
listIndexesWithSelectedProperties(select, top, skip, count)no longer exists. The GA backward-compat wrapperlistIndexesWithSelectedProperties(List<String> select)(sync + async) now applies$selectdirectly viaRequestOptionsinstead of delegating to the removed overload.API-surface changes reflected in tests/samples
listIndexStatsSummary:(top, skip, count)→(search, pageSize, ListingSearchType)KnowledgeBaseRetrievalClient.retrieve:(options, String)→(options, querySourceAuthorization, queryWorkIQSourceAuthorization)WorkIQKnowledgeSource(name, WorkIQKnowledgeSourceParameters)(params type moved to...documents.models)McpServerToolinclusion mode replaced bysetResultsProcessing(KnowledgeSourceResultsProcessing)McpServerToolInclusionMode/WorkIQAttributionMisc
MultipartFormDataHelper(EnforceFinalFieldsCheck).12.1.0-beta.2inCHANGELOG.md.Follow-ups for reviewers
assets.json) are unchanged; playback for new/changed operations likely needs re-recording with live access.api-versionoverride should instead be persisted upstream in the spec'stspconfig.yamlfor reproducible regeneration.