Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Support azurerm provider feature capabilities #710

Open
jtracey93 opened this issue Jan 8, 2025 · 2 comments
Open

Feature Request: Support azurerm provider feature capabilities #710

jtracey93 opened this issue Jan 8, 2025 · 2 comments

Comments

@jtracey93
Copy link

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

@ms-henglu
Copy link
Member

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.

@stemaMSFT
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants