Skip to content

Releases: Azure/azapi-vscode

v0.6.0

29 Sep 13:42
a63ec9c
Compare
Choose a tag to compare

v0.5.0

16 Aug 06:34
Compare
Choose a tag to compare

v0.4.0

01 Jul 02:14
Compare
Choose a tag to compare

v0.3.0

30 May 07:46
3b27674
Compare
Choose a tag to compare

v0.2.0

06 May 05:12
Compare
Choose a tag to compare

v0.1.0

14 Mar 12:29
be9bab5
Compare
Choose a tag to compare

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