FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix TeamsChannelAccount model by nuno-andre · Pull Request #2083 · microsoft/botbuilder-python · GitHub

This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Fix TeamsChannelAccount model - #2083

Merged
tracyboehrer (tracyboehrer) merged 1 commit into
microsoft:mainfrom
nuno-andre:main
Mar 6, 2024
Merged

Fix TeamsChannelAccount model#2083
tracyboehrer (tracyboehrer) merged 1 commit into
microsoft:mainfrom
nuno-andre:main

Conversation

Nuno André (nuno-andre) commented Mar 6, 2024
edited by tracyboehrer
Loading

Copy link
Copy Markdown
Contributor

Fixes #2084

Fixes TeamsChannelAccount.add_object_id property.

The curent definition returns an additional property and a null add_object_id:

{'additional_property': {'aadObjectId': <UUID>}, 'add_object_id`: None}

instead of:

 {'additional_properties': {}, `add_object_id` <UUID>}

See: https://learn.microsoft.com/en-us/dotnet/api/microsoft.bot.schema.teams.teamschannelaccount?view=botbuilder-dotnet-stable

Nuno André (nuno-andre) requested a review from a team as a code owner March 6, 2024 02:24
tracyboehrer (tracyboehrer) merged commit 8f1b58d into microsoft:main Mar 6, 2024
This file contains hidden or 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TeamsChannelAccount model missing aadObjectId

2 participants


Back | FazBrowse Home | New Git URL