Azure azurerm windows virtual machine hibernate hibernation option missing

Greetings

I would like to ask whether we will be able to use the feature of hibernate in Terraform in the windows_virtual_machine ?
It is a new feature in Preview atm, but it can be used in Bicep already.

The feature should be activated when the VM is built and you cannot enable it afterwards, so ideally the feature would be in the section with the premium SSD option:
azurerm_windows_virtual_machine {

additional_capabilities {

hibernation_enabled = true

ultra_ssd_enabled = false
}

Here the ultra_ssd works and it is documented in zthe manual, but the hibernate_enable is not in Terraform at all, but present in json when extracted.

Thank you