Update @microsoft/vscode-azext-azureappservice to 4.2.3#2861
Merged
alexweininger merged 1 commit intomainfrom Mar 31, 2026
Merged
Update @microsoft/vscode-azext-azureappservice to 4.2.3#2861alexweininger merged 1 commit intomainfrom
alexweininger merged 1 commit intomainfrom
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
bwateratmsft
approved these changes
Mar 31, 2026
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-azureappservicefrom4.2.0to4.2.3.Bug fixes included in this upgrade
Fix ASP list performance for EP/WS plans (vscode-azuretools#2229) — Elastic Premium and Workflow Standard App Service Plans no longer trigger individual GET requests to detect the OS. This eliminates multi-minute delays when listing plans. Fixes vscode-azuretools#2129.
Fix documentation link for unique default hostname (vscode-azuretools#2228) — The unique hostname info link now points to the correct blog post based on app kind (Functions/Logic Apps vs Web Apps). Fixes vscode-azurefunctions#4936.
Other changes
Separate slot creation into wizard steps (vscode-azuretools#2225) — Slot creation is now broken into distinct wizard steps, improving the UX. Related to #2832.
Security: bump picomatch (vscode-azuretools#2240) — Fixes CVE-2026-33671 and CVE-2026-33672 in the picomatch transitive dependency.