When attempting to create a new NetApp volume, an error occurs related to an "unexpected property for volumeProperties (PreFlightDeserializationError)". This error persists using any NetApp file or capacity pool. The issue began yesterday as my last attempt, to create a volume successfully, was on Friday. As of Monday, the volume fails to be created with the following validation error on every attempt:
{
"code": "InvalidTemplateDeployment",
"message": "The template deployment 'CreateVolume-20251015101218' is not valid according to the validation procedure. The tracking id is 'b3d16d90-d86f-4723-9d27-e99a0b86d84a'. See inner errors for details.",
"details": [
{
"code": "PreFlightDeserializationError",
"target": "/subscriptions/238e2553-79cb-45ed-b57d-2d6a4b8c2e85/resourceGroups/tr-intuition-cluster/providers/Microsoft.NetApp/netAppAccounts/NetAppDev/capacityPools/newUltra/volumes/tempvol",
"message": "Validation error for Microsoft.NetApp/netAppAccounts/capacityPools/volumes: '/subscriptions/238e2553-79cb-45ed-b57d-2d6a4b8c2e85/resourceGroups/tr-intuition-cluster/providers/Microsoft.NetApp/netAppAccounts/NetAppDev/capacityPools/newUltra/volumes/tempvol': Unexpected property 'breakthroughMode' received for 'volumeProperties'. Path 'breakthroughMode', line 21, position 21. (This property is available in Api-Version 2025-08-01-preview and later). Please check the input model and Api-Version 2025-08-01 are correct based on the requirements of the endpoint and try again."
}
]
}