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-chat] Data Loss Prevention and TextOnlyChat #29700

Open
wants to merge 17 commits into
base: communication-chat/1.6.0-beta.2
Choose a base branch
from

Conversation

jimchou-dev
Copy link
Member

Packages impacted by this PR

  • communication-chat

Issues associated with this PR

Describe the problem that is addressed by this PR

  • Implementing Data Loss Prevention and TextOnlyChat to support TeamsInterop feature
  • [pending] Still need to update Signaling version and test recording

What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen?

Are there test cases added in this PR? (If not, why?)

  • Unit test added
  • No live test because these are TeamsInterops feature

Provide a list of related PRs (if any)

Command used to generate this PR:**(Applicable only to SDK release request PRs)

Checklists

  • Added impacted package name to the issue description
  • Does this PR needs any fixes in the SDK Generator?** (If so, create an Issue in the Autorest/typescript repository and link it here)
  • Added a changelog (if necessary)

sdk/communication/communication-chat/src/models/models.ts Outdated Show resolved Hide resolved
sdk/communication/communication-chat/src/models/models.ts Outdated Show resolved Hide resolved
expectedIdentifier.communicationUser?.id,
);
assert.deepEqual(responseMessagingPolicy, expectedMessagingPolicy);
assert.isTrue(responseMessagingPolicy?.textOnlyChat);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this textOnlyChat nullable? Could we test that scenario?

@JoshuaLai JoshuaLai marked this pull request as ready for review June 4, 2024 18:02
@JoshuaLai
Copy link
Member

/azp run js - communication - tests

Copy link

No pipelines are associated with this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants