RamblingCookieMonster / RabbitMQTools

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

Some references to ComputerName exist #17

Closed StuartMoore closed 8 years ago

StuartMoore commented 8 years ago

I discovered that Add-RabbitMQPermission does not work, because it attempts to pass a -ComputerName to Get-RabbitMQPermission. These were renamed to BaseUri in 27b7c8b3321f7ca2f7e5ac9476b2ed605492aa8e (with alias HostName) but these were missed.

I'm about to create a pull request to address this.

StuartMoore commented 8 years ago

Closing following merge of #18