diff --git a/sdk/identity/identity-cache-persistence/package.json b/sdk/identity/identity-cache-persistence/package.json index c8ee98e04e2f..a9be3aae621c 100644 --- a/sdk/identity/identity-cache-persistence/package.json +++ b/sdk/identity/identity-cache-persistence/package.json @@ -61,6 +61,7 @@ "dependencies": { "@azure/core-auth": "^1.3.0", "@azure/identity": "^2.0.1", + "@azure/msal-common": "^4.5.1", "@azure/msal-node": "^1.4.0", "@azure/msal-node-extensions": "1.0.0-alpha.13", "keytar": "^7.6.0", diff --git a/sdk/identity/identity-common/src/plugins/provider.ts b/sdk/identity/identity-common/src/plugins/provider.ts index 7b9ed88f25ad..d211329f20ee 100644 --- a/sdk/identity/identity-common/src/plugins/provider.ts +++ b/sdk/identity/identity-common/src/plugins/provider.ts @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -import { VSCodeCredentialFinder } from "../credentials/visualStudioCodeCredentialPlugin"; +import { VSCodeCredentialFinder } from "../visualStudioCodeCredentialPlugin"; import { TokenCachePersistenceOptions } from "../tokenCachePersistenceOptions"; /** diff --git a/sdk/identity/identity-common/src/tokenCachePersistenceOptions b/sdk/identity/identity-common/src/tokenCachePersistenceOptions.ts similarity index 100% rename from sdk/identity/identity-common/src/tokenCachePersistenceOptions rename to sdk/identity/identity-common/src/tokenCachePersistenceOptions.ts diff --git a/sdk/identity/identity-vscode/package.json b/sdk/identity/identity-vscode/package.json index eeb1a3dbe264..09eab3873501 100644 --- a/sdk/identity/identity-vscode/package.json +++ b/sdk/identity/identity-vscode/package.json @@ -60,6 +60,7 @@ "sideEffects": false, "dependencies": { "@azure/identity": "^2.0.1", + "@azure/msal-common": "^4.5.1", "keytar": "^7.6.0", "tslib": "^2.2.0" },