Skip to content

azure-communication-administration_1.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 17 Nov 01:53
bf43d37

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.