github Azure/azure-sdk-for-net Azure.Communication.Sms_1.0.0-beta.4

latest releases: Azure.ResourceManager.ServiceFabricManagedClusters_1.3.0-beta.1, Azure.AI.Translation.Document_2.0.0, Azure.Storage.Blobs.Batch_12.20.0...
pre-release3 years ago

1.0.0-beta.4 (2021-03-09)

Added

  • Added support to create SmsClient with AzureKeyCredential.
  • Support for creating SmsClient with TokenCredential.
  • Added support for 1:N SMS messaging.
  • Added support for tagging SMS messages.
  • Send method series in SmsClient are idempotent under retry policy.

Breaking

  • Updated Task<Response<SendSmsResponse>> SendAsync(PhoneNumberIdentifier from, PhoneNumberIdentifier to, string message, SendSmsOptions sendSmsOptions = null, CancellationToken cancellationToken = default)
    to Task<Response<SmsSendResult>> SendAsync(string from, string to, string message, SmsSendOptions options = default)
  • Replaced SendSmsResponse with SmsSendResult

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.