Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix suppresion
  • Loading branch information
Nick Depinet committed Sep 30, 2024
commit b1d6ea36bbbb8524937fbfbf3a8e43625a712868
3 changes: 2 additions & 1 deletion specification/devcenter/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ suppressions:
from: vdi.json
reason: Patch Body comes from common-types v5 Sku object. Keeping here for consistency with existing parts of API to avoid breaking customers.
- code: OBJECT_ADDITIONAL_PROPERTIES
where: $.definitions["ImageValidationErrorDetails"].properties
from: vdi.json
where: $.definitions["ImageValidationErrorDetails"]
reason: Pre-existing model in use by customers. Keeping here for consistency with existing parts of API to avoid breaking customers.
```

Expand Down