Azure / azure-libraries-for-java

Azure Management Libraries for Java
https://docs.microsoft.com/en-us/java/azure/
MIT License
94 stars 98 forks source link

[FEATURE REQ] Add list by filter for authorization #1275

Closed ChenTanyi closed 4 years ago

ChenTanyi commented 4 years ago

https://github.com/Azure/azure-libraries-for-java/blob/76acc10efbc6a8e22f96dfc41d0c192cb5475038/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/ActiveDirectoryApplicationsImpl.java#L114-L153

getByName is using listByFilter, which could list with wrong object. We should add a API listByFilter for more choice