In 2.3.2 there was a Limit parameter which we used.
In 3.0.0 the Limit parameter is removed and the scripts are breaking + we are limited to a subset of what we queried.
https://github.com/akamai/PowerShell/blob/main/src/Akamai.Reporting/Functions/Public/Get-LegacyReport.ps1
In 2.3.2 there was a
Limitparameter which we used.PowerShell/src/Akamai.Reporting/Functions/Public/Get-Report.ps1
Line 43 in 87bdc53
In 3.0.0 the
Limitparameter is removed and the scripts are breaking + we are limited to a subset of what we queried.https://github.com/akamai/PowerShell/blob/main/src/Akamai.Reporting/Functions/Public/Get-LegacyReport.ps1