CrayonGroup / CloudiQ.PowerShell

A PowerShell module for managing Cloud-iQ, to help automate licensing and reporting.
https://crayongroup.github.io/CloudiQ.PowerShell/
GNU General Public License v3.0
4 stars 0 forks source link

Add ItemName to output of Get-CloudiQSubscription #13

Closed roberthstrand closed 3 years ago

roberthstrand commented 3 years ago

Describe the feature: Change the current implementation of Get-CloudiQSubscription to use the ItemName from the API instead of the friendly name given by the organization administrator.

What problem will having this feature solve? While working on automation, I stumbled upon an issue when working towards the results of Get-CloudiqSubscription. The results right now only shows the friendly name of the item, not something we can rely on when it comes to automation. By using the real ItemName, and adding a new field for friendly names we can use the name while giving the user a name they relate to.