1.0.0 - 2019-10-29
- This release marks the general availability of the
@azure/identity
package. EnvironmentCredential
now looks for additional environment variables: (PR #5743)AZURE_CLIENT_CERTIFICATE_PATH
to configureClientCertificateCredential
AZURE_USERNAME
andAZURE_PASSWORD
to configureUsernamePasswordCredential
GetTokenOptions
now extends the interfaceOperationOptions
(PR #5899)TokenCredentialOptions
now extends the interfacePipelineOptions
(PR #5711)- Renamed
IdentityClientOptions
toTokenCredentialOptions
(PR #5797) - Removed the browser bundle. A browser-compatible library can still be created through the use of a bundler such as Rollup, Webpack, or Parcel
(PR #5863)