Skip to content

Releases: Azure/azure-sdk-for-net

Azure.AI.Projects_1.0.0-beta.3

22 Jan 18:40
7371f1b
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.3 (2025-01-22)

Bugs Fixed

  • Fixed the bug preventing addition of a single Azure blob URI to the VectorStore.
  • Fixed deserialization of Run Step when the file search is used issue.
  • Fixed the issue preventing using streaming with function tools issue.

Azure.ResourceManager.Kusto_1.6.0

22 Jan 00:39
77a28ed
Compare
Choose a tag to compare

1.6.0 (2025-01-20)

Features Added

  • Upgraded to Azure API version 2024-04-13.
  • Introduced callout policy functionality.
  • Introduced a new cluster principal role called AllDatabasesMonitor.
  • Introduced the ability to specify a baseImageName for SandboxCustomImages. Now, either languageVersion or baseImageName is required.
  • Added clusterLevel and principalsPermissionAction to script properties.

Other Changes

  • Enable the new model serialization by using the System.ClientModel, refer this document for more details.
  • Exposed JsonModelWriteCore for model serialization procedure.

Azure.Messaging.EventGrid_4.29.0

21 Jan 22:38
6d8cf4a
Compare
Choose a tag to compare

4.29.0 (2025-01-21)

Features Added

  • Added RecipientMailServerHostName property to AcsEmailDeliveryReportStatusDetails.
  • Added InternetMessageId property to AcsEmailDeliveryReportReceivedEventData event.
  • Added SegmentCount property to AcsSmsReceivedEventData event.

Azure.Developer.LoadTesting_1.0.2

20 Jan 10:10
a0e7401
Compare
Choose a tag to compare

1.0.2 (2025-01-20)

Other Changes

  • Add NOT_VALIDATED to the list of terminal states for the file validation poller.

Azure.ResourceManager.Quota_1.1.0-beta.3

20 Jan 09:16
7137627
Compare
Choose a tag to compare

1.1.0-beta.3 (2025-01-20)

Features Added

Bugs Fixed

  • Fixed an issue where the GroupQuotaLimits and SubscriptionQuotaAllocations operations were erroring out even though the action completed successfully.

Other Changes

  • Upgraded Azure.Core from 1.41.0 to 1.44.1
  • Upgraded Azure.ResourceManager from 1.12.0 to 1.13.0

Azure.Messaging.ServiceBus_7.18.3

17 Jan 20:08
adc97b1
Compare
Choose a tag to compare

7.18.3 (2025-01-17)

Bugs Fixed

  • Fixed an issue where identifier generation for senders did not correctly include the entity path as an informational element. (#46952)

Other Changes

  • Added annotations to make the package compatible with trimming and native AOT compilation.

  • Updated the Microsoft.Azure.Amqp dependency to 2.6.9, which contains several bug fixes. (see: commits)

  • Updated the transitive dependency on System.Text.Json to 6.0.10 via Azure.Core 1.44.1. Though Service Bus does not perform JSON serialization and was not vulnerable, the .NET 9 SDK was emitting warnings during scans due to a flaw in the previous System.Text.Json dependency.

Azure.Template_1.0.3-beta.4488203

20 Jan 17:41
Compare
Choose a tag to compare
Pre-release

1.0.3-beta.4488203 (2025-01-17)

Other Changes

  • Release DPG library
  • Add Grow-up story

Azure.Developer.MicrosoftPlaywrightTesting.TestLogger_1.0.0-beta.4

17 Jan 09:57
26fc034
Compare
Choose a tag to compare

1.0.0-beta.4 (2025-01-17)

Features Added

  • Warning message when MPT access token is close to expiry

Bugs Fixed

  • Max character limits in reporting API calls

Azure.Developer.MicrosoftPlaywrightTesting.NUnit_1.0.0-beta.4

17 Jan 10:07
26fc034
Compare
Choose a tag to compare

1.0.0-beta.4 (2025-01-17)

Features Added

  • Warning message when MPT access token is close to expiry

Bugs Fixed

  • Max character limits in reporting API calls

Other Changes

  • Improved error messaging for reporting and scalable failures

Azure.Identity_1.13.2

15 Jan 00:12
a5c44c2
Compare
Choose a tag to compare

1.13.2 (2025-01-14)

Bugs Fixed

  • Fixed an issue where setting DefaultAzureCredentialOptions.TenantId twice throws an InvalidOperationException (#47035)
  • Fixed an issue where ManagedIdentityCredential does not honor the CancellationToken passed to GetToken and GetTokenAsync. (#47156)
  • Fixed an issue where some credentials in DefaultAzureCredential would not fall through to the next credential in the chain under certain exception conditions.
  • Fixed a regression in ManagedIdentityCredential when used in a ChainedTokenCredential where the invalid json responses do not fall through to the next credential in the chain. (#47470)