forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rsarkar/communication chat preview5 (Azure#17325)
* Rename user_identifier suffix (Azure#17178) * make CommunicationUserIdentifierSerializer private * CommunicationTokenCredential + AccessToken fix - Initialize CommunicationTokenCredential with token and not with CommunicationTokenRefreshOptions - Convert AccessToken.expires_on to int as compared to datetime * add token_refresher to CommunicationTokenCredential * update docstring * Identifier fields renaming _ credential import fixes in sample code * preview5 models generated - CommunicationError renamed to ChatError * rename ChatThread to ChatThreadProperties * get_chat_thread renamed to get_properties - Rename method - Move get_properties from ChatClient to ChatThreadClient - Change method signature - remove parameter thread_id - Modify unit and e2e tests - move tests from chat_thread_* to chat_thread_client_* - Update README.md * Rename ChatThreadInfo to ChatThreadItem * Remove add_participant * Rename repeatability_request_id to idempotency_token * Change send_message return type from str to SendChatMessageResult * Changes made due to rename of CommunicationError -> ChatError - Changes made due to flattening of CreateChatThreadResult and AddChatParticipantsResult * test recording added * Address PR comments * pylint fixes
- Loading branch information
1 parent
ef231f1
commit 388beb9
Showing
90 changed files
with
3,472 additions
and
6,566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.