Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.Security.KeyVault.Keys_4.8.0
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:
- James Gould (GitHub)
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
andRestoreKeyBackupAsync
.
Other Changes
- The default service version is now "7.6".
Azure.ResourceManager.Terraform_1.0.0-beta.2
1.0.0-beta.2 (2025-06-19)
Features Added
-
Support for Exclusion Filters in Export Operations:
- Added
AzureResourcesToExclude
andTerraformResourcesToExclude
properties to export parameter models,
these allow users to exclude resources from being exported based on Azure resource ID patterns or Terraform resource types.
- Added
-
Authorization Scope Filter Support:
- Introduced the
TerraformAuthorizationScopeFilter
struct, enabling fine-grained control over the scope of Azure Resource Graph queries during export.
- Introduced the
-
Export Result Enhancements:
- The
TerraformExportResult
model now includes anImport
property, providing Terraform import blocks for exported resources.
- The
-
API Version Updates:
- Updated the default API version for Terraform export operations to
2025-06-01-preview
across all relevant classes and REST operations.
- Updated the default API version for Terraform export operations to
Azure.AI.Agents.Persistent_1.1.0-beta.3
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
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
1.7.0 (2025-06-26)
Features Added
- Added support for the
2024-02-01
metric namespaces service version toMetricsQueryClient
.
Azure.Messaging.EventGrid_5.0.0
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 youdotnet clean
anddotnet build
your project. You should not
use theAzure.Messaging.EventGrid.SystemEvents
package with a version ofAzure.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 theEventGridModelFactory
methods to create such events, and you encounterArgumentNullException
when
upgrading, you will need to update your code to provide the required properties.
Azure.ResourceManager.PostgreSql_1.3.0
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
1.2.0 (2025-06-25)
Features Added
- Upgraded api-version tag from 'package-2024-07-01' to 'package-2025-02-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/08973141b0d31a7e75d4dc43a5224a1814a0994f/specification/networkcloud/resource-manager/readme.md.
Azure.ResourceManager.ContainerService_1.2.4
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
1.1.1 (2025-06-25)
Bugs Fixed
- Hide some properties that are incorrectly generated in previous versions.