-
Couldn't load subscription status.
- Fork 304
Closed
Labels
bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.
Description
Fixes TeamsChannelAccount.add_object_id property.
The curent definition returns an additional property and a null add_object_id:
{'additional_property': {'aadObjectId': }, 'add_object_id`: None}
instead of:
{'additional_properties': {}, add_object_id }
See: https://learn.microsoft.com/en-us/dotnet/api/microsoft.bot.schema.teams.teamschannelaccount?view=botbuilder-dotnet-stable
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.