Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Comment thread
heaths marked this conversation as resolved.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still, since both of these problems happen in other files, does suppression work if you get rid of from: rbac.json? Is it required?

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.
```