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

Fixes #4, converting to JSON needed a higher depth limit #5

Closed roberthstrand closed 4 years ago

roberthstrand commented 4 years ago

Issue was related to ConvertTo-Json. The entire JSON had more than 2 levels, the default depth limit of ConvertTo-Json. For now, it is set to 10 levels deep but I will talk to Cloud-iQ development team to narrow this down to a realistic maximum.