You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider appending the Find more info here: to the description. Suggestion is to go from:
Original layout
create Create a new user object.
Find more info here:
https://learn.microsoft.com/graph/api/intune-onboarding-user-create?view=graph-rest-1.0
list List properties and relationships of the user objects.
Find more info here:
https://learn.microsoft.com/graph/api/intune-mam-user-list?view=graph-rest-1.0
delete Deletes a user.
Find more info here:
https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0
to the following below. Note that there are two styles to consider. Also note that since we have some long command names, it makes a somewhat challenging to match command with description.
Improved layout
create Create a new user object. Find more info here:
https://learn.microsoft.com/graph/api/intune-onboarding-user-create?view=graph-rest-1.0
list List properties and relationships of the user objects. Find more info here:
https://learn.microsoft.com/graph/api/intune-mam-user-list?view=graph-rest-1.0
delete Deletes a user.
Find more info here:
https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0
Screen capture from terminal
I think I see why this is. It is optimized for viewing the documentation for a single command, not a list.
The text was updated successfully, but these errors were encountered:
Consider appending the
Find more info here:
to the description. Suggestion is to go from:Original layout
to the following below. Note that there are two styles to consider. Also note that since we have some long command names, it makes a somewhat challenging to match command with description.
Improved layout
Screen capture from terminal
I think I see why this is. It is optimized for viewing the documentation for a single command, not a list.
The text was updated successfully, but these errors were encountered: