Skip to content

Conversation

@ShivangiReja
Copy link
Member

We shipped Search GA from the feature branch and this PR ports those GA feedback into main while keeping existing preview features intact.

GA PR: #53042

@ShivangiReja ShivangiReja requested a review from a team as a code owner October 10, 2025 23:38
Copilot AI review requested due to automatic review settings October 10, 2025 23:38
@ShivangiReja ShivangiReja requested a review from a team as a code owner October 10, 2025 23:38
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR ports Azure Search GA feedback into the main branch while maintaining existing preview features. The changes align the codebase with the stable 2025-09-01 service version that was shipped in the GA release.

  • Added 2025-09-01 as a stable service version
  • Updated model factory methods and API surface to support GA requirements
  • Made NormalizerName property settable in AnalyzeTextOptions for better usability

Reviewed Changes

Copilot reviewed 14 out of 18 changed files in this pull request and generated no comments.

Show a summary per file
File Description
SearchIndexClientTests.cs Updated test to use object initializer for AnalyzeTextOptions instead of constructor
DataSourceTests.cs Corrected constructor call to use named parameter for better clarity
autorest.md Added directive to retain vector search compression properties for backward compatibility
SearchClientOptions.cs Added V2025_09_01 service version and updated version mapping
SuggestResults.cs Added suppression attribute for missing model factory analyzer warning
SearchResults.cs Added suppression attribute and changed constructor access modifier
SearchModelFactory.cs Added multiple new factory methods for better testing support
SearchResourceEncryptionKey.cs Added new constructor overload accepting string parameters
SearchIndexerDataSourceConnection.cs Added internal constructor overload for factory method support
AnalyzeTextOptions.cs Made NormalizerName property settable and removed constructor overload
Azure.Search.Documents.csproj Updated version numbers and removed obsolete package reference and warning suppression
API files Updated public API surface to reflect all changes
CHANGELOG.md Added release notes for GA version with breaking changes documentation

@github-actions
Copy link

API Change Check

APIView identified API level changes in this PR and created the following API reviews

Azure.Search.Documents

@alzimmermsft
Copy link
Member

/check-enforcer evaluate

@ShivangiReja ShivangiReja merged commit 3826c20 into Azure:main Oct 13, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants