Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Communication] - SDK - Removing administration package #17668

Merged
merged 1 commit into from
Mar 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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__()