Implementation public-network-access property for azure keyvault

Hi,

Any plan about the implementation of the property --public-network-access for azure keyvault?
It is available in the azure cli but not yet in Terraform.
Here is the link on microsoft:
https://docs.microsoft.com/en-us/cli/azure/keyvault?view=azure-cli-latest#az-keyvault-show

The property description on the microsoft page:
–public-network-access
Property to specify whether the vault will accept traffic from public internet. If set to ‘disabled’ all traffic except private endpoint traffic and that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.

accepted values: Disabled, Enabled

2 Likes