botbuilder-python
botbuilder-python copied to clipboard
port: Add obsolete attribute to BotFrameworkHttpAdapter and related classes. (#6096)
The changes in Add obsolete attribute to BotFrameworkHttpAdapter and related classes. (#6096) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.
Fixes #6022Description
Added obsolete attribute to BotFrameworkHttpAdapter and related classes, in order to migrate to CloudAdapter.
Please review and, if necessary, port the changes.