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

AcsChatParticipantAddedToThreadEvent/AcsChatParticipantRemovedFromThreadEvent system event mapping is broken resulting in Microsoft.Communication.ChatThreadParticipantAdded/Microsoft.Communication.ChatThreadParticipantRemoved events not being usable in the SDK #19925

Closed
3 tasks
vikrampraveen opened this issue Mar 17, 2021 · 0 comments · Fixed by #20031
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library. Communication Event Grid
Milestone

Comments

@vikrampraveen
Copy link

vikrampraveen commented Mar 17, 2021

Describe the bug
AcsChatParticipantAddedToThreadEvent/AcsChatParticipantRemovedFromThreadEvent system event mapping is broken resulting in Microsoft.Communication.ChatThreadParticipantAdded/Microsoft.Communication.ChatThreadParticipantRemoved events not being usable in the SDK

Exception or Stack Trace
Add the exception log and stack trace if available

To Reproduce
Steps to reproduce the behavior:

  1. Attempt to parse Microsoft.Communication.ChatThreadParticipantAdded/Microsoft.Communication.ChatThreadParticipantRemoved events using the SDK
    Code Snippet
    Add the code snippet that causes the issue.

Expected behavior
Successfully able retrieve event payload Microsoft.Communication.ChatThreadParticipantAdded/Microsoft.Communication.ChatThreadParticipantRemoved

Actual behavior (include Exception or Stack Trace)
What is the actual behavior?
SDK rejects the payload due to missing system event mapping

Screenshots
If applicable, add screenshots to help explain your problem.

Setup (please complete the following information):

  • OS: [e.g. iOS]
  • IDE : [e.g. IntelliJ]
  • Version of the Library used

Additional context
Add any other context about the problem here.

Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report

  • Bug Description Added
  • Repro Steps Added
  • Setup information Added
@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Mar 17, 2021
@joshfree joshfree added bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library. Communication labels Mar 18, 2021
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Mar 18, 2021
@joshfree joshfree added this to the [2021] April milestone Mar 18, 2021
@YijunXieMS YijunXieMS self-assigned this Mar 22, 2021
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-java that referenced this issue Aug 10, 2022
dev-Sentinel-2022-08-01-preview (Azure#19925)

* Adds base for updating Microsoft.SecurityInsights from version preview/2022-07-01-preview to version 2022-08-01-preview

* Updates readme

* Updates API version in new specs and examples

* Added file imports (Azure#19678)

* added file imports

* .

* .

* version

* fix delete response (Azure#20154)

* fix delete response

* example fix

Co-authored-by: Moran Raz Mizrahi <[email protected]>

Co-authored-by: moranraz <[email protected]>
Co-authored-by: Moran Raz Mizrahi <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library. Communication Event Grid
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants