microsoftgraph / msgraph-bicep-types

Repo contains Microsoft Graph resource types to integrate with bicep templates.
MIT License
46 stars 7 forks source link

Missing links in property descriptions #115

Open slavizh opened 6 months ago

slavizh commented 6 months ago

If we take viability property there is a sentence: "To learn more, see group visibility options." There should be clickable link on learn more that leads to the actual documentation. Similar thing can be seen in isAssignableToRole. If i am not mistaken these descriptions supports markdown and you can embed links.

image

slavizh commented 6 months ago

If I compare https://learn.microsoft.com/en-us/graph/templates/reference/groups?view=graph-bicep-1.0 to https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0 some markdown syntax like new lines, lists, etc. is missing in the the bicep docs.