Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Created January 25, 2016 00:05
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save PlagueHO/2fa06a8c28f64b7966dc to your computer and use it in GitHub Desktop.
Example DSC Resource Integration Tests Config Step 1
configuration 'BMD_ciSCSIVirtualDisk_config' {
Import-DscResource -Name 'BMD_ciSCSIVirtualDisk'
node localhost {
BMD_ciSCSIVirtualDisk Integration_Test {
# TODO: Fill Configuration Code Here
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment