From d4a90d3758c275fc9db59ffd700512dca8ccc959 Mon Sep 17 00:00:00 2001 From: Alex Weininger Date: Tue, 14 May 2024 15:30:00 -0700 Subject: [PATCH] Add deprecation blurb to readme (#965) * Add deprecation blurb to readme * Make it better --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 076739b1..b0817fd3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ -> 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.