diff --git a/ListLicenses/run.ps1 b/ListLicenses/run.ps1 index 54efadc4566e..95350db85ca6 100644 --- a/ListLicenses/run.ps1 +++ b/ListLicenses/run.ps1 @@ -20,9 +20,9 @@ else { $Rows = Get-AzDataTableEntity @Table | Where-Object -Property Timestamp -GT (Get-Date).AddHours(-1) if (!$Rows) { Push-OutputBinding -Name Msg -Value (Get-Date).ToString() - [PSCustomObject]@{ - Tenant = 'Loading data for all tenants. Please check back in 1 minute' - Licenses = 'Loading data for all tenants. Please check back in 1 minute' + $GraphRequest = [PSCustomObject]@{ + Tenant = 'Loading data for all tenants. Please check back in 1 minute' + License = 'Loading data for all tenants. Please check back in 1 minute' } } else {