Skip to content

Commit

Permalink
adding suppression with where
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskirat Singh committed Nov 13, 2024
1 parent 0de7002 commit d1cba2c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ suppressions:
- code: BodyTopLevelProperties
from: SAPVirtualInstance.json
reason: This is an incorrect failure due to a bug in the tool
- code: AvoidAnonymousTypes
from: SAPVirtualInstance.json
where: $.definitions.SapVirtualInstanceIdentity.properties
reason: This is an incorrect failure due to a bug in the tool(https://github.com/Azure/typespec-azure/issues/1163)
```

### Tag: package-preview-2023-10
Expand Down

0 comments on commit d1cba2c

Please sign in to comment.