Releases: Azure/azure-sdk-for-net
Azure.Communication.Common_1.4.0-beta.1
1.4.0-beta.1 (2025-04-01)
Features Added
- Introduced support for
Azure.Core.TokenCredential
withEntraCommunicationTokenCredentialOptions
, 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 format8:acs:{resourceId}_{tenantId}_{userId}
. - Added
IsAnonymous
andAssertedId
properties toPhoneNumberIdentifier
.
Azure.ResourceManager.Migration.Assessment_1.0.0-beta.1
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
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 toWithLogging
,WithMetrics
, andWithTracing
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.
- Added support for LiveMetrics when using the
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
1.1.0 (2025-03-31)
Features Added
- Upgraded api-version tag from 'package-2024-06-preview' to 'package-2025-02-15'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/8a059231d92b10d87ffc3f18515516e84dae87cc/specification/eventgrid/resource-manager/readme.md .
- Namespace resources (namespace, topic, eventsubscription (Push/Pull) + all mqtt resources (clients, clientgroups, etc)
- Custom Domains
- minimumTlsVersion
- eventTypeInfo
- RoutingEnrichments
- MonitorAlert as destination
- Namespace topic as destination
- TopicTypeAdditionalEnforcedPermission
Azure.ResourceManager.DataBox_1.1.0
1.1.0 (2025-03-27)
Features Added
- Upgraded api-version tag from 'package-2022-12' to 'package-2025-02'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/535377f6ef91e9d847bbee77d55871eb8b37b7b2/specification/databox/resource-manager/readme.md.
Azure.Security.CodeTransparency_1.0.0-beta.3
1.0.0-beta.3 (2025-03-31)
Features Added
- Aligned with the latest changes (Feb 25) of the IETF draft: https://datatracker.ietf.org/doc/draft-ietf-scitt-architecture/
- Updated receipt verification logic.
- Exposed
JsonModelWriteCore
for model serialization procedure.
Azure.ResourceManager.Monitor_1.4.0-beta.3
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
1.0.0-beta.6 (2025-03-28)
Features Added
- Added
QueryType
parameter toAISearchIndexResource
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 fromfabricAiskill
tofabricDataagent
, the corresponding parameter was renamed fromFabricAiskill
toFabricDataagent
.
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
11.7.0-beta.3 (2025-03-25)
Features Added
- Added support for the
GetIndexStatsSummary
API inSearchIndexClient
. - Added extension methods to get
SearchClient
,SearchIndexClient
andSearchIndexerClient
using AIProjectClient.
Azure.Core.Experimental_0.1.0-preview.37
0.1.0-preview.37 (2025-03-20)
Features Added
- Added the following types for 3rd-party Authentication support:
AuthenticationTokenProvider
,GetTokenOptions
,AccessToken
, andOAuth2BearerTokenAuthenticationPolicy
.