Skip to content

Releases: Azure/azure-sdk-for-net

Azure.ResourceManager.CosmosDB_1.4.0

05 Dec 05:07
8f142dd

Choose a tag to compare

1.4.0 (2025-12-05)

Features Added

Azure.Provisioning.RedisEnterprise_1.1.0

05 Dec 05:51
8e5e630

Choose a tag to compare

1.1.0 (2025-12-04)

Features Added

  • Update api-version to 2025-07-01.
  • Removed ExperimentalAttribute on the assembly.

Breaking Changes

  • Removed model RedisEnterprisePrivateEndpointConnectionData. Please use RedisEnterprisePrivateEndpointConnection instead.
  • Changed the type of property RedisEnterpriseCluster.PrivateEndpointConnections from BicepList<RedisEnterprisePrivateEndpointConnectionData> to BicepList<RedisEnterprisePrivateEndpointConnection>.

Azure.Provisioning.CognitiveServices_1.2.0

05 Dec 22:45
7e3b47d

Choose a tag to compare

1.2.0 (2025-12-09)

Features Added

  • Updated to use latest API version.
  • Added new Cognitive Services resources.

Azure.ResourceManager.ServiceBus_1.2.0-beta.1

05 Dec 09:05
8f142dd

Choose a tag to compare

1.2.0-beta.1 (2025-11-27)

Features Added

Updated api version to '2025-05-01-preview'.

Azure.ResourceManager.Network_1.14.0

04 Dec 09:59
385df89

Choose a tag to compare

1.14.0 (2025-12-04)

Features Added

Azure.ResourceManager.NetApp_1.15.0-beta.1

04 Dec 08:20
2e75a5f

Choose a tag to compare

1.15.0-beta.1 (2025-12-01)

Features Added

  • Upgraded api-version tag from 'package-2025-09-01' to 'package-2025-09-01-preview'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/1da0ccefea2127820defac6496bf4710c0902d78/specification/netapp/resource-manager/Microsoft.NetApp/NetApp/readme.md.
  • Added NetAppCache resource type
  • Added ElasticAccount resource type
  • Added ElasticPool resource type
  • Added ElasticVolume resource type
  • Added ElasticSnapshotPolicy resource type
  • Added ElasticSnapshot resource type
  • Added ElasticBackupVault resource type
  • Added ElasticBackupPolicy resource type
  • Added ElasticBackup resource type
  • Added ActiveDirectory resource type
  • Added RansomwareReport resource type, Support for Advance AntiRansomware features
  • Added LdapConfiguration to NetAppAccountResource to support LDAP configuration at account level
  • Added LargeVolumeType to NetAppVolumeResource to support ExtraLargeVolumes

Azure.ResourceManager.DataFactory_1.11.0

04 Dec 05:24
d33a7fc

Choose a tag to compare

1.11.0 (2025-12-01)

Features Added

  • Added Netezza V2 linked service and dataset definitions.
  • Added Jira V2 connector support in Azure Data Factory.
  • Added enable/disable Interactive Query management APIs.
  • Added clusterResourceGroupAuthType to the HDInsight OnDemand linked service definition.
  • Expanded Snowflake V2 options to cover additional data types.
  • Added partitionOption property for the Salesforce V2 connector.

Azure.ResourceManager.EventHubs_1.3.0-beta.1

04 Dec 00:45
e5e3d8d

Choose a tag to compare

1.3.0-beta.1 (2025-11-27)

Features Added

  • Updated api version to '2025-05-01-preview'.

Azure.Monitor.OpenTelemetry.Exporter_1.6.0-beta.1

03 Dec 22:34
a232206

Choose a tag to compare

1.6.0-beta.1 (2025-12-03)

Bugs Fixed

  • Added Microsoft override attributes to preserve exact Application Insights
    semantics when exporting telemetry data.
    (#54023)
    • Request: microsoft.request.name, microsoft.request.url,
      microsoft.request.source, microsoft.request.resultCode
    • Dependency: microsoft.dependency.type, microsoft.dependency.target,
      microsoft.dependency.name, microsoft.dependency.data,
      microsoft.dependency.resultCode
    • Operation: microsoft.operation.name

Other Changes

  • Added distinct SDK version labels for all Application Insights shim packages
    to enable accurate attribution and visibility of exporter, distro, and shim
    telemetry during migration and analysis.
    (#54011)

Azure.AI.Language.QuestionAnswering.Inference_1.0.0-beta.1

03 Dec 09:06
7c76770

Choose a tag to compare

1.0.0-beta.1 (2025-12-03)

Features Added

  • Introduces standalone inference package for runtime Q&A.
  • Supports knowledge base and text queries using preview service version 2025-05-15-preview.
  • Adds query tuning and ranking configuration:
    • Adds AnswersOptions.QueryPreferences property.
    • Adds models: QueryPreferences, MatchingPolicy, PrebuiltQueryMatchingPolicy.
    • Adds unions/enums: Scorer (Classic, Transformer, Semantic), MatchingPolicyKind (Prebuilt), MatchingPolicyFieldsType (Questions, Answer).