cofonseca / HipChatAdmin

A PowerShell module designed to interact with Atlassian HipChat.
6 stars 2 forks source link

Functions Should Output PSCustomObjects #8 #13

Closed ghost closed 7 years ago

ghost commented 7 years ago

Converted output to PScustomobject. In some functions the output was in the end{}, so I moved that block into the Process{}. For example in New-Hipchatroom

ghost commented 7 years ago

I have pushed two commits to fix the formatting and remove the backticks.

cofonseca commented 7 years ago

Looks good. Thanks for contributing!