We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3092f2a commit e8b3800Copy full SHA for e8b3800
specification/keyvault/data-plane/readme.md
@@ -429,4 +429,11 @@ directive:
429
from: securitydomain.json
430
where: $.definitions.TransferKey.properties.key_format
431
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
437
+ where: $..parameters[?(@.name=='scope')]
438
+ reason: Suppress an invalid error caused by a bug in the linter.
439
```
0 commit comments