Skip to content

Commit

Permalink
Remove unsupported and non-existent annotation from dictionary example
Browse files Browse the repository at this point in the history
  • Loading branch information
corranrogue9 authored Jun 27, 2023
1 parent 313753e commit eb31f82
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions graph/patterns/dictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,6 @@ The following example defines a complex type **roleSettings** as well as a dicti
<String>microsoft.graph.roleSettings</String>
</Collection>
</Annotation>
<Annotation Term="SupportedHttpMethod">
<Collection><!-- use this annotation to indicate you want the SDKs to generate additional request builders to update the dictionary automatically -->
<String>GET</String>
<String>PATCH</String>
<String>DELETE</String>
<String>POST</String>
<Collection>
</Annotation>
</ComplexType>
```

Expand Down

0 comments on commit eb31f82

Please sign in to comment.