- 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.
- Updated README.md to fix broken links
- 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.
- Changed App Reporting instance id.
- Updated to take a dependency on the Azure Function Tools extension to aid in Azure Functions development.
- Added output window messages.
- Optimized App Insights telemetry gathering.
- Lowered the performance data and request data being sent to AppInsights. Way less now.
-
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
-
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 thesrc/commands
folder.
- 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.
- 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.
- Repaired login due to change in incoming authentication message.
- Added storage account creation
- Added storage account connection string retrieval
- Added browse to resource group
- Added support for Azure Functions creation
- Quick bug fix
- Added support for all Azure regions
- Changed publisher and moved within Marketplace.
- Refactored code to move source into sub-folder.
- Changed publisher and moved within Marketplace.
- Fixed NPM-related bug during installation.
- Minor optimizations for marketplace appearance.
- 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