OfficeDev/teams-toolkit

Azure Account extension that Teams Toolkit extension depends on for authentication will be deprecated in January 2025

Opened this issue ยท 2 comments

Hello ๐Ÿ‘‹,

Azure Account extension that Teams Toolkit extension depends on for authentication will be deprecated in January 2025. Please see microsoft/vscode-azure-account#964 for more details and migration guidance.

After taking a look at the extension, I believe it only relies on Azure Account for login, and then listing subscriptions. If this is accurate, the migration should be pretty simple. You can either use the VS Code built-in Microsoft authentication API directly, or use our npm library that wraps VS Code's API.

Please reach out to me on Teams for questions or support.

Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned.

Thanks for the reminder. In a recent release, we switched to using VS Code's built-in authentication. Therefore, we will be removing the Azure Account extension.