Releases: microsoft/vscode-azuretools
Releases · microsoft/vscode-azuretools
vscode-azureappservice v0.16.5
Changed
Modified web app creation wizard to only prompt for name and location if smart defaults can be made
New advanced creation property is leverage to return to former web app creation wizard
vscode-azureextensionui v0.15.1
Added
- Automatically select subscription if there is only one unfiltered subscription
- Expose ResourceGroupCreateStep so that it can be leveraged in azureappservice
vscode-azureextensionui v0.15.0
Fixed
- ensureRootNodes - fixes #186 (have to open Azure view before running any commands that use node picker)
Node picker doesn't work if sign-in/initialization is in progress - Sign-in/create new subscription commands show empty subscription list
- Other minor changes
NOTE: This updates the required vscode version to 1.23.0
vscode-azureextensionui v0.14.1
Fixed
File dependency issue
vscode-azureextensionui v0.14.0
Added
- OpenInPortalOptions - Added the ability to add prefixes to the portal URL string, for situations like we need for static web hosting in storage extension temporarily (enabling a preview feature).
Note that I modified the URL format slightly to match what I'm actually seeing the portal use currently (otherwise the query prefix won't work, but I changed it for the current scenario as well - shouldn't affect functionality, but bumping minor version just in case).
Old format:
https://portal.azure.com/#resource/
New format:
https://portal.azure.com/[?]#@/resource/
Fixed
- suppressTelemetryIfNotFailure shouldn't suppress on failures/cancels
vscode-azureappservice v0.16.4
Added
- Dynamically retrieve Kudu url to support deploying to App Service Environment
vscode-azureextensionui v0.13.1
Fixed parseError to handle another format of error being thrown from Azure
vscode-azureappservice v0.16.3
Added
- Enable creating tomcat runtime stack for Linux Web App
- Support wardeploy
vscode-azurekudu v0.1.8
Added
- Add additional push deploy parameters
- Add basic support for wardeploy
vscode-azureappservice v0.16.2
Check app service tunnel status before connecting tunnel proxy