1.0.0-beta.1 (2021-07-07)
New features
- This release marks the initial beta availability of the
@azure/identity-vscode
package. This package extends@azure/identity
by providing the dependencies ofVisualStudioCodeCredential
and enabling it within the@azure/identity
package.VisualStudioCodeCredential
uses the authenticated session from the "Azure Account" extension in Visual Studio Code. If this extension package is not loaded usinguseIdentityExtension
, thenVisualStudioCodeCredential
from@azure/identity
will throw aCredentialUnavailableError
. By enablingVisualStudioCodeCredential
, theDefaultAzureCredential
class in@azure/identity
also gains functionality allowing it to use the "Azure Account" session if it is available.