Martin Machacek
Martin Machacek
Do you have any examples how are your custom security attributes defined? At least me, I'm able to read the value of CSA.  SDK code:  ``` var user...
Isn't it better to check Enterprise application (service principal) instead of app registration? If you are using a managed identity or a multitenant application registered in different tenant, there will...
I will take it @milanholemans Should I wait until #6759 is merged?
Any update on this?
@milanholemans Do you want the command to allow users to assign roles also to role-assignable groups and service principals as well? Then we should somehow distinguish whether the `principalId` and...
@milanholemans That's right. The `principalId` can be either user id, group id, or service principal id. Does it make sense to have the `principalName`? Because we don't know if it's...
I don't have a clear opinion on this. I would prefer the solution that is most user-friendly.
What's not clear from [the doc](https://pnp.github.io/cli-microsoft365/cmd/flow/flow-export), only from the implementation, the command `m365 flow export -f json` returns ARM template of the flow. You can inspect the auth token on...
@milanholemans Example added. I can work on it