Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.Search.Documents_12.0.0
12.0.0 (2026-05-01)
Features Added
- Added support for
2026-04-01service version. - Added
KnowledgeBaseRetrievalClientfor agentic retrieval operations against knowledge bases. - Added knowledge base management types:
KnowledgeBase,KnowledgeBaseModel,KnowledgeBaseAzureOpenAIModel, andKnowledgeSourceReference. - Added knowledge source types:
AzureBlobKnowledgeSource,SearchIndexKnowledgeSource,IndexedOneLakeKnowledgeSource, andWebKnowledgeSourcewith associated parameters. - Added knowledge base retrieval models:
KnowledgeBaseRetrievalRequest,KnowledgeBaseRetrievalResponse,KnowledgeBaseMessage,KnowledgeBaseMessageContent, andKnowledgeBaseReferencewith typed variants (KnowledgeBaseAzureBlobReference,KnowledgeBaseSearchIndexReference,KnowledgeBaseIndexedOneLakeReference,KnowledgeBaseWebReference). - Added knowledge base activity tracking:
KnowledgeBaseActivityRecord,KnowledgeBaseAgenticReasoningActivityRecord, andKnowledgeBaseModelWebSummarizationActivityRecord. - Added
KnowledgeBaseActivityRecordType.ModelWebSummarizationvalue for LLM web summarization activity records. - Added knowledge source ingestion and status models:
KnowledgeSourceIngestionParameters,KnowledgeSourceStatus,KnowledgeSourceStatistics, andSynchronizationState. - Added AI skill types:
ChatCompletionSkill,ContentUnderstandingSkill, andDocumentIntelligenceLayoutSkillwith associated configuration models. - Added
AzureMachineLearningVectorizerandAzureMachineLearningParametersfor AML-based vectorization. - Added
SearchAliasfor index alias management. - Added
SearchIndexResponsemodel returned by index operations. - Added
NativeBlobSoftDeleteDeletionDetectionPolicyfor native blob soft delete detection. - Added
VectorizableImageBinaryQueryandVectorizableImageUrlQueryfor image-based vector search. - Added
DebugInfoproperty toSearchResults<T>andSearchResultsPage<T>for enhanced search debugging. - Added
VectorFilterMode.StrictPostFilteroption for strict post-filtering in vector search. - Added
SearchServiceCounters.AliasCounterfor alias resource tracking. - Added
SearchServiceLimits.MaxCumulativeIndexerRuntimeSecondsfor runtime constraints. - Added
IndexerChangeTrackingStatefor indexer change tracking status. - Added
LookupDocumentmodel for document lookup responses. - Added nullable implicit conversion operators for
SemanticErrorMode,SemanticErrorReason,SemanticSearchResultsType, andVectorFilterMode. - Added
AIServicesAccountIdentityandAIServicesAccountKeyfor AI services authentication. - Added
SearchClientSettingsto support creating aSearchClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration. - Added
SearchIndexClientSettingsto support creating aSearchIndexClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration. - Added
SearchIndexerClientSettingsto support creating aSearchIndexerClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration. - Added
KnowledgeBaseRetrievalClientSettingsto support creating aKnowledgeBaseRetrievalClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration.
Breaking Changes
- Deprecated
EntityRecognitionSkill.SkillVersion.V1is now obsolete. Use V3 instead. - Deprecated
EntityRecognitionSkill.IncludeTypelessEntitiesis now obsolete. Use V3 instead. - Deprecated
SentimentSkill.SkillVersion.V1is now obsolete. Use V3 instead.
Azure.Monitor.OpenTelemetry.AspNetCore_1.5.0
1.5.0 (2026-04-30)
Features Added
- Add ability to specify EnableStandardMetrics and EnablePerformanceCounters
(#56438)
Breaking Changes
- Default Sampler Changed: The default sampling behavior has been changed from
ApplicationInsightsSamplerwith 100% sampling (all traces sampled) to
RateLimitedSamplerwith 5.0 traces per second. This change significantly
reduces telemetry volume for high-traffic applications and provides better
cost optimization out of the box.
Impact: Applications with more than 5 requests per second will see fewer
traces exported by default.
Migration: To maintain the previous behavior (100% sampling), explicitly
configure the sampler:
// Option 1: Set SamplingRatio and clear TracesPerSecond
builder.Services.AddOpenTelemetry()
.UseAzureMonitor(options =>
{
options.SamplingRatio = 1.0f;
options.TracesPerSecond = null;
});
// Option 2: Use environment variables
// OTEL_TRACES_SAMPLER=microsoft.fixed_percentage
// OTEL_TRACES_SAMPLER_ARG=1.0Bugs Fixed
- Fixed an issue where Azure Container Apps instances were showing VM instance GUIDs
instead of replica names in the Role Instance field.
(#54586)
Azure.ResourceManager.Workloads_1.1.2
1.1.2 (2026-04-29)
Other Changes
- Upgraded dependent
Azure.Coreto1.54.0. - Upgraded dependent
Azure.ResourceManagerto1.14.0.
Azure.ResourceManager.WorkloadsSapVirtualInstance_1.0.0
1.0.0 (2026-04-29)
This is the first stable release of this library.
Other Changes
- Upgraded dependent
Azure.Coreto1.54.0. - Upgraded dependent
Azure.ResourceManagerto1.14.0.
Azure.ResourceManager.WeightsAndBiases_1.0.0
1.0.0 (2026-04-29)
This is the first stable release of this library.
Other Changes
- Upgraded dependent
Azure.Coreto1.54.0. - Upgraded dependent
Azure.ResourceManagerto1.14.0.
Azure.ResourceManager.VoiceServices_1.0.3
1.0.3 (2026-04-29)
Other Changes
- Upgraded dependent
Azure.Coreto1.54.0. - Upgraded dependent
Azure.ResourceManagerto1.14.0.
Azure.ResourceManager.TrustedSigning_1.0.0
1.0.0 (2026-04-29)
This is the first stable release of this library.
Features Added
- Upgraded api-version to 2025-10-13.
- Make
Azure.ResourceManager.TrustedSigningAOT-compatible.
Other Changes
- Upgraded dependent
Azure.Coreto1.54.0. - Upgraded dependent
Azure.ResourceManagerto1.14.0.
Azure.ResourceManager.Synapse_1.2.2
1.2.2 (2026-04-29)
Other Changes
- Upgraded dependent
Azure.Coreto1.54.0. - Upgraded dependent
Azure.ResourceManagerto1.14.0.
Azure.ResourceManager.Subscription_1.1.2
1.1.2 (2026-04-29)
Other Changes
- Upgraded dependent
Azure.Coreto1.54.0. - Upgraded dependent
Azure.ResourceManagerto1.14.0.
Azure.ResourceManager.StoragePool_1.1.2
1.1.2 (2026-04-29)
Other Changes
- Upgraded dependent
Azure.Coreto1.54.0. - Upgraded dependent
Azure.ResourceManagerto1.14.0.