Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error when tenant has no licenses
Running on a new tenant with no licenses in use Get-MgBetaSubscribedSku will return with a body of []. $LicenseInfo was not verifying $SubscribedSku had data before creating the variable that will be used in the report, resulting in a JSON primitive error because the JSON is "license_information": ,
- Loading branch information