Skip to content

Commit

Permalink
Removing administration package (#17668)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeauregardb authored Mar 31, 2021
1 parent a70c40c commit 93f9f0b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 66 deletions.
63 changes: 0 additions & 63 deletions sdk/communication/azure-communication-administration/CHANGELOG.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and PhoneNumbersAsyncClient.list_purchased_phone_numbers
- Dropped support for Python 3.5

### Added
- Added PhoneNumbersAdministrationClient (originally was part of the azure.communication.administration package).
- Added PhoneNumbersClient (originally was part of the azure.communication.administration package).



Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Communication Phone Numbers Administration for Python
# Azure Communication Phone Numbers for Python

> see https://aka.ms/autorest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ async def __aexit__(self, *args: "Any") -> None:

async def close(self) -> None:
"""Close the :class:
`~azure.communication.administration.aio.SMSClient` session.
`~azure.communication.sms.aio.SmsClient` session.
"""
await self._sms_service_client.__aexit__()

0 comments on commit 93f9f0b

Please sign in to comment.