@azure/identity-vscode 1.0.1-alpha.20250327.1 → 1.0.1-alpha.20250331.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,7 @@
1
- # Azure Identity Plugin for Visual Studio Code Authentication
1
+ # Deprecated. Azure Identity Plugin for Visual Studio Code Authentication
2
+
3
+ **Deprecation notice ⚠️**: This package has been deprecated, as the `VisualStudioCodeCredential` credential in `@azure/identity` is deprecated. This is because the VS Code Azure Account extension on which this credential relies has been deprecated. Users should use other dev-time credentials, such as `AzureCliCredential`, `AzureDeveloperCliCredential`, or `AzurePowerShellCredential` for their local development needs. See Azure Account extension deprecation notice [here](https://github.com/microsoft/vscode-azure-account/issues/964).
4
+
2
5
 
3
6
  This package provides a plugin to the Azure Identity library for JavaScript ([`@azure/identity`](https://npmjs.com/package/@azure/identity)) that enables authentication through the "Azure Account" extension for Visual Studio Code. This plugin provides the dependencies of the `VisualStudioCodeCredential` in `@azure/identity` and enables it for use on its own or as part of `DefaultAzureCredential`.
4
7
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.1"
8
+ "packageVersion": "7.52.2"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/identity-vscode",
3
- "version": "1.0.1-alpha.20250327.1",
3
+ "version": "1.0.1-alpha.20250331.2",
4
4
  "sdk-type": "client",
5
5
  "description": "Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity",
6
6
  "main": "./dist/commonjs/index.js",