arcus-azure / arcus.scripting

Scripting with Microsoft Azure in a breeze.
https://scripting.arcus-azure.net/
MIT License
9 stars 11 forks source link

feat: Introduce MaximumFollowNextPageLink option for usage with `Get-AzLogicAppRunHistory` #396

Closed pim-simons closed 12 months ago

pim-simons commented 1 year ago

Introduce MaximumFollowNextPageLink option in the config file for the Disable-AzLogicAppsFromConfig script. This prevents retrieving all Logic App runs which can take a very long time.

If the value is not supplied in the config file a default of 10 is used, 30 results are returned per call, so the default will return a max of 300 Logic App runs, which should be enough for most use-cases I think.

As mentioned here https://github.com/arcus-azure/arcus.scripting/pull/395

netlify[bot] commented 1 year ago

Deploy Preview for arcus-scripting canceled.

Name Link
Latest commit 397cc665970f3f3b79cf1dc2b440c07511bbad7e
Latest deploy log https://app.netlify.com/sites/arcus-scripting/deploys/64a26f639a7fdd00082cce54
stijnmoreels commented 12 months ago

We can indeed, like you said, create a fix-release for this. Thx for handling this issue, Pim!