3.3 KiB
3.3 KiB
Change Log
0.6.5 - 2023-05-17
Added
- Add support for the upcoming Azure Resources Focus feature
0.6.4 - 2023-02-21
Fixed
- Fix expected child context values by @alexweininger in #373
0.6.3 - 2023-01-25
Added
- Forward compatibility for Azure Resources API v2 @alexweininger in #367
Changes
- Update AppInsights key by @bwateratmsft in #340
- Enable all strict type checking options by @alexweininger in #360
0.6.2 - 2022-06-30
Changed
- Update @vscode/extension-telemetry to 0.6.2 #334
0.6.1 - 2022-06-01
Changed
- Update @vscode/extension-telemetry to 0.5.2 #328
0.6.0 - 2022-05-24
We've made some large design changes to the Azure extensions for VS Code. View App Centric release notes
0.5.0 - 2022-01-25
Added
- Support for creating Virtual Machines in extended regions using Advanced create.
0.4.1 - 2021-08-24
Changed
- Minimum version of VS Code is now 1.57.0
Fixed
0.4.0 - 2021-05-13
Added
- Now depends on the "Azure Resources" extension, which provides a "Resource Groups" and "Help and Feedback" view
Changed
- "Report an Issue" button was removed from errors. Use the "Help and Feedback" view or command palette instead
- Icons updated to match VS Code's theme. Install new product icon themes here
Fixed
0.3.0 - 2021-02-08
Added
- Delete VM with associated resources
- Connect to Host via Visual Studio Code Remote - SSH
Fixed
0.2.0 - 2020-08-27
Added
- Advanced creation that allows you to manually select properties (i.e. the OS, the image) when creating the VM
Copy IP Address
andView Properties
on virtual machines items
Removed
- Resource group name from label
Fixed
0.1.1 - 2020-06-16
Changed
- Defaults to install as a UI Extension
- Read more about that here
Fixed
- Creating a VM would fail if a
.ssh
folder didn't already exist #87 - Error messages that were masked incorrectly #93
0.1.0 - 2020-03-05
Added
- View, create, delete, start, and stop Azure Virtual Machines
- Add SSH key to existing Azure Virtual Machines