Azure Sdk For Net Versions Save

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.

Azure.AI.OpenAI_1.0.0-beta.17

2 weeks ago

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

3 weeks ago

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

Other Changes

  • Updated Prefix WebJobs for WebjobsAuthenticationEventsTokenClaim -> WebJobsAuthenticationEventsTokenClaim

Azure.AI.OpenAI.Assistants_1.0.0-beta.4

3 weeks ago

1.0.0-beta.4 (2024-04-30)

This small, out-of-band version addresses a couple of critical blocking bugs. It does not yet include any of the latest features. Streaming support and Assistants v2 will come soon, in a future update.

Bugs Fixed

  • Several issues with direct equality comparisons of function tool definitions have been fixed
  • The mistaken, remain instance of an "Azure not supported" exception has been removed, along with its related mentions. This should unblock the use of the the token-based client constructor.

Azure.Communication.CallAutomation_1.2.0

3 weeks ago

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

3 weeks ago

0.1.0 (2024-04-30)

Features Added

  • Initial non-beta release.

Azure.ResourceManager.ApplicationInsights_1.0.0

3 weeks ago

1.0.0 (2024-04-29)

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

Features Added

Azure.ResourceManager.Cdn_1.3.0

3 weeks ago

1.3.0 (2024-04-30)

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.
  • Add canMigrate API
  • Add Migrate API
  • Add log-scrubbing support for profile
  • Add new customization for CDN Endpoint.
  • Use DeepCreatedCustomDomain for CDN Endpoint API to replace CustomDomain
  • Add secretSource support for AzureFirstPartyManagedCertificateProperties
  • Fix ManagedRuleGroupOverrideSetting error in comment
  • Add ProfileChangeSkuWafMapping
  • Add ManagedServiceIdentity support for profile
  • Add ValidateSecret

Azure.ResourceManager.EventHubs_1.1.0-beta.7

3 weeks ago

1.1.0-beta.7 (2024-04-30)

Features Added

Azure.Template_1.0.3-beta.3743527

3 weeks ago

1.0.3-beta.3743527 (2024-04-29)

Other Changes

  • Release DPG library
  • Add Grow-up story

Microsoft.Azure.WebJobs.Extensions.EventHubs_6.3.2

3 weeks ago

6.3.2 (2024-04-29)

Bugs Fixed

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