Update @microsoft/vscode-azext-azureutils to 4.1.1#4953
Open
alexweininger wants to merge 1 commit intomainfrom
Open
Update @microsoft/vscode-azext-azureutils to 4.1.1#4953alexweininger wants to merge 1 commit intomainfrom
alexweininger wants to merge 1 commit intomainfrom
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
bwateratmsft
approved these changes
Mar 31, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the extension’s Azure tooling dependency graph by bumping @microsoft/vscode-azext-azureutils from 4.0.1 to 4.1.1, bringing in upstream bug fixes (notably the managed identity default-name fallback) and internal performance/security improvements from the Azure Tools libraries.
Changes:
- Bump
@microsoft/vscode-azext-azureutilsto^4.1.1. - Refresh
package-lock.jsonto reflect updated transitive Azure SDK dependencies and new shared auth components pulled in byazureutils.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates the direct dependency version for @microsoft/vscode-azext-azureutils. |
| package-lock.json | Updates resolved versions and adds new transitive dependencies required by @microsoft/vscode-azext-azureutils@4.1.1. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
@microsoft/vscode-azext-azureutilsfrom4.0.1to4.1.1.Bug fixes included in this upgrade
Other changes
In-memory cache for Azure location/provider API calls (vscode-azuretools#2239) — Location and provider queries are now deduplicated and cached across wizard instances within a single extension activation, improving performance.
Use BearerChallengePolicy from auth package (vscode-azuretools#2232) — Consolidated the bearer challenge policy logic into the shared auth package, removing a local duplicate and adding more robust telemetry.
Security: bump picomatch (vscode-azuretools#2241) — Fixes CVE-2026-33671 and CVE-2026-33672 in the picomatch transitive dependency.