Skip to content

Commit 9b54a83

Browse files
Bump msal-node-extensions in @azure/identity-cache-persistence (#27961)
### Packages impacted by this PR - @azure/identity-cache-persistence ### Issues associated with this PR ### Describe the problem that is addressed by this PR @azure/identity-cache-persistence uses and older (1.0.0-alpha.25) of @azure/msal-node-extension which does not come with pre built native binaries. Therefore, it requires python to be installed on the consumers machine to be able to build binaries. The newer version of @azure/msal-node-extension 1.0.8, which supports node 16, comes with native binaries. ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? - Bumping @azure/msal-node-extension in @azure/identity-cache-persistence so that consumers do not need to have python installed for node-gyp to be able to consume @azure/msal-node-extension ### Are there test cases added in this PR? _(If not, why?)_ No need, just run existing tests. ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [x] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
1 parent 02491d7 commit 9b54a83

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 9 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/identity/identity-cache-persistence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@azure/core-auth": "^1.5.0",
6363
"@azure/identity": "^4.0.0",
6464
"@azure/msal-node": "^2.5.1",
65-
"@azure/msal-node-extensions": "1.0.0-alpha.25",
65+
"@azure/msal-node-extensions": "1.0.8",
6666
"keytar": "^7.6.0",
6767
"tslib": "^2.2.0"
6868
},

0 commit comments

Comments
 (0)