Ben Gelens

Results 13 comments of Ben Gelens

I noticed ```Start-Polaris``` still has ```-MinRunspaces``` and ```-MaxRunspaces``` parameters which should be removed as they are not used anymore.

Not a big fan of bundling modules if there is no real dependency. What is next? Suggestion, keep polaris as a bare core module and publish a "superset" module containing...

Currently there is no resource that handles this. As per the discussion #47 it would be best if this was implemented as a granular resource I think. Any takers?

I don't think you want a resource to fight with what the cluster service is doing. Just have it configure the setting and leave it alone would be best IMO.

A user story I have: With Azure IaaS deployments, one can define a custom OS disk size during deployment by specifying **diskSizeGB** property. The disk will be created and have...

@johlju In my scenario I'm talking about the OS volume, so destructive wouldn't be good in that sense ;) I think more of specifying xVolume for the OS Disk with...

@pkhabazi the function Get-AzSentinelIncident is using a deprecated preview api. We could expand the function by adding [ODataFilter parameter](https://github.com/Azure/azure-rest-api-specs/blob/master/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json#L2761). Alternatively we could update the function to make use of the...