I registered a bot using Bot Channels Registration on Azure portal. I then generated a password for the bot. Now my requirement is to be able to update this password programmatically.
I tried removing the password using this powershell api and also using Azure Active Directory Graph API. In the both the approaches I get the same error
Updates to converged applications are not allowed in this version
Can anybody help me how converged applications are different from non-converged applications? And how can I resolve above error or use some alternative approach to update the password for my registered bot.