Kai Walter
Kai Walter
Thanks for the hint @MistaGil with the `Set-...` cmdlet. Switched also my logic to it and hope that there will be no breaking change on that in the near future.
@MistaGil did not get `-BodyParameter` working ... something with `missing parameter source`. I reduced `Set-...` to the few sections / objects I still need in my scenario with is basically...
@MistaGil my code sections looks like this ``` # handle existing policies # - disable when there are active assignments # - delete when there are no assignments $accessPackageAssignmentPolicies =...
@MistaGil I also have the behavior you describe - however for me this is fine / intentional at that point of lifecycle of the policy assignment
I have this scenario in mind which I described also in #88
@cgillum do you see a chance that actor reminders fire a Function trigger like e.g. `DaprActorReminderTrigger`
@rabollin @cgillum - sorry for being for late to the show. I could see some value for us in using Dapr Actors from within various Functions flows. Is this anywhere...
@rabollin it goes like this: 1. integration platform gets request from customer portal (sales order, technical service request, update software license, process payment, ...); customer portal adds callback address for...
@anthony-c-martin I also miss this feature comparing Terraform to Bicep. Is there any plan to support resolving roleDefinitionId by name?
If have the same problem running [Azure Functions CLI in a Windows Server container with .NET Framework 4.6.2](https://github.com/Azure/azure-functions-cli/issues/163) I have VC2013 x86 redist installed - are there other dependencies on...