Skip to content

Releases: microsoft/vscode-azuretools

vscode-azureappservice v0.16.5

27 Jun 18:58
07ab585
Compare
Choose a tag to compare
Pre-release

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

27 Jun 18:56
07ab585
Compare
Choose a tag to compare
Pre-release

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

18 Jun 21:37
36a3d93
Compare
Choose a tag to compare
Pre-release

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

11 Jun 22:44
2802da1
Compare
Choose a tag to compare
Pre-release

Fixed

File dependency issue

vscode-azureextensionui v0.14.0

11 Jun 22:09
2ff16f3
Compare
Choose a tag to compare
Pre-release

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

05 Jun 22:06
d50f34b
Compare
Choose a tag to compare
Pre-release

Added

  • Dynamically retrieve Kudu url to support deploying to App Service Environment

vscode-azureextensionui v0.13.1

31 May 21:24
8ce9d81
Compare
Choose a tag to compare
Pre-release

Fixed parseError to handle another format of error being thrown from Azure

vscode-azureappservice v0.16.3

30 May 20:34
Compare
Choose a tag to compare
Pre-release

Added

  • Enable creating tomcat runtime stack for Linux Web App
  • Support wardeploy

vscode-azurekudu v0.1.8

22 May 22:10
5dec602
Compare
Choose a tag to compare
Pre-release

Added

  • Add additional push deploy parameters
  • Add basic support for wardeploy

vscode-azureappservice v0.16.2

16 May 19:12
Compare
Choose a tag to compare
Pre-release

Check app service tunnel status before connecting tunnel proxy