functions/Resize-StorageVolume.ps1

function Resize-StorageVolume
{
    [CmdletBinding()]
    param
    (

    )

    throw [System.NotImplementedException]::new('Uh oh...')
}