Skip to content

Latest commit

 

History

History
84 lines (62 loc) · 4.34 KB

changelog.md

File metadata and controls

84 lines (62 loc) · 4.34 KB

1.2.9

  • Add azure.showToolsWindowOnStartup setting. If you update your settings to set this to false then the Azure Tools window won't automatically be shown when Visual Studio Code starts
  • Fix an issue that caused an unhandled error when attempting to export a Resource Manager template if you don't have a folder open in Visual Studio Code.

1.2.7

  • Updated README.md to fix broken links

1.2.6

  • Added telemetry App Insights telemetry to extension code but modified the collection technique so that telemetry can be captured in a more efficient and inexpensive manner.

1.2.4

  • Changed App Reporting instance id.

1.2.3

  • Updated to take a dependency on the Azure Function Tools extension to aid in Azure Functions development.

1.2.2

  • Added output window messages.
  • Optimized App Insights telemetry gathering.

1.2.1

  • Lowered the performance data and request data being sent to AppInsights. Way less now.

1.2.0

  • Azure Batch creation. Select the Create Batch Account command to create a new, empty batch account. Future features will enable consumption and scripting your Batch account.

  • Export resource group as template will allow you to download an Azure Resource Manager (ARM) template representing the structure of a resource group in your Azure subscription.

  • Issues resolved

    • #4 - New tooltip addition shows the selected subscription
    • #24 - Batch creation support added
    • #7 - Fixed by showing the ID so multiple-subscription customers can use the ID to differentiate.
    • #35 - Adds telemetry support througout features
  • Refactoring

    • Split contants and configuration and moved constants into separate class
    • Added basic event aggregation plumbing to prepare for further refactoring
    • Cleaned up command names, made them more conventional and consistent
    • Simplified command-loading paradigm. Now, contributors need only to add their command to the package.json file and drop the same-named file into the src/commands folder.

1.1.0

  • Azure Key Vault creation. Select the Create Key Vault command to create a new or select an existing resource group into which your new Key Vault will be created.

1.0.0

  • Search the Azure QuickStart Templates GitHub repository for Azure Resource Manager (ARM) templates.
  • Takes a dependency on the Azure Resource Manager Tools to make the ARM template editing experience better.
  • Download ARM template and parameters to workspace.
  • Deploy ARM templates to live Azure subscription.

0.0.11

  • Repaired login due to change in incoming authentication message.

0.0.10 - 2016-11-04

  • Added storage account creation
  • Added storage account connection string retrieval
  • Added browse to resource group

0.0.9 - 2016-10-31

  • Added support for Azure Functions creation

0.0.8 - 2016-10-29

  • Quick bug fix

0.0.7 - 2016-10-26

  • Added support for all Azure regions
  • Changed publisher and moved within Marketplace.
  • Refactored code to move source into sub-folder.

0.0.6 - 2016-10-26

  • Changed publisher and moved within Marketplace.

0.0.5 - 2016-10-25

  • Fixed NPM-related bug during installation.
  • Minor optimizations for marketplace appearance.

0.0.1 - 2016-10-23

  • Login using interactive browser authentication
  • Shows all of your Azure subscriptions and allows you to select the one you want to use
  • Select a resource to browse in the Azure portal
  • Simple web app create (defaults to creating a new resource group and server farm)
  • Advanced web app create (allows creation/selection of new resource group and server farm)
  • Tenant ID configuration via workspace settings to enable MSA (@outlook.com, @live.com, @hotmail.com) login