-
Notifications
You must be signed in to change notification settings - Fork 1.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
Added support for MicrosoftBotIdentifier #24569
Added support for MicrosoftBotIdentifier #24569
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. |
sdk/communication/communication-common/test/public/identifierModels.spec.ts
Show resolved
Hide resolved
sdk/communication/communication-common/src/identifierModelSerializer.ts
Outdated
Show resolved
Hide resolved
sdk/communication/communication-common/src/identifierModelSerializer.ts
Outdated
Show resolved
Hide resolved
sdk/communication/communication-common/test/public/identifierModels.spec.ts
Show resolved
Hide resolved
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.
Lgtm!
Co-authored-by: Dominik <domessin@microsoft.com>
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.
let's go with MicrosoftBotIdentifier as agreed in the discussion
Co-authored-by: Petr Švihlík <rocky.intel@gmail.com>
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.
just the changelog
8a91ace
to
4300022
Compare
mgmt, managednetworkfabric, update java option (Azure#24569)
Packages impacted by this PR
Communication - Common
Issues associated with this PR
User Story 3112539: [SDK][Common][JS] As a developer I can identifer if a user is a Teams User or Bot
Describe the problem that is addressed by this PR
Introducing MicrosoftBotIdentifier, which is a new type of CommunicationIdentifier.
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?)
Added test cases for creating new MicrosoftTeamsBotIdentifier and converting from and to RawId.
Provide a list of related PRs (if any)
#24569
Azure/azure-sdk-for-net#34032
Azure/azure-sdk-for-java#33634
Azure/azure-sdk-for-python#28910
Azure/azure-sdk-for-android#1307
Azure/azure-sdk-for-ios#1468
Command used to generate this PR:**(Applicable only to SDK release request PRs)
Checklists