Skip to content

Commit e8b3800

Browse files
authored
[KeyVault] - Suppress known validation false-positives (#18370)
1 parent 3092f2a commit e8b3800

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

specification/keyvault/data-plane/readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,4 +429,11 @@ directive:
429429
from: securitydomain.json
430430
where: $.definitions.TransferKey.properties.key_format
431431
reason: Consistency with other properties
432+
- suppress: DOUBLE_FORWARD_SLASHES_IN_URL
433+
from: rbac.json
434+
reason: / is a valid scope in this scenario.
435+
- suppress: OBJECT_MISSING_REQUIRED_PROPERTY
436+
from: rbac.json
437+
where: $..parameters[?(@.name=='scope')]
438+
reason: Suppress an invalid error caused by a bug in the linter.
432439
```

0 commit comments

Comments
 (0)