Dan Reist
Dan Reist
Should also add a parameter for **DatabaseName**. InstanceName, DatabaseName, and Name should be the key parameters.
Also suggest that the size parameters be passed in as bytes. This will easily allow the end user to use the native PowerShell size labels. (eg. `10MB`, `1GB`, etc.)
I made a couple tweaks. I updated the numbers to `sint64` (`[System.Int64]` in PowerShell). This will allow some easier parameter validation. Also, the resource should have parameter validation on the...
I concur that a separate a SqlDatabaseFileGroup resource should be created to manage file groups. The file path default should be the default data or log file path. This will...