No Public IP Flag for azurerm machine_learning compute

Per the below Reference, ability to provision Azure Machine learning compute instance and cluster with no-public-ip via Azure CLI and Python SDK was added via the parameter “enable_node_public_ip=False”. But the support for the same was not included in the terraform API on “azurerm_machine_learning_compute_cluster” and “azurerm_machine_learning_compute_instance”.
Can you advise when we can expect this flag to be available in terraform machine_learning compute.

Ref: Secure training environments with virtual networks - Azure Machine Learning | Microsoft Learn