As mentioned in the title, I'm getting "Tenant admin disabled this bot" as an exception error and also in the bot registration "msteams" channel warning errors.
I'm able to chat with a bot but it fails in action task in message extension which is trying to get Team details using TeamsInfo.getMembers(context)
or TeamsInfo.getTeamDetails(context)
. I deployed the same in another tenant in West US and it's working as expected without issues.
Sideloading is enabled in the Teams admin center.
Any help?