hi folks
it looks like the "internal_path" property is required for creating a new CIFS share, but this isn't noted as mandatory (and, given that we're providing a Qtree, does it need to be?)
Error registering variable: 'newShare' as its attributes do not include all natural key attributes of the object 'Cifs'.
Missing natural keys [internal_path]
Failed to resolve a mandatory parameter: 'ShareName' for command: 'Create CIFS Share' using value: 'newShare.name' in row: 1
Failed to evaluate find-chart: 'setCifsShare' to resolve variable: 'newShare'
we can resolve this by setting "internal_path" to fullQtreePathName(theVolumeToUse.name,$ExportName) - but we're providing that info anyway!
what gives?