-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Search November preview #43886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search November preview #43886
Conversation
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
e35badb to
1e9822b
Compare
There was a problem hiding this 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 pull request introduces the November preview update for the Azure Search SDK for Python. The main changes include:
- Code formatting improvements across test files to comply with Python style guidelines (line length, multi-line function calls)
- Renaming of "KnowledgeAgent" to "KnowledgeBase" throughout the codebase
- Addition of new features including knowledge base retrieval, Purview integration, content understanding skills, and facet metrics support
- API version update from 2025-08-01-preview to 2025-11-01-preview
- New imports and model classes for knowledge bases, content understanding, and service statistics
Reviewed Changes
Copilot reviewed 123 out of 131 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Test files (multiple) | Formatting improvements for line length compliance |
| knowledgebases module files | Renamed KnowledgeAgent to KnowledgeBase with updated client classes |
| indexes/models/_models.py | Updated docstrings and added new model properties |
| indexes/models/_index.py | Added sensitivity_label and purview_enabled fields |
| Generated operations files | API version updates and model reference changes |
| New test files | Added tests for knowledge base, knowledge source (web/SharePoint) functionality |
b0b3983 to
759bcc4
Compare
759bcc4 to
8dc7b20
Compare
8dc7b20 to
3c851cf
Compare
|
/check-enforcer reset |
|
/check-enforcer override |
|
@microsoft-github-policy-service rerun |
|
@microsoft-github-policy-service agree company="Microsoft" |
|
@microsoft-github-policy-service rerun |
|
/check-enforcer reset |
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines