Releases: benc-uk/armview-vscode
Releases · benc-uk/armview-vscode
Release 0.2.1
- Bug fixes
Release 0.2.0
- Support for loading a parameters file and applying values to the output
- Filter out resources by type, helps de-clutter the view on very busy templates, or when you have many similar resources you want to hide (e.g. NSG rules)
- New look toolbar
- Status bar
- Several more fixes & improvements for linked templates and variable resolution
- Loading progressing indicator
- Reload button
- Many new icons; automation, SQL Server, blobservices, and more
- A bunch more bugs I expect ;)
Release 0.1.1
- Several fixes & improvements to how linked templates are handled and searched for
Release 0.1.0
- Support for linked & nested templates! See readme for limitations
- Support for the new vscode-azurearmtools extension language server and 'ARM Template' language type
- displayName tag if present will be used in place of the resource name
Release 0.0.9
- Many fixes to parameter & variable resolution
- Improved error messages and logging
- Tested successfully against ALL templates on https://github.com/Azure/azure-quickstart-templates
Release 0.0.8
- Parameter & variable values which are objects now resolved
- Parameters
defaultValues
detected picked up and used - Display unresolvable properties in italics and inside {}
Release 0.0.7
- Many, many new icons added!
- Support for JSON comments, which is allowed by ARM
- Custom default icon for API Management sub-resources
Release 0.0.6
- Fix for SKU evaluation error (exp.trim)
- Nicer error messages
Release 0.0.5
- Snap to grid added
- Telemetry tracking added
- Fix for handling resource tags
- Added resource SKU details to info box
- Smarter handling of updates when user is editing JSON
Release 0.0.4
- Fixed initialization & first display problems
- Added preview icon to top right of editor menu bar
- More robust activation options/filters
- Extension is now a singleton panel