-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
ClientThis issue is related to a non-management packageThis issue is related to a non-management packageGraphService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-author-feedbackWorkflow: More information is needed from author to address the issue.Workflow: More information is needed from author to address the issue.no-recent-activityThere has been no recent activity on this issue.There has been no recent activity on this issue.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
Describe the bug
If you browse the OData API (https://graph.windows.net/tenantid/$metadata
), you will see the DirectoryObject
has the following properties:
objectType
objectId
deletionTimestamp
and the following navigation properties:
createdOnBehalfOf
createdObjects
manager
directReports
members
transitiveMembers
memberOf
transitiveMemberOf
owners
ownedObjects
The problem is that all the navigation properties are not present in the DirectoryObject
model.
Expected behavior
The navigation properties should be there.
Actual behavior (include Exception or Stack Trace)
There is no way to get the navigation properties, so no stack trace.
To Reproduce
no reproduction possible.
Environment:
not relevant. Is broken everywhere
Metadata
Metadata
Assignees
Labels
ClientThis issue is related to a non-management packageThis issue is related to a non-management packageGraphService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-author-feedbackWorkflow: More information is needed from author to address the issue.Workflow: More information is needed from author to address the issue.no-recent-activityThere has been no recent activity on this issue.There has been no recent activity on this issue.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that