big-data-for-humans / azure-automation-tools

Set of tools for Azure Automation
MIT License
0 stars 0 forks source link

Parameter naming should be consistent #39

Open wibblemonkey opened 7 years ago

wibblemonkey commented 7 years ago

The parameter for the package name is not consistent between functions, e.g.

New-AatAutomationPackage -Name 'monkey'

vs.

Set-AatWorkingPackage -PackageName 'monkey'

For functions where the purpose of the parameter can be inferred from the Noun in the function name and is unambiguous repeating the Package prefix is redundant and impedes discoverability.