In the following Example:
Disks:
Disks:
- DiskId: 2
DiskIdType: Number
DriveLetter: F
PartitionStyle: GPT
FSFormat: NTFS
FilesAndFolders:
Items:
- DestinationPath: F:\ReleaseA\Admin
Type: Directory
Ensure: Present
DependsOn: '[Disk]2'
DependsOn: '[Disk]2' Throws an error and the resource seems to be malformed? Perhaps this is just user error?
In the following Example:
DependsOn: '[Disk]2'Throws an error and the resource seems to be malformed? Perhaps this is just user error?