File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 3.10.3 (Unreleased)
4+
5+ - BUGFIX: Removes direct dependency on @azure/identity while retaining compatibility.
6+
37## 3.10.2 (2021-03-11)
48
59- BUGFIX: Fixes @azure/identity dependency in dev deps.
Original file line number Diff line number Diff line change 8787 },
8888 "dependencies" : {
8989 "@azure/core-auth" : " ^1.2.0" ,
90- "@azure/identity" : " ^1.1.0" ,
9190 "debug" : " ^4.1.1" ,
9291 "fast-json-stable-stringify" : " ^2.0.0" ,
9392 "jsbi" : " ^3.1.3" ,
102101 "devDependencies" : {
103102 "@azure/dev-tool" : " ^1.0.0" ,
104103 "@azure/eslint-plugin-azure-sdk" : " ^3.0.0" ,
104+ "@azure/identity" : " ^1.1.0" ,
105105 "@microsoft/api-extractor" : " 7.7.11" ,
106106 "@rollup/plugin-json" : " ^4.0.0" ,
107107 "@rollup/plugin-multi-entry" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 44
55``` ts
66
7- import { TokenCredential } from ' @azure/identity ' ;
7+ import { TokenCredential } from ' @azure/core-auth ' ;
88
99// @public (undocumented)
1010export interface Agent {
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT license.
3- import { TokenCredential } from "@azure/identity " ;
3+ import { TokenCredential } from "@azure/core-auth " ;
44import { TokenProvider } from "./auth" ;
55import { PermissionDefinition } from "./client" ;
66import { ConnectionPolicy , ConsistencyLevel } from "./documents" ;
You can’t perform that action at this time.
0 commit comments