-
Notifications
You must be signed in to change notification settings - Fork 2k
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
ACS Chat: Swagger update #18744
ACS Chat: Swagger update #18744
Conversation
danielgerlag
commented
Jan 21, 2021
- Updated the swagger for ACS Chat
- Ran autorest agiainst new swagger
- Removed ChatMessagePriority
- Recorded new test sessions
@danielgerlag For the coming work on identifiers, we will need to sync up with the changes in common. For instance: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
* refresh swagger.json * run autorest * embedme * remove ChatMessagePriority.java * hide implementation * record test sessions
* refresh swagger.json * run autorest * embedme * remove ChatMessagePriority.java * hide implementation * record test sessions
* ACS Chat: Changes for API version: 2020-11-01-preview3 (#17790) * regen autorest rename ChatThreadMember -> ChatParticipant rename ReadReciept -> ChatMessageReadReciept * Update response code for non-existing thread * fix style errors * live test session records * SendMessage returns MessageId instead of SendChatMessageResult * update README.md with new namings * run embedme on README.md * pr feedback - system message names * pr feedback * ACS Chat - Preview 3 - Add single thread participant convenience method (#17800) * add methods for adding a single participant to a chat thread * add tests for new methods * add recorded test sessions for new tests * refactor `updateChatThread` to `updateTopic` (#17791) * ACS Chat: Preview 3 refactor (#17910) * use local swagger.json * fix AutoRest directive to match new swagger * run AutoRest, update wrapper code accordingly * more refactoring against new swagger generated code * correct actual vs. expected in assertions * update test session recordings * sync README.md * expose sync overloads * add tests * update README.md * pr feedback * ACS chat: Api changes jan 2021 (#18574) * run autorest against new swagger, fix what breaks * test for html message * record new live tests * update README.md * post-rebase fixes * update tests after rebase * adjust coverage on rebase * ACS Chat: Swagger update (#18744) * refresh swagger.json * run autorest * embedme * remove ChatMessagePriority.java * hide implementation * record test sessions * ACS-Chat: Default repeatability ID (#18833) * default repeatabilityRequestId * test sessions * post rebase fixes * test sessions * test sessions * run embedme * fix line number issue with readme snippets * style error