Skip to content

v0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@StephenWeatherford StephenWeatherford released this 20 Apr 17:06
9903373

Added

  • First round of support for parameter files
    • Specify a parameter file to associate with a template file
    • Parameter file will be used to enable additional validation
    • Create new parameter file from parameters within the template
  • Support filtering for child resource type name and apiVersion values
  • Template sorting (implemented by Nils Hedström @nilshedstrom, thanks!)
  • Snippet improvements
    • apiVersions updated
    • various fixes and standardization
  • Added more resource type icons for ARM TEMPLATE OUTLINE view (thanks Nils Hedström @nilshedstrom!) #253
  • Support for schema auto-completion inside nested templates

Changed

  • Now using a single output for extension and language server

Fixed

  • "Found more than 1 match" (oneOf error) in some ARM templates
  • Reading schemas from .zip file does not work on Mac
  • Arm Template Outline doesn't show up when you first open a file, but does when you tab back to it (thanks Nils Hedström @nilshedstrom!) #470
  • Snippets should follow the recommendations in https://github.com/Azure/azure-quickstart-templates/blob/master/1-CONTRIBUTION-GUIDE/best-practices.md #456
  • Not getting any completion for subscription().xxx #526
  • autocomplete list for child resources should be filtered based on the parent #350
  • autocomplete list for apiVersions on child resources is empty #351
  • Null ref exception in validation with empty doc or doc containing only a comment
  • Add space after colon with IntelliSense #460