Skip to content

Releases: Azure/azure-sdk-for-net

Azure.Search.Documents_12.0.0

01 May 23:23
29aeb76

Choose a tag to compare

12.0.0 (2026-05-01)

Features Added

  • Added support for 2026-04-01 service version.
  • Added KnowledgeBaseRetrievalClient for agentic retrieval operations against knowledge bases.
  • Added knowledge base management types: KnowledgeBase, KnowledgeBaseModel, KnowledgeBaseAzureOpenAIModel, and KnowledgeSourceReference.
  • Added knowledge source types: AzureBlobKnowledgeSource, SearchIndexKnowledgeSource, IndexedOneLakeKnowledgeSource, and WebKnowledgeSource with associated parameters.
  • Added knowledge base retrieval models: KnowledgeBaseRetrievalRequest, KnowledgeBaseRetrievalResponse, KnowledgeBaseMessage, KnowledgeBaseMessageContent, and KnowledgeBaseReference with typed variants (KnowledgeBaseAzureBlobReference, KnowledgeBaseSearchIndexReference, KnowledgeBaseIndexedOneLakeReference, KnowledgeBaseWebReference).
  • Added knowledge base activity tracking: KnowledgeBaseActivityRecord, KnowledgeBaseAgenticReasoningActivityRecord, and KnowledgeBaseModelWebSummarizationActivityRecord.
  • Added KnowledgeBaseActivityRecordType.ModelWebSummarization value for LLM web summarization activity records.
  • Added knowledge source ingestion and status models: KnowledgeSourceIngestionParameters, KnowledgeSourceStatus, KnowledgeSourceStatistics, and SynchronizationState.
  • Added AI skill types: ChatCompletionSkill, ContentUnderstandingSkill, and DocumentIntelligenceLayoutSkill with associated configuration models.
  • Added AzureMachineLearningVectorizer and AzureMachineLearningParameters for AML-based vectorization.
  • Added SearchAlias for index alias management.
  • Added SearchIndexResponse model returned by index operations.
  • Added NativeBlobSoftDeleteDeletionDetectionPolicy for native blob soft delete detection.
  • Added VectorizableImageBinaryQuery and VectorizableImageUrlQuery for image-based vector search.
  • Added DebugInfo property to SearchResults<T> and SearchResultsPage<T> for enhanced search debugging.
  • Added VectorFilterMode.StrictPostFilter option for strict post-filtering in vector search.
  • Added SearchServiceCounters.AliasCounter for alias resource tracking.
  • Added SearchServiceLimits.MaxCumulativeIndexerRuntimeSeconds for runtime constraints.
  • Added IndexerChangeTrackingState for indexer change tracking status.
  • Added LookupDocument model for document lookup responses.
  • Added nullable implicit conversion operators for SemanticErrorMode, SemanticErrorReason, SemanticSearchResultsType, and VectorFilterMode.
  • Added AIServicesAccountIdentity and AIServicesAccountKey for AI services authentication.
  • Added SearchClientSettings to support creating a SearchClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.
  • Added SearchIndexClientSettings to support creating a SearchIndexClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.
  • Added SearchIndexerClientSettings to support creating a SearchIndexerClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.
  • Added KnowledgeBaseRetrievalClientSettings to support creating a KnowledgeBaseRetrievalClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.

Breaking Changes

  • Deprecated EntityRecognitionSkill.SkillVersion.V1 is now obsolete. Use V3 instead.
  • Deprecated EntityRecognitionSkill.IncludeTypelessEntities is now obsolete. Use V3 instead.
  • Deprecated SentimentSkill.SkillVersion.V1 is now obsolete. Use V3 instead.

Azure.Monitor.OpenTelemetry.AspNetCore_1.5.0

01 May 21:33
394affb

Choose a tag to compare

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
    ApplicationInsightsSampler with 100% sampling (all traces sampled) to
    RateLimitedSampler with 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.0

Bugs 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

30 Apr 05:04
b09f93f

Choose a tag to compare

1.1.2 (2026-04-29)

Other Changes

  • Upgraded dependent Azure.Core to 1.54.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

Azure.ResourceManager.WorkloadsSapVirtualInstance_1.0.0

30 Apr 05:05
b09f93f

Choose a tag to compare

1.0.0 (2026-04-29)

This is the first stable release of this library.

Other Changes

  • Upgraded dependent Azure.Core to 1.54.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

Azure.ResourceManager.WeightsAndBiases_1.0.0

30 Apr 05:05
b09f93f

Choose a tag to compare

1.0.0 (2026-04-29)

This is the first stable release of this library.

Other Changes

  • Upgraded dependent Azure.Core to 1.54.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

Azure.ResourceManager.VoiceServices_1.0.3

30 Apr 05:05
b09f93f

Choose a tag to compare

1.0.3 (2026-04-29)

Other Changes

  • Upgraded dependent Azure.Core to 1.54.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

Azure.ResourceManager.TrustedSigning_1.0.0

30 Apr 05:05
b09f93f

Choose a tag to compare

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.TrustedSigning AOT-compatible.

Other Changes

  • Upgraded dependent Azure.Core to 1.54.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

Azure.ResourceManager.Synapse_1.2.2

30 Apr 05:05
b09f93f

Choose a tag to compare

1.2.2 (2026-04-29)

Other Changes

  • Upgraded dependent Azure.Core to 1.54.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

Azure.ResourceManager.Subscription_1.1.2

30 Apr 05:05
b09f93f

Choose a tag to compare

1.1.2 (2026-04-29)

Other Changes

  • Upgraded dependent Azure.Core to 1.54.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

Azure.ResourceManager.StoragePool_1.1.2

30 Apr 05:04
b09f93f

Choose a tag to compare

1.1.2 (2026-04-29)

Other Changes

  • Upgraded dependent Azure.Core to 1.54.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.