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
suppress additionalproperties error on pre-existing model
  • Loading branch information
Nick Depinet committed Sep 30, 2024
commit fd03cc813f19e500df61f2f4aee979d4c1025b50
4 changes: 3 additions & 1 deletion specification/devcenter/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ suppressions:
- code: PatchBodyParametersSchema
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
reason: Pre-existing model in use by customers. Keeping here for consistency with existing parts of API to avoid breaking customers.
```

### Tag: package-preview-2024-08
Expand Down