Skip to content

Instantly share code, notes, and snippets.

@chriskuech
Last active June 16, 2019 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriskuech/69bca7a662fca291085ed6cc9de2c031 to your computer and use it in GitHub Desktop.
Save chriskuech/69bca7a662fca291085ed6cc9de2c031 to your computer and use it in GitHub Desktop.
Select-ClusterSetPartialConfig ".\Configs" "PROD-EU-NorthEurope" `
| % {$_ | Get-Content | ConvertFrom-Json} `
| Merge-Object -Strategy Fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment