Skip to content

Commit a680c33

Browse files
Update readme with containsTarget info for nav props (#156)
Honestly, I just want to see CI/CD work.
1 parent 2b76540 commit a680c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ There are currently several steps we take to form the metadata into one that wil
134134
<Annotation String="navigable" Term="Org.OData.Core.V1.LongDescription"/>
135135
```
136136
- Remove HasStream properties from ```onenotePage``` and ```onenoteEntityBaseModel```
137-
- Add ```ContainsTarget="true"``` to navigation properties that do not have a corresponding EntitySet
137+
- Add ```ContainsTarget="true"``` to navigation properties that do not have a corresponding EntitySet. This currently applies to navigation properties that contain plannerBucket, plannerTask, plannerPlan, and plannerDelta.
138138
- Add long descriptions to types and properties from [docs](https://developer.microsoft.com/en-us/graph/docs/concepts/overview)
139139

140140
In order to build against metadata other than that stored in the [metadata](https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator/tree/master/metadata) directory, you will need to perform the first four on this list.

0 commit comments

Comments
 (0)