When you make certain changes to your bot, such as modifying the bot ID or changing the bot's one-way notification configuration, existing users must accept another permission request to install the update. This could be the reason why your bot is not sending notifications after an update.
You need to ensure that your users accept the new permission request when installing the updated version of your bot.
Make sure you have made the necessary changes to your bot's source code and increased the version number in the manifest.json file.
Publish the updated bot using the Teams Toolkit by following the process you mentioned: Prepare Teams App Dependencies, Provision in the Cloud, Deploy to the Cloud, and Open Teams Developer Portal to Publish.
After publishing the updated bot, instruct your users to uninstall the existing version of the bot from their Teams client.
Once the existing version is uninstalled, the users can install the updated version of the bot from the Teams App Store or by uploading the updated manifest file.
When the users install the updated version, they will be prompted to accept the new permission request. They need to accept the request for the bot to function properly and send notifications.
By following these steps, your users should be able to install the updated version of the bot and accept the new permission request without you having to manually uninstall and reinstall the bot for each user.
Thanks,
Prasad Das
*************************************************************************
If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.