Releases: microsoft/vscode-azureappservice
Releases · microsoft/vscode-azureappservice
v0.26.4
v0.26.3
Added
- [2751] Integrate deployment with Copilot, offering richer error analysis when deploying to Web Apps.
Changed
- [2749] Use ARM Graph query to list App Services and lazy load site payloads for better performance.
- [2764] Rename toggle slot setting command to improve clarity.
Removed
- [2763] Remove command and tree node for MongoDB connection, which is no longer supported.
v0.26.2
v0.26.1
v0.26.0
Overview
This release enables the creation of web apps with a unique default hostname to avoid a high-severity threat of subdomain takeover. The web app basic create will now default to a tenant scoped hostname uniqueness, while the web app advanced create will allow the choice of either tenant (tenant reuse) or global (no reuse) level domain name scope. For full context on this topic, please refer to this post.
Added
- [2703] Add support for unique default hostnames when creating a new web app.
Changed
- [2703] Re-ordered some steps in the
createWebAppexperience in order to support new unique default hostname CNA requirements
v0.25.5
v0.25.4
v0.25.3
v0.25.2
v0.25.1
Bugs Fixed
- Fix submenu icon not appearing in workspace by @nturinski in #2554
- Add icon to create command by @alexweininger in #2558
- Fix "Files" node not displaying files after deploying a new project by @alexweininger in #2566
- Fix "SSH into Web App" and "Start Log Streaming" commands by @alexweininger in #2566
Engineering
- Use Node 18.15 by @alexweininger in #2567
Full Changelog: v0.25.0...v0.25.1