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 toPhoneNumberReservation
.SearchStatus
renamed toReservationStatus
.CreateSearchOptions
reanamed toCreateReservationOptions
.CreateSearchResponse
renamed toCreateReservationResponse
.
PhoneNumberReservation
searchId
renamed toreservationId
.getSearchId
renamed togetReservationId
.setSearchId
renamed tosetReservationId
.
Phone Number Clients
getSearchId
renamed togetReservationId
getSearchByIdWithResponse
renamed togetReservationByIdWithResponse
.createSearchWithResponse
renamed tocreateReservationWithResponse
.listAllSearches
renamed tolistAllReservations
.cancelSearch
renamed tocancelReservation
.cancelSearchWithResponse
renamed tocancelReservationWithResponse
.- Replaced
createSearch
with tobeginCreateReservation
which returns a poller for the long-running operation. - Replaced
purchaseSearch
renamed tobeginPurchaseReservation
which returns a poller for the long-running operation. - Replaced
releasePhoneNumber
renamed tobeginReleasePhoneNumber
which returns a poller for the long-running operation.