Skip to content

Releases: Azure/azure-sdk-for-net

Azure.Security.KeyVault.Keys_4.8.0

27 Jun 22:45
c8964dc
Compare
Choose a tag to compare

4.8.0 (2025-06-27)

Acknowledgments

Thank you to our developer community members who helped to make the Key Vault client libraries better with their contributions to this release:

Features Added

  • Added Hmac algorithms in SignatureAlgorithm
  • Added CkmAesKeyWrap algorithm in KeyWrapAlgorithm
  • Added Attestation property for Keys in Managed HSM Key Vaults.
  • Adde new GetKeyAttestation operation to get the public part of a stored key along with its attestation blob.

Bugs Fixed

  • Removed additional forward slash in RestoreKeyBackup and RestoreKeyBackupAsync.

Other Changes

  • The default service version is now "7.6".

Azure.ResourceManager.Terraform_1.0.0-beta.2

27 Jun 07:18
930c976
Compare
Choose a tag to compare

1.0.0-beta.2 (2025-06-19)

Features Added

  • Support for Exclusion Filters in Export Operations:

    • Added AzureResourcesToExclude and TerraformResourcesToExclude properties to export parameter models,
      these allow users to exclude resources from being exported based on Azure resource ID patterns or Terraform resource types.
  • Authorization Scope Filter Support:

    • Introduced the TerraformAuthorizationScopeFilter struct, enabling fine-grained control over the scope of Azure Resource Graph queries during export.
  • Export Result Enhancements:

    • The TerraformExportResult model now includes an Import property, providing Terraform import blocks for exported resources.
  • API Version Updates:

    • Updated the default API version for Terraform export operations to 2025-06-01-preview across all relevant classes and REST operations.

Azure.AI.Agents.Persistent_1.1.0-beta.3

27 Jun 22:48
c5b65d6
Compare
Choose a tag to compare
Pre-release

1.1.0-beta.3 (2025-06-27)

Features Added

  • Tracing for Agents. More information here.
  • Convenience constructor for BingCustomSearchToolParameters
  • Support for automatic execution of function tool calls. More information here.

Sample updates

  • The Azure function sample was simplified.
  • Added samples for file search citation with streaming.
  • Fabric tool sample added
  • Connected Agent tool sample added
  • Multiple Connected Agent sample added.
  • Bing Custom Search sample added.

Azure.Provisioning.AppService_1.2.0

26 Jun 05:55
539c9b0
Compare
Choose a tag to compare

1.2.0 (2025-06-26)

Features Added

  • Bump api-version to latest.
  • Added SiteAuthSettingsV2 resource and its related models.

Azure.Monitor.Query_1.7.0

26 Jun 17:32
5a21e2a
Compare
Choose a tag to compare

1.7.0 (2025-06-26)

Features Added

  • Added support for the 2024-02-01 metric namespaces service version to MetricsQueryClient.

Azure.Messaging.EventGrid_5.0.0

26 Jun 19:58
5caa16f
Compare
Choose a tag to compare

5.0.0 (2025-06-26)

Features Added

  • Added a dependency on the Azure.Messaging.EventGrid.SystemEvents package.
    The system events are now referenced via type forwarding. If you encounter any exceptions
    related to missing types, ensure that you dotnet clean and dotnet build your project. You should not
    use the Azure.Messaging.EventGrid.SystemEvents package with a version of Azure.Messaging.EventGrid prior to 5.0.0,
    as it will result in type conflicts.

Breaking Changes

  • Various system events have been updated to reflect the actual service behavior.
    There are no binary breaks or compilation breaks, but there are behavior breaking changes. For instance,
    some properties that were previously incorrectly marked as optional, have been marked as required. If you
    are using the EventGridModelFactory methods to create such events, and you encounter ArgumentNullException when
    upgrading, you will need to update your code to provide the required properties.

Azure.ResourceManager.PostgreSql_1.3.0

25 Jun 09:59
408e1f0
Compare
Choose a tag to compare

1.3.0 (2025-06-25)

Features Added

  • Introduced AzureResourceManagerPostgreSqlContext to make this library AOT compatible.

Bugs Fixed

  • Fixed some deprecated properties that are incorrectly implemented in the previous version.

Azure.ResourceManager.NetworkCloud_1.2.0

25 Jun 08:18
0fe0ac9
Compare
Choose a tag to compare

1.2.0 (2025-06-25)

Features Added

Azure.ResourceManager.ContainerService_1.2.4

25 Jun 03:37
3968a8d
Compare
Choose a tag to compare

1.2.4 (2025-06-24)

Bugs Fixed

  • Removed [EditorBrowsable] and [Obsolete] attributes on some properties that are incorrectly hidden/deprecated in previous versions.

Azure.Provisioning.Storage_1.1.1

25 Jun 03:56
3968a8d
Compare
Choose a tag to compare

1.1.1 (2025-06-25)

Bugs Fixed

  • Hide some properties that are incorrectly generated in previous versions.