FEATURES:
- New Provider Function: snake2camel
- New Action:
azapi_resource_action- Perform stateless actions on Azure resources that can be invoked via Terraform action triggers
ENHANCEMENTS:
azapi_resourceresource: Add support for identity-based import, enabling import via resource ID and type from list resource protocol.azapi_resourceresource: Support listing resources via new ListResource protocol.azapi_resourceresource: Support listing all resources in a resource group whentypeis omitted. Uses ARM API/subscriptions/{sub}/resourceGroups/{rg}/resourcesto enumerate all resources.azapi_resourceresource: Refactor import logic to support identity block and multiple import scenarios (ID only, ID with API version, ID and type).azapi_data_plane_resourceresource: Adds a customization layer which allows custom CRUD operations for resources that don't follow standard patterns.azapi_data_plane_resourceresource: SupportMicrosoft.KeyVault/vaults/keystype.azapi_data_plane_resourceresource: SupportMicrosoft.KeyVault/vaults/secretstype.azapi_data_plane_resourceresource: SupportMicrosoft.Search/searchServices/datasourcestype.azapi_data_plane_resourceresource: SupportMicrosoft.Search/searchServices/indexerstype.azapi_data_plane_resourceresource: SupportMicrosoft.Search/searchServices/indexestype.azapi_data_plane_resourceresource: SupportMicrosoft.Search/searchServices/skillsetstype.azapi_data_plane_resourceresource: SupportMicrosoft.Search/searchServices/synonymmapstype.- Bump Go version to 1.24.6 to address CVEs (GH-992).
- Add more verified
azapiexamples. - Update bicep types to ms-henglu/bicep-types-az@c41a40c
BUG FIXES:
- Fix validation logic for properties that are both
ReadOnlyandRequired. - Fix panic when using
sensitive_body_versionwith emptysensitive_body(GH-999). - Fix
azapi_resourceresource move fromazurerm_storage_shareby converting/fileshares/to/shares/in resource ID.