11.9.0-beta.1 (2025-11-17)
Features Added
- Added back all service preview features dropped in
2025-09-01service version release. - Added optional parameter
x-ms-enable-elevated-readfor elevated read access that bypasses document-level permission checks. - Added statistical aggregation properties to
FacetResult:avg,min,max, andcardinalityfor enhanced analytics. - Added support for new Azure OpenAI models:
gpt-5,gpt-5-mini, andgpt-5-nano. - Added support for
sharepointdata source type inSearchIndexerDataSourceType. - Added support for new
KnowledgeSourceKindtypes:web,remoteSharePoint,indexedSharePoint, andindexedOneLake. - Added
purviewEnabledproperty toSearchIndexfor Microsoft Purview integration. - Added
maxCumulativeIndexerRuntimeSecondsproperty toServiceLimitsfor runtime monitoring. - Added required
runtimeproperty toSearchIndexerStatusandindexersRuntimeproperty toServiceStatistics. - Added
productenum value toScoringFunctionAggregation. - Added enhanced knowledge source parameters:
sourceDataFields,searchFields,semanticConfigurationNameinSearchIndexKnowledgeSourceParameters. - Added Azure Data Lake Storage Gen2 support with
isADLSGen2andingestionParametersinAzureBlobKnowledgeSourceParameters. - Added partial content response support (HTTP 206) for knowledge base operations.
- Added
errorproperty toKnowledgeBaseActivityRecordfor enhanced error handling. - Added enhanced knowledge source parameters:
includeReferences,includeReferenceSourceData,alwaysQuerySource,rerankerThresholdinSearchIndexKnowledgeSourceParams.
Breaking Changes
-
Knowledge Agent to Knowledge Base Migration: Complete API rename from Knowledge Agent to Knowledge Base.
- All
KnowledgeAgent*classes renamed toKnowledgeBase*(e.g.,KnowledgeAgent→KnowledgeBase). - API paths changed from
/agentsto/knowledgebases. - Client parameter
AgentNameParameterrenamed toKnowledgeBaseNameParameter. - All agent-related activity record types updated with new naming convention
- All
-
Removed deprecated Knowledge Agent classes:
KnowledgeAgentOutputConfiguration,KnowledgeAgentRequestLimits,KnowledgeAgentModel,KnowledgeAgentModelKind,KnowledgeAgentAzureOpenAIModel. -
Removed properties from
KnowledgeSourceReference:includeReferences,includeReferenceSourceData,alwaysQuerySource,maxSubQueries,rerankerThreshold -
Removed
sourceDataSelectproperty fromSearchIndexKnowledgeSourceParameters. -
Removed properties from
AzureBlobKnowledgeSourceParameters:identity,embeddingModel,chatCompletionModel,ingestionSchedule,disableImageVerbalization. -
Updated
RescoringOptionsto match what was changed in11.8.0release.isEnableRescoring->isRescoringEnabledsetEnableRescoring->setRescoringEnabled
-
Changed
RankingOrder.RE_RANKER_SCOREtoRankingOrder.RERANKER_SCORE. -
Changed
SearchOptions.getDebugand.setDebugto.getDebugModeand.setDebugMode. -
Default
SearchServiceVersionchanged from2025_09_01toV2025_08_01_PREVIEW.
Bugs Fixed
- Fixed a bug where multiple iterations / subscriptions of
SearchPagedFluxandSearchPagedIterablewould return the
same first page result of the initial iteration / subscription.