Skip to content

Commit eb31f82

Browse files
authored
Remove unsupported and non-existent annotation from dictionary example
1 parent 313753e commit eb31f82

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)