-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[CosmosDB] 2025-10-15 Stable API Version #28812
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
base: main
Are you sure you want to change the base?
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
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 PR updates the Azure CosmosDB Management SDK to API version 2025-10-15 and adds support for several new features including full-text indexing, vector index enhancements, priority-based execution, and additional restore parameters.
Key Changes
- Updated API version from 2024-11-15 to 2025-10-15 across all operations
- Added full-text indexing support with new
FullTextPolicy,FullTextPath, andFullTextIndexPathmodels - Enhanced vector indexing with quantization and DiskANN index configuration options
- Added priority-based execution feature with
EnablePriorityBasedExecutionandDefaultPriorityLevelproperties - Added
Float16data type support for vector embeddings - Updated API specification paths to include
/DocumentDB/segment
Reviewed Changes
Copilot reviewed 1 out of 56 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updated commit reference, API version to 2025-10-15, and API spec paths with /DocumentDB/ segment |
| Multiple Operations files | Updated apiVersion string literals from "2024-11-15" to "2025-10-15" in all operation methods |
| VectorIndex.cs | Added quantization parameters, indexing search list size, and shard key support |
| VectorEmbedding.cs | Updated documentation to include Float16 data type |
| VectorDataType.cs | Added Float16 constant |
| SqlContainerResource.cs | Added FullTextPolicy property |
| SqlContainerGetPropertiesResource.cs | Added FullTextPolicy property |
| RestorableSqlContainerPropertiesResourceContainer.cs | Added FullTextPolicy property |
| IndexingPolicy.cs | Added FullTextIndexes property |
| FullTextPolicy.cs | New model for full-text indexing policy |
| FullTextPath.cs | New model for full-text path configuration |
| FullTextIndexPath.cs | New model for full-text index path |
| DefaultPriorityLevel.cs | New enum for priority levels (High/Low) |
| DatabaseAccountUpdateProperties.cs | Added priority-based execution properties |
| DatabaseAccountUpdateParameters.cs | Added priority-based execution properties |
| DatabaseAccountGetResults.cs | Added KeyVaultKeyUriVersion and priority-based execution properties |
| DatabaseAccountGetProperties.cs | Added KeyVaultKeyUriVersion and priority-based execution properties |
| DatabaseAccountCreateUpdateProperties.cs | Added priority-based execution properties |
| DatabaseAccountCreateUpdateParameters.cs | Added priority-based execution properties |
| RestoreParameters.cs | Added SourceBackupLocation property |
| ``` yaml | ||
| commit: 2afa5b356adf6cf51209d2cf28d38644c69d9832 | ||
| apiversion: "2024-11-15" | ||
| commit: main |
Copilot
AI
Nov 5, 2025
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.
Using 'main' as the commit reference is not recommended for production builds as it points to a moving target and can lead to non-reproducible builds. Consider using a specific commit SHA to ensure build reproducibility and version stability.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.