Skip to content

Upgrade @microsoft/vscode-azext-azureutils to ^4.1.0#1419

Merged
alexweininger merged 1 commit intomainfrom
alex/upgrade-azureutils-4.1.0
Mar 27, 2026
Merged

Upgrade @microsoft/vscode-azext-azureutils to ^4.1.0#1419
alexweininger merged 1 commit intomainfrom
alex/upgrade-azureutils-4.1.0

Conversation

@alexweininger
Copy link
Copy Markdown
Member

Updates @microsoft/vscode-azext-azureutils from ^4.0.0 to ^4.1.0.

Bug fixes included in this upgrade

  • Fallback to default name when resource group name is unavailable (vscode-azuretools#2219) — Previously, if a resource group name was not available, an error could occur. Now falls back to a default name gracefully.

Other changes

  • Add in-memory cache for Azure location/provider API calls (vscode-azuretools#2239) — Improves performance by caching location and provider responses, reducing redundant API calls.
  • Use BearerChallengePolicy from auth package (vscode-azuretools#2232) — Removes a local duplicate of BearerChallengePolicy in favor of the shared implementation from the auth package.
  • npm audit fix (vscode-azuretools#2212) — Addresses security vulnerabilities in transitive dependencies.
  • Remove dev package dependency, use new utils (vscode-azuretools#2109) — Internal refactor to remove the deprecated dev package and use the new utils package.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@alexweininger alexweininger requested a review from a team as a code owner March 27, 2026 18:27
Copilot AI review requested due to automatic review settings March 27, 2026 18:27
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

Updates the extension’s dependency on @microsoft/vscode-azext-azureutils to pick up upstream fixes and improvements in the Azure extension utilities used across resource/auth-related flows.

Changes:

  • Bump @microsoft/vscode-azext-azureutils from ^4.0.0 to ^4.1.0.
  • Refresh package-lock.json to capture the updated resolved dependency graph (including updated Azure SDK transitive dependencies).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updates the declared @microsoft/vscode-azext-azureutils dependency range to ^4.1.0.
package-lock.json Updates the lockfile to the resolved versions pulled in by the new azureutils release and its transitive dependencies.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@alexweininger alexweininger merged commit bc7d5ab into main Mar 27, 2026
7 checks passed
@alexweininger alexweininger deleted the alex/upgrade-azureutils-4.1.0 branch March 27, 2026 19:06
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.

3 participants