Skip to content

Commit

Permalink
docs: adding swagger lint suppression
Browse files Browse the repository at this point in the history
Per feedback from gh issue: Azure/typespec-azure-pr#3349
  • Loading branch information
Jaxelr committed Dec 15, 2023
1 parent 5d06888 commit 1822759
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion specification/developersigning/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,14 @@ input-file:
- Azure.Developer.Signing/preview/2023-06-15-preview/azure.developer.signing.json
```

---
## Suppression


``` yaml
directive:
- suppress: AvoidAnonymousTypes
reason: The spec is autogenerated, I have no control over how models are defined.
```

---

0 comments on commit 1822759

Please sign in to comment.