Skip to content

Instantly share code, notes, and snippets.

@chriskuech
Created June 8, 2019 21:14
Show Gist options
  • Save chriskuech/4d5984a675ca4f69add52d91079e819c to your computer and use it in GitHub Desktop.
Save chriskuech/4d5984a675ca4f69add52d91079e819c to your computer and use it in GitHub Desktop.
function Convert-ClusterSetIdentityToFileName([string[]]$Vector) {
"$($Vector -join "-").json"
}
function Select-ClusterSetConfig([string]$Container, [string[]]$Vector) {
Get-Item "$Container/$($Vector -join "-").json"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment