Skip to content

Releases: Azure/azure-sdk-for-net

Azure.Communication.Common_1.4.0-beta.1

02 Apr 08:14
1bf8771
Compare
Choose a tag to compare
Pre-release

1.4.0-beta.1 (2025-04-01)

Features Added

  • Introduced support for Azure.Core.TokenCredential with EntraCommunicationTokenCredentialOptions, enabling Entra users to authorize Communication Services and allowing an Entra user with a Teams license to use Teams Phone Extensibility features through the Azure Communication Services resource.
  • Added support for a new communication identifier TeamsExtensionUserIdentifier which maps rawIds with format 8:acs:{resourceId}_{tenantId}_{userId}.
  • Added IsAnonymous and AssertedId properties to PhoneNumberIdentifier.

Azure.ResourceManager.Migration.Assessment_1.0.0-beta.1

01 Apr 14:28
e88a125
Compare
Choose a tag to compare

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

Features Added

This package follows the new Azure SDK guidelines, and provides many core capabilities:

- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our Azure SDK for .NET GitHub repo.

NOTE: For more information about unified authentication, please refer to Microsoft Azure Identity documentation for .NET.

Azure.Monitor.OpenTelemetry.Exporter_1.4.0-beta.3

02 Apr 00:50
99506aa
Compare
Choose a tag to compare

1.4.0-beta.3 (2025-04-01)

Features Added

  • Added support for emitting Application Insights Custom Events.
    (#48378)

  • Added new api UseAzureMonitorExporter which automatically enables logging, tracing, and metrics.
    Additional calls to WithLogging, WithMetrics, and WithTracing are NOT required.
    However, you may still need to enable specific tracing/metric sources/meters separately.
    (#48402)

    • Added support for LiveMetrics when using the UseAzureMonitorExporter api.

Bugs Fixed

  • Fixed an issue where array attributes on metrics weren't exported correctly.
    (#47300)

  • Always set Dependency.Target to "server.address" and "server.port" if present.
    (#48317)

Other Changes

  • Update OpenTelemetry dependencies
    (#48574)
    • OpenTelemetry 1.11.2
    • OpenTelemetry.PersistentStorage.FileSystem 1.0.1

Azure.ResourceManager.EventGrid_1.1.0

31 Mar 08:00
707f264
Compare
Choose a tag to compare

1.1.0 (2025-03-31)

Features Added

Azure.ResourceManager.DataBox_1.1.0

31 Mar 08:17
707f264
Compare
Choose a tag to compare

1.1.0 (2025-03-27)

Features Added

Azure.Security.CodeTransparency_1.0.0-beta.3

31 Mar 17:12
21ff787
Compare
Choose a tag to compare

1.0.0-beta.3 (2025-03-31)

Features Added

Azure.ResourceManager.Monitor_1.4.0-beta.3

28 Mar 06:19
c2a9a19
Compare
Choose a tag to compare

1.4.0-beta.3 (2025-03-14)

Features Added

  • Updated azure monitor pipeline group APIs to version 2024-10-01-preview

Azure.AI.Projects_1.0.0-beta.6

28 Mar 22:14
eedbc40
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.6 (2025-03-28)

Features Added

  • Added QueryType parameter to AISearchIndexResource to allow different search types performed by an agent issue.
  • Added sample for Azure AI Search in streaming scenarios issue.

Breaking Changes

  • MicrosoftFabricToolDefinition constructor parameter was renamed from fabricAiskill to fabricDataagent, the corresponding parameter was renamed from FabricAiskill to FabricDataagent.

Bugs Fixed

  • Fixed Azure AI Search in streaming scenarios.

Sample updates

  • Added documentation for each sample.
  • The unnecessary code was removed from samples.

Azure.Search.Documents_11.7.0-beta.3

25 Mar 20:09
73c139c
Compare
Choose a tag to compare
Pre-release

11.7.0-beta.3 (2025-03-25)

Features Added

  • Added support for the GetIndexStatsSummary API in SearchIndexClient.
  • Added extension methods to get SearchClient, SearchIndexClient and SearchIndexerClient using AIProjectClient.

Azure.Core.Experimental_0.1.0-preview.37

21 Mar 18:48
4ba58b1
Compare
Choose a tag to compare

0.1.0-preview.37 (2025-03-20)

Features Added

  • Added the following types for 3rd-party Authentication support: AuthenticationTokenProvider, GetTokenOptions, AccessToken, and OAuth2BearerTokenAuthenticationPolicy.