github Azure/azure-sdk-for-js @azure/identity_1.2.0

latest releases: @azure-rest/ai-translation-document_1.0.0-beta.2, @azure-rest/ai-inference_1.0.0-beta.1, @azure-rest/ai-translation-document_1.0.0-beta.1...
3 years ago

1.2.0 (2020-11-11)

Changes since 1.1.*

  • With 1.2, we've added support for Azure Arc to our Managed Identity credential.
  • We've also added an Interactive Browser credential for Node, which spawns the user's browser and connects via
    a browser-based auth code flow. This is powered by the Microsoft Authentication Library (MSAL)
  • We've moved DeviceCodeCredential to also use the Microsoft Authentication Library (MSAL)
  • Identity now supports Subject Name/Issuer (SNI) as part of authentication for ClientCertificateCredential.
  • Added Active Directory Federation Services authority host support to the node credentials.
  • ManagedIdentityCredential has been aligned with other languages, and now treats expected errors properly.
  • Added support for multiple clouds on VisualStudioCodeCredential.

Changes since the latest 1.2-beta

  • ManagedIdentityCredential now only checks for available MSIs once per class instance.
  • ManagedIdentityCredential now supports Azure Arc environments.
  • ManagedIdentityCredential now supports Azure Service Fabric environments.
  • Added authority host for multiple clouds on VisualStudioCodeCredential, and specified AzureCloud as the default cloud name.
  • DeviceCodeCredential now has both of its constructor parameters, tenantId and clientId, as optional parameters. The default value of tenantId is "organizations", and the Azure CLI's client ID is the default value of clientId.
  • We've removed the persistent cache support from the previous beta.

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.