microsoft / VSTSAgent.PowerShell

Tools for managing and automating your Azure DevOps Agents.
MIT License
29 stars 23 forks source link

Change PrefixComputerName parameter type #16

Closed thomasrayner closed 4 years ago

thomasrayner commented 5 years ago

Changed PrefixComputerName from a boolean (with a default value of false) to a switch type of parameter (inherently false by default as well). This change follows practices that are recommended by the community and PowerShell team. Happy #hacktoberfest!