Skip to content

Instantly share code, notes, and snippets.

@torgro
Created January 15, 2017 19:56
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 torgro/7311f4c657082d7d4f200a7406fbba39 to your computer and use it in GitHub Desktop.
Save torgro/7311f4c657082d7d4f200a7406fbba39 to your computer and use it in GitHub Desktop.
$newParm = @{
Name = 'adminUsername'
Type = 'string'
Description = 'Username for the Virtual Machine.'
}
# Creates a new parameter named adminUsername
New-ARMparameter @newParm | Add-ARMparameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment