Skip to content

Releases: Azure/azure-sdk-for-net

Azure.AI.OpenAI_1.0.0-beta.17

03 May 23:17
187380b
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.17 (2024-05-03)

Features Added

  • Image input support for gpt-4-turbo chat completions now works with image data in addition to internet URLs.
    Images may be now be used as gpt-4-turbo message content items via one of three constructors:
    • ChatMessageImageContent(Uri) -- the existing constructor, used for URL-based image references
    • ChatMessageImageContent(Stream,string) -- (new) used with a stream and known MIME type (like image/png)
    • ChatMessageImageContent(BinaryData,string) -- (new) used with a BinaryData instance and known MIME type
      Please see the readme example for more details.

Breaking Changes

  • Public visibility of the ChatMessageImageUrl type is removed to promote more flexible use of data sources in
    ChatMessageImageContent. Code that previously created a ChatMessageImageUrl using a Uri should simply provide
    the Uri to the ChatMessageImageContent constructor directly.

Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents_1.0.0-beta.8

02 May 17:45
1a261c7
Compare
Choose a tag to compare

1.0.0-beta.8 (2024-05-01)

Other Changes

  • Updated Prefix WebJobs for WebjobsAuthenticationEventsTokenClaim -> WebJobsAuthenticationEventsTokenClaim

Azure.ResourceManager.ApplicationInsights_1.0.0

30 Apr 13:26
000c7da
Compare
Choose a tag to compare

1.0.0 (2024-04-29)

This package is the first stable release of the Application Insights management library.

Features Added

Azure.Communication.CallAutomation_1.2.0

1.2.0 (2024-04-15)

Features Added

  • Support for Bring Your Own Storage recording option
  • Support for PauseOnStart recording option
  • Support for Recording state change with new recording kind's

Other Changes

  • Support for MicrosoftTeamsAppIdentifier CommunicationIdentifier

Azure.Provisioning.ApplicationInsights_0.1.0

30 Apr 22:07
d900806
Compare
Choose a tag to compare

0.1.0 (2024-04-30)

Features Added

  • Initial non-beta release.

Microsoft.Azure.WebJobs.Extensions.EventHubs_6.3.2

29 Apr 16:30
df867b6
Compare
Choose a tag to compare

6.3.2 (2024-04-29)

Bugs Fixed

  • Fixed an issue with scale metrics computation, potentially causing unnecessary scale-up.

Azure.ResourceManager.TrafficManager_1.1.2

29 Apr 03:54
94f53f8
Compare
Choose a tag to compare

1.1.2 (2024-04-29)

Features Added

  • Enable the new model serialization by using the System.ClientModel, refer this document for more details.
  • Add ArmOperation.Rehydrate and ArmOperation.Rehydrate<T> static methods to rehydrate a long-running operation.

Azure.ResourceManager.Storage_1.2.2

29 Apr 03:59
94f53f8
Compare
Choose a tag to compare

1.2.2 (2024-04-29)

Features Added

  • Add ArmOperation.Rehydrate and ArmOperation.Rehydrate<T> static methods to rehydrate a long-running operation.

Azure.ResourceManager.Resources_1.7.2

29 Apr 03:56
94f53f8
Compare
Choose a tag to compare

1.7.2 (2024-04-29)

Features Added

  • Add ArmOperation.Rehydrate and ArmOperation.Rehydrate<T> static methods to rehydrate a long-running operation.

Azure.ResourceManager.Redis_1.3.2

29 Apr 03:55
94f53f8
Compare
Choose a tag to compare

1.3.2 (2024-04-29)

Features Added

  • Add ArmOperation.Rehydrate and ArmOperation.Rehydrate<T> static methods to rehydrate a long-running operation.