Skip to content

Instantly share code, notes, and snippets.

@chriskuech
Created April 13, 2019 22:50
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/14dd55454c5e2d4476c961874b2763c1 to your computer and use it in GitHub Desktop.
Save chriskuech/14dd55454c5e2d4476c961874b2763c1 to your computer and use it in GitHub Desktop.
function Deploy-Cluster {
Param(
[Parameter(Mandatory)]
[ValidatePattern("^[a-z]+-[a-z]+-[a-z]+-[0-9]+$")]
[string] $ClusterId
)
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment