Skip to content

Commit

Permalink
Add suppression rule for false alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongwei Wang committed Jul 21, 2020
1 parent b1776f0 commit 5db19b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions specification/synapse/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ directive:
reason: Does not apply to sqlPool and bigDataPool as they are nested tracked resources
- suppress: TrackedResourceListBySubscription
reason: Does not apply to sqlPool and bigDataPool as they are nested tracked resources
- suppress: OperationsAPIImplementation
reason: We do have a operations api as "/providers/Microsoft.Synapse/operations"
from: sqlDatabase.json
where: $.paths
- suppress: OperationsAPIImplementation
reason: We do have a operations api as "/providers/Microsoft.Synapse/operations"
from: sqlPool.json
where: $.paths
```

---
Expand Down

0 comments on commit 5db19b2

Please sign in to comment.