Add deprecation blurb to readme (#965)

* Add deprecation blurb to readme

* Make it better
This commit is contained in:
Alex Weininger 2024-05-14 15:30:00 -07:00 коммит произвёл GitHub
Родитель 6bf8bdaf33
Коммит d4a90d3758
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@
<!-- endregion exclude-from-marketplace -->
> Attention extension authors! The Azure Account extension is being replaced by [VS Code's built-in Microsoft authentication extension](https://github.com/microsoft/vscode/tree/main/extensions/microsoft-authentication). We've built a [wrapper SDK for Azure authentication npm package](https://www.npmjs.com/package/@microsoft/vscode-azext-azureauth). If you are creating a new extension that needs authentication to Azure, please use this instead of the Azure Account extension.
⚠️ Attention extension authors! The Azure Account extension is being deprecated in January 2025. If you own an Azure extension that relies on Azure Account, or are creating a new extension that needs authentication to Azure, please see the [deprecation announcement](https://github.com/microsoft/vscode-azure-account/issues/964) for guidance.
The Azure Account extension provides a single Azure sign in and subscription filtering experience for all other Azure extensions. It makes Azure's Cloud Shell service available in VS Code's integrated terminal.