Skip to content

Commit 0611d2f

Browse files
authored
Merge pull request #462 from microsoft/corranrogue9/dictionary
Remove unsupported and non-existent annotation from dictionary example
2 parents 67e45a5 + eb31f82 commit 0611d2f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

graph/patterns/dictionary.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,6 @@ The following example defines a complex type **roleSettings** as well as a dicti
196196
<String>microsoft.graph.roleSettings</String>
197197
</Collection>
198198
</Annotation>
199-
<Annotation Term="SupportedHttpMethod">
200-
<Collection><!-- use this annotation to indicate you want the SDKs to generate additional request builders to update the dictionary automatically -->
201-
<String>GET</String>
202-
<String>PATCH</String>
203-
<String>DELETE</String>
204-
<String>POST</String>
205-
<Collection>
206-
</Annotation>
207199
</ComplexType>
208200
```
209201

0 commit comments

Comments
 (0)