Skip to content

Update @microsoft/vscode-azext-azureutils to 4.1.1#4953

Open
alexweininger wants to merge 1 commit intomainfrom
upgrade/azext-azureutils-4.1.1
Open

Update @microsoft/vscode-azext-azureutils to 4.1.1#4953
alexweininger wants to merge 1 commit intomainfrom
upgrade/azext-azureutils-4.1.1

Conversation

@alexweininger
Copy link
Copy Markdown
Member

Updates @microsoft/vscode-azext-azureutils from 4.0.1 to 4.1.1.

Bug fixes included in this upgrade

  • Fallback to default name when resource group is unavailable (vscode-azuretools#2219) — The managed identity name step now falls back to a default name when the resource group name is not available, preventing a crash during creation wizards. Fixes #4905.

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.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@alexweininger alexweininger requested a review from a team as a code owner March 31, 2026 23:12
Copilot AI review requested due to automatic review settings March 31, 2026 23:12
@alexweininger alexweininger enabled auto-merge (squash) March 31, 2026 23:15
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-azureutils to ^4.1.1.
  • Refresh package-lock.json to reflect updated transitive Azure SDK dependencies and new shared auth components pulled in by azureutils.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing default user-assigned identity name when creating containerized Function App

3 participants