Feature Request: Support `azurerm` provider feature capabilities
It'd be great if AzApi supported some provider features similar to those in AzureRM documented here https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/features-block
Im specifically interested in features.netapp.prevent_volume_destruction
Hi @jtracey93 ,
Thank you for taking time to report this issue!
The azapi provider is a generic provider for all azure resource types, we might not add customized support for some of the resource types, but we could provide similar features in a generic way.
For example, features.netapp.prevent_volume_destruction` could be achieved by prevent_desctroy.
@jtracey93 are there specific examples that require a feature rather than a generic property? The biggest issue here is maintainability, as we want the provider to remain generic wherever possible.