Skip to content

v0.1.0

Compare
Choose a tag to compare
@ms-henglu ms-henglu released this 14 Mar 12:29
· 45 commits to main since this release
be9bab5

Features

  • Manages the Terraform AzApi Provider Language Server, exposing its features:
  • Completion of azapi resources and data sources
  • Completion of allowed azure resource types when input type in azapi resources
  • Completion of allowed azure resource properties when input body in azapi resources, limitation: it only works when use jsonencode function to build the JSON
  • Show hint when hover on azapi resources
  • Diagnostics to indicate schema errors as you type