зеркало из https://github.com/Azure/azapi-lsp.git
6.0 KiB
6.0 KiB
Unreleased
FEATURES:
- Support
refactor/rewrite
code action which can trigger the command to convert resources betweenazapi
andazurerm
providers. - Support
aztfmigrate
command which can convert resources betweenazapi
andazurerm
providers.
v2.0.1
ENHANCEMENTS:
- Update bicep types to
c3ff45dfff
v2.0.0-beta
FEATURES:
- Support
workspace/executeCommand
protocol which can convert ARMTemplate and resource JSON content to azapi configuration. azapi_resource
resource: Supportreplace_triggers_external_values
field which is used to trigger a replacement of the resource.azapi
resources and data sources: Supportretry
field, which is used to specify the retry configuration.azapi
resources and data sources: Supportheaders
andquery_parameters
fields, which are used to specify the headers and query parameters.azapi
resources and data sources: Theresponse_export_values
field supports JMESPath expressions.
ENHANCEMENTS:
- Update bicep types to
7492c6d0a1
v1.15.0
ENHANCEMENTS:
- Update bicep types to
5ccee7fe1b
v1.14.0
ENHANCEMENTS:
- Update bicep types to
37dcb1890e
v1.13.0
ENHANCEMENTS:
- Support the new bicep types.
azapi_resource
resource: Thebody
field supports dynamic schema.azapi_update_resource
resource: Thebody
field supports dynamic schema.azapi_resource_action
resource: Thebody
field supports dynamic schema.azapi_resource_action
data source: Thebody
field supports dynamic schema.- Update bicep types to
48ce933ad8
v1.12.0
ENHANCEMENTS:
azapi_resource
resource: Supportignore_body_changes
property.- Update bicep types to
4abd79ba2b
BUG FIXES:
- Fix a bug that auto-completion with verified examples showed for wrong resource types.
v1.11.0
ENHANCEMENTS:
- Update bicep types to
fcfe2a66a0
v1.10.0
FEATURES:
- Support auto-completion with verified examples.
ENHANCEMENTS:
- Update bicep types to
505b813ce5
v1.9.0
FEATURES:
- New Data Source: azapi_resource_list
- New Data Source: azapi_resource_id
ENHANCEMENTS:
- Update bicep types to
1d8fec8184
v1.8.0
ENHANCEMENTS:
- Update bicep types to
c616eb1ad4
BUG FIXES:
- Fix a bug that field
name
's value is not parsed correctly when validate schema. - Fix a bug that missing required properties in array item is not reported properly.
- Fix a bug that using brackets in value is not parsed correctly.
v1.7.0
ENHANCEMENTS:
- Update bicep types to
0536b68e77
v1.6.0
ENHANCEMENTS:
- Update bicep types to
da15d0376f
v1.5.0
ENHANCEMENTS:
- Update bicep types to
b8626aecc5
v1.4.0
ENHANCEMENTS:
- Support syntax which keys are wrapped by quotes.
- Update bicep types to
a915acab57
BUG FIXES:
- Fix a bug that schema validation requires redundant
name
fields both in resource and in body.
v1.3.0
ENHANCEMENTS:
- Update bicep types to
78ec1b9969
v1.2.0
ENHANCEMENTS:
- Update bicep types to
019b2d62fe
v1.1.0
ENHANCEMENTS:
- Update bicep types to
e641570bed
v1.0.0
ENHANCEMENTS:
- Update bicep types to
a6dabb0cd6
v0.6.0
ENHANCEMENTS:
- Update bicep types to
5451fcd5e1
v0.5.0
FEATURES:
- New Data Source: azapi_resource_action
- New Resource: azapi_resource_action
ENHANCEMENTS:
- Update bicep types to
813d8bbc9e
v0.4.0
ENHANCEMENTS:
- Update
azapi
resource schemas. - Data source
azapi_resource
: Supports read only types. - Update bicep types to
ea703e2aba
v0.3.0
ENHANCEMENTS:
- Update bicep types to
644ff521c9
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
57f3ecc750
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