Skip to content

Commit

Permalink
[KeyVault] - Suppress known validation false-positives (Azure#18370)
Browse files Browse the repository at this point in the history
  • Loading branch information
maorleger authored and FredericHeem committed May 16, 2022
1 parent e5de13e commit 1e635a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions specification/keyvault/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,4 +429,11 @@ directive:
from: securitydomain.json
where: $.definitions.TransferKey.properties.key_format
reason: Consistency with other properties
- suppress: DOUBLE_FORWARD_SLASHES_IN_URL
from: rbac.json
reason: / is a valid scope in this scenario.
- suppress: OBJECT_MISSING_REQUIRED_PROPERTY
from: rbac.json
where: $..parameters[?(@.name=='scope')]
reason: Suppress an invalid error caused by a bug in the linter.
```

0 comments on commit 1e635a6

Please sign in to comment.