github Azure/azure-sdk-for-java azure-communication-administration_1.0.0-beta.3

latest releases: azure-ai-metricsadvisor_1.2.2, azure-containers-containerregistry_1.2.12, azure-ai-textanalytics_5.5.2...
pre-release3 years ago

1.0.0-beta.3 (2020-11-16)

Added

  • Support directly passing connection string to the CommunicationIdentityClientBuilder.
  • Added support for sync and async long-running operations
    • beginCreateReservation
    • beginPurchaseReservation
    • beginReleasePhoneNumber

Breaking Changes

  • Removed credential(CommunicationClientCredential credential) and replaced with
    accessKey(String accessKey) within CommunicationIdentityClientBuilder.
  • PhoneNumberSearch renamed to PhoneNumberReservation.
  • SearchStatus renamed to ReservationStatus.
  • CreateSearchOptions reanamed to CreateReservationOptions.
  • CreateSearchResponse renamed to CreateReservationResponse.

PhoneNumberReservation

  • searchId renamed to reservationId.
  • getSearchId renamed to getReservationId.
  • setSearchId renamed to setReservationId.

Phone Number Clients

  • getSearchIdrenamed to getReservationId
  • getSearchByIdWithResponserenamed to getReservationByIdWithResponse.
  • createSearchWithResponserenamed to createReservationWithResponse.
  • listAllSearchesrenamed to listAllReservations.
  • cancelSearchrenamed to cancelReservation.
  • cancelSearchWithResponserenamed to cancelReservationWithResponse.
  • ReplacedcreateSearchwith to beginCreateReservation which returns a poller for the long-running operation.
  • Replaced purchaseSearchrenamed to beginPurchaseReservation which returns a poller for the long-running operation.
  • Replaced releasePhoneNumberrenamed to beginReleasePhoneNumber which returns a poller for the long-running operation.

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

NewReleases is sending notifications on new releases.