RamblingCookieMonster / RabbitMQTools

PowerShell module containing cmdlets to manage RabbitMQ.
http://ramblingcookiemonster.github.io/RabbitMQ-Intro/
MIT License
31 stars 22 forks source link

Refactored Default Credentials #9

Closed jakauppila closed 8 years ago

jakauppila commented 8 years ago

Created $DefaultCredentials within Constants.ps1 and modified all functions to use that when no credentials are passed rather than utilizing a separate ParameterSet and NormaliseCredentials function.

RamblingCookieMonster commented 8 years ago

Thanks for the help!