Closed ChenTanyi closed 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
getByName
listByFilter
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 usinglistByFilter
, which could list with wrong object. We should add a APIlistByFilter
for more choice