2024-10-21 05:32:13 +03:00
## Unreleased
2024-10-10 10:25:41 +03:00
FEATURES:
- Support `refactor/rewrite` code action which can trigger the command to convert resources between `azapi` and `azurerm` providers.
- Support `aztfmigrate` command which can convert resources between `azapi` and `azurerm` providers.
2024-10-21 05:32:13 +03:00
## v2.0.1
2024-10-12 05:58:31 +03:00
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/c3ff45dfffe7f229447639b5982a1e2deadc1b71
2024-08-29 07:10:37 +03:00
## v2.0.0-beta
FEATURES:
- Support `workspace/executeCommand` protocol which can convert ARMTemplate and resource JSON content to azapi configuration.
- `azapi_resource` resource: Support `replace_triggers_external_values` field which is used to trigger a replacement of the resource.
- `azapi` resources and data sources: Support `retry` field, which is used to specify the retry configuration.
- `azapi` resources and data sources: Support `headers` and `query_parameters` fields, which are used to specify the headers and query parameters.
- `azapi` resources and data sources: The `response_export_values` field supports JMESPath expressions.
2024-09-12 08:56:33 +03:00
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/7492c6d0a12a07f97b955661bf6df83d51bbb14d
2024-08-29 07:10:37 +03:00
2024-08-06 04:54:15 +03:00
## v1.15.0
2024-08-05 10:04:11 +03:00
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/5ccee7fe1b353e40ed86bfc530ee185faa43a288
2024-07-04 05:38:22 +03:00
## v1.14.0
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/37dcb1890e3661255614961f470676b486272ff2
2024-04-24 06:27:32 +03:00
## v1.13.0
2024-03-01 09:40:53 +03:00
ENHANCEMENTS:
- Support the new bicep types.
2024-04-22 08:27:01 +03:00
- `azapi_resource` resource: The `body` field supports dynamic schema.
- `azapi_update_resource` resource: The `body` field supports dynamic schema.
- `azapi_resource_action` resource: The `body` field supports dynamic schema.
2024-04-24 06:27:32 +03:00
- `azapi_resource_action` data source: The `body` field supports dynamic schema.
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/48ce933ad85391b60ee02cf83e17c9b28d31a7b1
2024-03-01 09:40:53 +03:00
2024-01-12 08:43:06 +03:00
## v1.12.0
ENHANCEMENTS:
- `azapi_resource` resource: Support `ignore_body_changes` property.
2024-01-18 10:28:36 +03:00
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/4abd79ba2baa05ba3c8364919b670ab43a9bf69c
2024-01-12 08:43:06 +03:00
2024-01-12 09:16:55 +03:00
BUG FIXES:
- Fix a bug that auto-completion with verified examples showed for wrong resource types.
2023-12-18 06:00:47 +03:00
## v1.11.0
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/fcfe2a66a04575f204767182fc575612c82eebc1
2023-11-03 08:00:56 +03:00
## v1.10.0
2023-10-13 07:09:42 +03:00
FEATURES:
- Support auto-completion with verified examples.
2023-11-03 08:00:56 +03:00
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/505b813ce50368156e3da1b86f07977b5a913be9
2023-09-01 05:27:01 +03:00
## v1.9.0
2023-08-04 10:43:56 +03:00
FEATURES:
- **New Data Source**: azapi_resource_list
2023-08-30 05:31:06 +03:00
- **New Data Source**: azapi_resource_id
2023-08-04 10:43:56 +03:00
2023-08-30 10:21:36 +03:00
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/1d8fec8184258cdf967b1288b156e01f7cbc8ca9
2023-07-06 11:26:40 +03:00
## v1.8.0
2023-07-27 05:36:12 +03:00
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/c616eb1ad4980f63c0d6b436a63701e175a62224
2023-07-06 11:26:40 +03:00
BUG FIXES:
- Fix a bug that field `name` 's value is not parsed correctly when validate schema.
2023-07-14 06:12:04 +03:00
- 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.
2023-07-06 11:26:40 +03:00
2023-06-16 05:30:36 +03:00
## v1.7.0
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/0536b68e779fba100b9fbe32737c38d75396e2cf
2023-05-10 08:38:09 +03:00
## v1.6.0
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/da15d0376faa02a6e891dee315910535cef2a13f
2023-04-04 05:43:54 +03:00
## v1.5.0
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/b8626aecc5f47b70086580956adfcd1e267a49e6
2023-02-28 06:16:41 +03:00
## v1.4.0
2023-02-17 06:23:27 +03:00
ENHANCEMENTS:
2023-02-20 10:19:42 +03:00
- Support syntax which keys are wrapped by quotes.
2023-02-28 06:16:41 +03:00
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/a915acab5788d890aed774ec818535b44311d16d
2023-02-17 06:23:27 +03:00
BUG FIXES:
- Fix a bug that schema validation requires redundant `name` fields both in resource and in body.
2023-01-30 05:00:28 +03:00
## v1.3.0
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/78ec1b99699a4bf44869bd13f1b0ed7d92a99c27
2023-01-05 06:37:35 +03:00
## v1.2.0
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/019b2d62fe84508582b8c54ce3d91c2b4840e624
2022-11-17 08:09:12 +03:00
## v1.1.0
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/e641570bedc5004498d3e374adb60fdfd3521b09
2022-09-29 15:34:33 +03:00
## v1.0.0
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/a6dabb0cd645c17a1accf3ec1be4d7930e982b23
2022-09-15 06:18:15 +03:00
## v0.6.0
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/5451fcd5e1bf4d8313d475d8e3dc28efc7a77e2a
2022-08-16 08:11:18 +03:00
## v0.5.0
2022-07-15 04:02:13 +03:00
FEATURES:
2022-08-16 04:30:16 +03:00
- **New Data Source**: azapi_resource_action
- **New Resource**: azapi_resource_action
2022-07-15 04:02:13 +03:00
2022-07-12 09:34:30 +03:00
ENHANCEMENTS:
2022-08-16 08:11:18 +03:00
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/813d8bbc9ecf432a2a0ff2769627592fae34369f
2022-07-12 09:34:30 +03:00
2022-06-30 10:13:18 +03:00
## v0.4.0
2022-06-13 09:58:29 +03:00
### ENHANCEMENTS:
- Update `azapi` resource schemas.
2022-06-29 11:07:48 +03:00
- Data source `azapi_resource` : Supports read only types.
- Update bicep types to https://github.com/Azure/bicep-types-az/commit/ea703e2aba0d1c024f33124ee2cd34bc0c6084b5
2022-06-13 09:58:29 +03:00
2022-05-30 09:58:32 +03:00
## v0.3.0
### ENHANCEMENTS:
- Update bicep types to https://github.com/Azure/bicep-types-az/commit/644ff521c92ce8d493f6da977af12377f32abffc
2022-05-27 06:16:27 +03:00
### 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.
2021-12-23 12:17:38 +03:00
2022-05-27 06:16:27 +03:00
## v0.2.0
### Enhancements
- Update bicep types to https://github.com/Azure/bicep-types-az/commit/57f3ecc750648562cf170ef456ef39533872b101
2021-12-23 12:17:38 +03:00
2022-05-27 06:16:27 +03:00
## v0.1.0
### 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
- Better completion for discriminated object
- Completion for all required properties
- Show hint when hover on `azapi` resources
2023-02-20 10:19:42 +03:00
- Show diagnostics for properties defined inside `body`