Skip to content

Commit

Permalink
add suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarolyn committed Jul 22, 2024
1 parent 030cfca commit 07e1072
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion specification/cosmos-db/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,12 @@ directive:
- suppress: AvoidAdditionalProperties
from: managedCassandra.json
reason: Temporarily suppressing existing linter errors and will be fixed later
- suppress: LroErrorContent
from: privateEndpointConnection.json
reason: ErrorResponse does contain required fields message and code.
- suppress: DefaultErrorResponseSchema
from: privateEndpointConnection.json
reason: ErrorResponse does contain required fields message and code.
```

---
Expand Down

0 comments on commit 07e1072

Please sign in to comment.