diff --git a/README.md b/README.md index ea39dd8c2..9b8d3689d 100755 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ There are currently several steps we take to form the metadata into one that wil ``` - Remove HasStream properties from ```onenotePage``` and ```onenoteEntityBaseModel``` - - Add ```ContainsTarget="true"``` to navigation properties that do not have a corresponding EntitySet + - 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. - Add long descriptions to types and properties from [docs](https://developer.microsoft.com/en-us/graph/docs/concepts/overview) 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.