Martin Machacek

Results 159 comments of 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. ![image](https://github.com/user-attachments/assets/72b0168a-c180-4aa0-9fb3-1bb9beb32a8a) SDK code: ![image](https://github.com/user-attachments/assets/7a5f2e4e-d534-4c44-95d2-f9feb4ff62cd) ``` 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?

@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