Skip to content

Commit

Permalink
Merge pull request #462 from microsoft/corranrogue9/dictionary
Browse files Browse the repository at this point in the history
Remove unsupported and non-existent annotation from dictionary example
  • Loading branch information
OlgaPodo committed Jul 3, 2023
2 parents 67e45a5 + eb31f82 commit 0611d2f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions graph/patterns/dictionary.md
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 0611d2f

Please sign in to comment.