Releases: Azure/azapi-lsp
Releases · Azure/azapi-lsp
v1.0.0
ENHANCEMENTS:
- Update bicep types to ms-henglu/bicep-types-az@a6dabb0
v0.6.0
ENHANCEMENTS:
- Update bicep types to ms-henglu/bicep-types-az@5451fcd
v0.5.0
FEATURES:
- New Data Source: azapi_resource_action
- New Resource: azapi_resource_action
ENHANCEMENTS:
- Update bicep types to ms-henglu/bicep-types-az@813d8bb
v0.4.0
ENHANCEMENTS:
- Update
azapi
resource schemas. - Data source
azapi_resource
: Supports read only types. - Update bicep types to Azure/bicep-types-az@ea703e2
v0.3.0
ENHANCEMENTS:
- Update bicep types to Azure/bicep-types-az@644ff52
Bugfix
- Base properties of a discriminated object are not showed in completion list
- When there's comma after last array item, HclNode parser falsely think there's one more item.
v0.2.0
Enhancements
- Update bicep types to Azure/bicep-types-az@57f3ecc
v0.1.0
Features
- Completion of
azapi
resources and data sources - Completion of allowed azure resource types when input
type
inazapi
resources - Completion of allowed azure resource properties when input
body
inazapi
resources, limitation: it only works when usejsonencode
function to build the JSON - Better completion for discriminated object
- Completion for all required properties
- Show hint when hover on
azapi
resources - Show diagnostics for properties defined inside
body